Shades of Navy #050C83
Tints of Navy #050C83
RGB
CMYK
RGB Variations
Color information
#050C83 (or 0x050C83) is known color: Navy. HEX triplet: 05, 0C and 83. RGB value is (5,12,131). Sum of RGB (Red+Green+Blue) = 5+12+131=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 131 (51.56% from 255 or 88.51% from 148); Max value from RGB is 131 - color contains mainly: blue. Hex color #050C83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050C83 is #FAF37C. Grayscale: #161616. Windows color (decimal): -16446333 or 8588293. OLE color: 8588293.
HSL color Cylindrical-coordinate representation of color #050C83: hue angle of 236.67º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050C83 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 12 | 131 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.49 |
| HSL | 236.67º | 0.93% | 0.27% | - |
| HSV(B) | 236.67º | 0.96% | 0.51% | - |
| XYZ | 4.29 | 1.93 | 21.62 | - |
| YUV | 23.47 | 188.68 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 12 | 131 | 0.96 | 0.91 | 0 | 0.49 | 236.67 | 0.93 | 0.27 |
| Hex | 5 | C | 83 | 60 | 5B | 0 | 31 | ED | 5D | 1B |
| Octal | 5 | 14 | 203 | 140 | 133 | 0 | 61 | 355 | 135 | 33 |
| Binary | 101 | 1100 | 10000011 | 1100000 | 1011011 | 0 | 110001 | 11101101 | 1011101 | 11011 |
Color Harmonies of #050C83
Complementary color
Monochromatic Colors of #050C83
Black with #050C83
Text Example
Text Example
White with #050C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050C83; }
p { color: rgb(5,12,131); }
H1.HeaderClassName
{
color: #050C83;
}
.AnyTagClassName
{
color: #050C83;
}
</style>
background-color css
<style>
a { background-color: #050C83; }
a { background-color: rgb(5,12,131); }
div.DivClassName
{
background-color: #050C83;
}
.BgClassName
{
background-color: #050C83;
}
</style>
border-color css
<style>
span { border-color: #050C83; }
span { border-color: rgb(5,12,131); }
td.TdClassName
{
border-color: #050C83;
}
.TagClassName
{
border-color: #050C83;
}
</style>