Shades of Navy #050C82
Tints of Navy #050C82
RGB
CMYK
RGB Variations
Color information
#050C82 (or 0x050C82) is known color: Navy. HEX triplet: 05, 0C and 82. RGB value is (5,12,130). Sum of RGB (Red+Green+Blue) = 5+12+130=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 130 (51.17% from 255 or 88.44% from 147); Max value from RGB is 130 - color contains mainly: blue. Hex color #050C82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050C82 is #FAF37D. Grayscale: #161616. Windows color (decimal): -16446334 or 8522757. OLE color: 8522757.
HSL color Cylindrical-coordinate representation of color #050C82: hue angle of 236.64º 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 #050C82 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 12 | 130 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.49 |
| HSL | 236.64º | 0.93% | 0.26% | - |
| HSV(B) | 236.64º | 0.96% | 0.51% | - |
| XYZ | 4.22 | 1.91 | 21.26 | - |
| YUV | 23.36 | 188.18 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 130 | 0.96 | 0.91 | 0 | 0.49 | 236.64 | 0.93 | 0.26 |
| Hex | 5 | C | 82 | 60 | 5B | 0 | 31 | ED | 5D | 1A |
| Octal | 5 | 14 | 202 | 140 | 133 | 0 | 61 | 355 | 135 | 32 |
| Binary | 101 | 1100 | 10000010 | 1100000 | 1011011 | 0 | 110001 | 11101101 | 1011101 | 11010 |
Color Harmonies of #050C82
Complementary color
Monochromatic Colors of #050C82
Black with #050C82
Text Example
Text Example
White with #050C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C82; }
p { color: rgb(5,12,130); }
H1.HeaderClassName
{
color: #050C82;
}
.AnyTagClassName
{
color: #050C82;
}
</style>
background-color css
<style>
a { background-color: #050C82; }
a { background-color: rgb(5,12,130); }
div.DivClassName
{
background-color: #050C82;
}
.BgClassName
{
background-color: #050C82;
}
</style>
border-color css
<style>
span { border-color: #050C82; }
span { border-color: rgb(5,12,130); }
td.TdClassName
{
border-color: #050C82;
}
.TagClassName
{
border-color: #050C82;
}
</style>