Shades of Navy #05076C
Tints of Navy #05076C
RGB
CMYK
RGB Variations
Color information
#05076C (or 0x05076C) is known color: Navy. HEX triplet: 05, 07 and 6C. RGB value is (5,7,108). Sum of RGB (Red+Green+Blue) = 5+7+108=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 108 (42.58% from 255 or 90% from 120); Max value from RGB is 108 - color contains mainly: blue. Hex color #05076C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05076C is #FAF893. Grayscale: #111111. Windows color (decimal): -16447636 or 7079685. OLE color: 7079685.
HSL color Cylindrical-coordinate representation of color #05076C: hue angle of 238.83º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05076C is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 7 | 108 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.58 |
| HSL | 238.83º | 0.91% | 0.22% | - |
| HSV(B) | 238.83º | 0.95% | 0.42% | - |
| XYZ | 2.85 | 1.27 | 14.28 | - |
| YUV | 17.92 | 178.84 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 7 | 108 | 0.95 | 0.94 | 0 | 0.58 | 238.83 | 0.91 | 0.22 |
| Hex | 5 | 7 | 6C | 5F | 5E | 0 | 3A | EF | 5B | 16 |
| Octal | 5 | 7 | 154 | 137 | 136 | 0 | 72 | 357 | 133 | 26 |
| Binary | 101 | 111 | 1101100 | 1011111 | 1011110 | 0 | 111010 | 11101111 | 1011011 | 10110 |
Color Harmonies of #05076C
Complementary color
Monochromatic Colors of #05076C
Black with #05076C
Text Example
Text Example
White with #05076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05076C; }
p { color: rgb(5,7,108); }
H1.HeaderClassName
{
color: #05076C;
}
.AnyTagClassName
{
color: #05076C;
}
</style>
background-color css
<style>
a { background-color: #05076C; }
a { background-color: rgb(5,7,108); }
div.DivClassName
{
background-color: #05076C;
}
.BgClassName
{
background-color: #05076C;
}
</style>
border-color css
<style>
span { border-color: #05076C; }
span { border-color: rgb(5,7,108); }
td.TdClassName
{
border-color: #05076C;
}
.TagClassName
{
border-color: #05076C;
}
</style>