Shades of Navy #050C81
Tints of Navy #050C81
RGB
CMYK
RGB Variations
Color information
#050C81 (or 0x050C81) is known color: Navy. HEX triplet: 05, 0C and 81. RGB value is (5,12,129). Sum of RGB (Red+Green+Blue) = 5+12+129=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 129 (50.78% from 255 or 88.36% from 146); Max value from RGB is 129 - color contains mainly: blue. Hex color #050C81 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050C81 is #FAF37E. Grayscale: #161616. Windows color (decimal): -16446335 or 8457221. OLE color: 8457221.
HSL color Cylindrical-coordinate representation of color #050C81: hue angle of 236.61º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050C81 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 12 | 129 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.49 |
| HSL | 236.61º | 0.93% | 0.26% | - |
| HSV(B) | 236.61º | 0.96% | 0.51% | - |
| XYZ | 4.16 | 1.88 | 20.91 | - |
| YUV | 23.25 | 187.68 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 129 | 0.96 | 0.91 | 0 | 0.49 | 236.61 | 0.93 | 0.26 |
| Hex | 5 | C | 81 | 60 | 5B | 0 | 31 | ED | 5D | 1A |
| Octal | 5 | 14 | 201 | 140 | 133 | 0 | 61 | 355 | 135 | 32 |
| Binary | 101 | 1100 | 10000001 | 1100000 | 1011011 | 0 | 110001 | 11101101 | 1011101 | 11010 |
Color Harmonies of #050C81
Complementary color
Monochromatic Colors of #050C81
Black with #050C81
Text Example
Text Example
White with #050C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C81; }
p { color: rgb(5,12,129); }
H1.HeaderClassName
{
color: #050C81;
}
.AnyTagClassName
{
color: #050C81;
}
</style>
background-color css
<style>
a { background-color: #050C81; }
a { background-color: rgb(5,12,129); }
div.DivClassName
{
background-color: #050C81;
}
.BgClassName
{
background-color: #050C81;
}
</style>
border-color css
<style>
span { border-color: #050C81; }
span { border-color: rgb(5,12,129); }
td.TdClassName
{
border-color: #050C81;
}
.TagClassName
{
border-color: #050C81;
}
</style>