Shades of Navy #05076D
Tints of Navy #05076D
RGB
CMYK
RGB Variations
Color information
#05076D (or 0x05076D) is known color: Navy. HEX triplet: 05, 07 and 6D. RGB value is (5,7,109). Sum of RGB (Red+Green+Blue) = 5+7+109=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 109 (42.97% from 255 or 90.08% from 121); Max value from RGB is 109 - color contains mainly: blue. Hex color #05076D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05076D is #FAF892. Grayscale: #111111. Windows color (decimal): -16447635 or 7145221. OLE color: 7145221.
HSL color Cylindrical-coordinate representation of color #05076D: hue angle of 238.85º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05076D is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 7 | 109 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.57 |
| HSL | 238.85º | 0.91% | 0.22% | - |
| HSV(B) | 238.85º | 0.95% | 0.43% | - |
| XYZ | 2.9 | 1.29 | 14.56 | - |
| YUV | 18.03 | 179.34 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 7 | 109 | 0.95 | 0.94 | 0 | 0.57 | 238.85 | 0.91 | 0.22 |
| Hex | 5 | 7 | 6D | 5F | 5E | 0 | 39 | EF | 5B | 16 |
| Octal | 5 | 7 | 155 | 137 | 136 | 0 | 71 | 357 | 133 | 26 |
| Binary | 101 | 111 | 1101101 | 1011111 | 1011110 | 0 | 111001 | 11101111 | 1011011 | 10110 |
Color Harmonies of #05076D
Complementary color
Monochromatic Colors of #05076D
Black with #05076D
Text Example
Text Example
White with #05076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05076D; }
p { color: rgb(5,7,109); }
H1.HeaderClassName
{
color: #05076D;
}
.AnyTagClassName
{
color: #05076D;
}
</style>
background-color css
<style>
a { background-color: #05076D; }
a { background-color: rgb(5,7,109); }
div.DivClassName
{
background-color: #05076D;
}
.BgClassName
{
background-color: #05076D;
}
</style>
border-color css
<style>
span { border-color: #05076D; }
span { border-color: rgb(5,7,109); }
td.TdClassName
{
border-color: #05076D;
}
.TagClassName
{
border-color: #05076D;
}
</style>