#050D88

Color #050D88 Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #050D88

Tints of Dark Blue #050D88

Color information

#050D88 (or 0x050D88) is unknown color: approx Dark Blue. HEX triplet: 05, 0D and 88. RGB value is (5,13,136). Sum of RGB (Red+Green+Blue) = 5+13+136=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 13 (5.47% from 255 or 8.44% from 154); Blue value is 136 (53.52% from 255 or 88.31% from 154); Max value from RGB is 136 - color contains mainly: blue. Hex color #050D88 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050D88 is #FAF277. Grayscale: #181818. Windows color (decimal): -16446072 or 8916229. OLE color: 8916229.

HSL color Cylindrical-coordinate representation of color #050D88: hue angle of 236.34º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050D88 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB513136-
CMYK0.960.9000.47
HSL236.34º92.91%27.65%-
HSV(B)236.34º96.32%53.33%-
XYZ4.652.123.45-
YUV24.63190.85114-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 3.25%
GREEN value IS 13 (5.47% from 255) = 8.44%
BLUE value IS 136 (53.52% from 255) = 88.31%
R=3.25%
G=8.44%
B=88.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5131360.960.9000.47236.3492.9127.65
Hex5D88605A02Fec5d1c
Octal51521014013205735413534
Binary10111011000100011000001011010010111111101100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050D88; }

 p { color: rgb(5,13,136); }

 H1.HeaderClassName
 {
   color: #050D88;
 }
 .AnyTagClassName
 {
   color: #050D88;
 }
</style>
background-color css

<style>
 a { background-color: #050D88; }

 a { background-color: rgb(5,13,136); }

 div.DivClassName
 {
   background-color: #050D88;
 }
 .BgClassName
 {
   background-color: #050D88;
 }
</style>
border-color css

<style>
 span { border-color: #050D88; }

 span { border-color: rgb(5,13,136); }

 td.TdClassName
 {
   border-color: #050D88;
 }
 .TagClassName
 {
   border-color: #050D88;
 }
</style>