Shades of Navy #05167C
Tints of Navy #05167C
RGB
CMYK
RGB Variations
Color information
#05167C (or 0x05167C) is known color: Navy. HEX triplet: 05, 16 and 7C. RGB value is (5,22,124). Sum of RGB (Red+Green+Blue) = 5+22+124=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 124 (48.83% from 255 or 82.12% from 151); Max value from RGB is 124 - color contains mainly: blue. Hex color #05167C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05167C is #FAE983. Grayscale: #1C1C1C. Windows color (decimal): -16443780 or 8132101. OLE color: 8132101.
HSL color Cylindrical-coordinate representation of color #05167C: hue angle of 231.43º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05167C is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 22 | 124 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.51 |
| HSL | 231.43º | 0.92% | 0.25% | - |
| HSV(B) | 231.43º | 0.96% | 0.49% | - |
| XYZ | 3.99 | 2.06 | 19.26 | - |
| YUV | 28.55 | 181.87 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 124 | 0.96 | 0.82 | 0 | 0.51 | 231.43 | 0.92 | 0.25 |
| Hex | 5 | 16 | 7C | 60 | 52 | 0 | 33 | E7 | 5C | 19 |
| Octal | 5 | 26 | 174 | 140 | 122 | 0 | 63 | 347 | 134 | 31 |
| Binary | 101 | 10110 | 1111100 | 1100000 | 1010010 | 0 | 110011 | 11100111 | 1011100 | 11001 |
Color Harmonies of #05167C
Complementary color
Monochromatic Colors of #05167C
Black with #05167C
Text Example
Text Example
White with #05167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05167C; }
p { color: rgb(5,22,124); }
H1.HeaderClassName
{
color: #05167C;
}
.AnyTagClassName
{
color: #05167C;
}
</style>
background-color css
<style>
a { background-color: #05167C; }
a { background-color: rgb(5,22,124); }
div.DivClassName
{
background-color: #05167C;
}
.BgClassName
{
background-color: #05167C;
}
</style>
border-color css
<style>
span { border-color: #05167C; }
span { border-color: rgb(5,22,124); }
td.TdClassName
{
border-color: #05167C;
}
.TagClassName
{
border-color: #05167C;
}
</style>