#050C78

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

Shades of Navy #050C78

Tints of Navy #050C78

Color information

#050C78 (or 0x050C78) is unknown color: approx Navy. HEX triplet: 05, 0C and 78. RGB value is (5,12,120). Sum of RGB (Red+Green+Blue) = 5+12+120=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 120 (47.27% from 255 or 87.59% from 137); Max value from RGB is 120 - color contains mainly: blue. Hex color #050C78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050C78 is #FAF387. Grayscale: #151515. Windows color (decimal): -16446344 or 7867397. OLE color: 7867397.

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

Color convert

RGB512120-
CMYK0.960.9000.53
HSL236.35º92%24.51%-
HSV(B)236.35º95.83%47.06%-
XYZ3.581.6517.9-
YUV22.22183.18115.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.65%
GREEN value IS 12 (5.08% from 255) = 8.76%
BLUE value IS 120 (47.27% from 255) = 87.59%
R=3.65%
G=8.76%
B=87.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5121200.960.9000.53236.359224.51
Hex5C78605A035ec5c19
Octal51417014013206535413431
Binary1011100111100011000001011010011010111101100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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