Shades of Navy #050672
Tints of Navy #050672
RGB
CMYK
RGB Variations
Color information
#050672 (or 0x050672) is known color: Navy. HEX triplet: 05, 06 and 72. RGB value is (5,6,114). Sum of RGB (Red+Green+Blue) = 5+6+114=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 114 (44.92% from 255 or 91.2% from 125); Max value from RGB is 114 - color contains mainly: blue. Hex color #050672 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050672 is #FAF98D. Grayscale: #111111. Windows color (decimal): -16447886 or 7472645. OLE color: 7472645.
HSL color Cylindrical-coordinate representation of color #050672: hue angle of 239.45º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050672 is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 6 | 114 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.55 |
| HSL | 239.45º | 0.92% | 0.23% | - |
| HSV(B) | 239.45º | 0.96% | 0.45% | - |
| XYZ | 3.16 | 1.38 | 16.02 | - |
| YUV | 18.01 | 182.17 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 6 | 114 | 0.96 | 0.95 | 0 | 0.55 | 239.45 | 0.92 | 0.23 |
| Hex | 5 | 6 | 72 | 60 | 5F | 0 | 37 | EF | 5C | 17 |
| Octal | 5 | 6 | 162 | 140 | 137 | 0 | 67 | 357 | 134 | 27 |
| Binary | 101 | 110 | 1110010 | 1100000 | 1011111 | 0 | 110111 | 11101111 | 1011100 | 10111 |
Color Harmonies of #050672
Complementary color
Monochromatic Colors of #050672
Black with #050672
Text Example
Text Example
White with #050672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050672; }
p { color: rgb(5,6,114); }
H1.HeaderClassName
{
color: #050672;
}
.AnyTagClassName
{
color: #050672;
}
</style>
background-color css
<style>
a { background-color: #050672; }
a { background-color: rgb(5,6,114); }
div.DivClassName
{
background-color: #050672;
}
.BgClassName
{
background-color: #050672;
}
</style>
border-color css
<style>
span { border-color: #050672; }
span { border-color: rgb(5,6,114); }
td.TdClassName
{
border-color: #050672;
}
.TagClassName
{
border-color: #050672;
}
</style>