Shades of Navy #050C78
Tints of Navy #050C78
RGB
CMYK
RGB Variations
Color information
#050C78 (or 0x050C78) is known color: 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
| RGB | 5 | 12 | 120 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.53 |
| HSL | 236.35º | 0.92% | 0.25% | - |
| HSV(B) | 236.35º | 0.96% | 0.47% | - |
| XYZ | 3.58 | 1.65 | 17.9 | - |
| YUV | 22.22 | 183.18 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 120 | 0.96 | 0.90 | 0 | 0.53 | 236.35 | 0.92 | 0.25 |
| Hex | 5 | C | 78 | 60 | 5A | 0 | 35 | EC | 5C | 19 |
| Octal | 5 | 14 | 170 | 140 | 132 | 0 | 65 | 354 | 134 | 31 |
| Binary | 101 | 1100 | 1111000 | 1100000 | 1011010 | 0 | 110101 | 11101100 | 1011100 | 11001 |
Color Harmonies of #050C78
Complementary color
Monochromatic Colors of #050C78
Black with #050C78
Text Example
Text Example
White with #050C78
Text Example
Text Example
HTML Codes & Css Web 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>