#050C8E

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

Shades of Dark Blue #050C8E

Tints of Dark Blue #050C8E

Color information

#050C8E (or 0x050C8E) is unknown color: approx Dark Blue. HEX triplet: 05, 0C and 8E. RGB value is (5,12,142). Sum of RGB (Red+Green+Blue) = 5+12+142=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 142 (55.86% from 255 or 89.31% from 159); Max value from RGB is 142 - color contains mainly: blue. Hex color #050C8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050C8E is #FAF371. Grayscale: #181818. Windows color (decimal): -16446322 or 9309189. OLE color: 9309189.

HSL color Cylindrical-coordinate representation of color #050C8E: hue angle of 236.93º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050C8E is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB512142-
CMYK0.960.9200.44
HSL236.93º93.2%28.82%-
HSV(B)236.93º96.48%55.69%-
XYZ5.082.2525.76-
YUV24.73194.18113.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.14%
GREEN value IS 12 (5.08% from 255) = 7.55%
BLUE value IS 142 (55.86% from 255) = 89.31%
R=3.14%
G=7.55%
B=89.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5121420.960.9200.44236.9393.228.82
Hex5C8E605C02Ced5d1d
Octal51421614013405435513535
Binary10111001000111011000001011100010110011101101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,12,142); }

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

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

 a { background-color: rgb(5,12,142); }

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

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

 span { border-color: rgb(5,12,142); }

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