#050C76

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

Shades of Navy #050C76

Tints of Navy #050C76

Color information

#050C76 (or 0x050C76) is unknown color: approx Navy. HEX triplet: 05, 0C and 76. RGB value is (5,12,118). Sum of RGB (Red+Green+Blue) = 5+12+118=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 118 (46.48% from 255 or 87.41% from 135); Max value from RGB is 118 - color contains mainly: blue. Hex color #050C76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050C76 is #FAF389. Grayscale: #151515. Windows color (decimal): -16446346 or 7736325. OLE color: 7736325.

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

Color convert

RGB512118-
CMYK0.960.9000.54
HSL236.28º91.87%24.12%-
HSV(B)236.28º95.76%46.27%-
XYZ3.461.617.27-
YUV21.99182.18115.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.70%
GREEN value IS 12 (5.08% from 255) = 8.89%
BLUE value IS 118 (46.48% from 255) = 87.41%
R=3.70%
G=8.89%
B=87.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5121180.960.9000.54236.2891.8724.12
Hex5C76605A036ec5c18
Octal51416614013206635413430
Binary1011100111011011000001011010011011011101100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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