Shades of Navy #04167A
Tints of Navy #04167A
RGB
CMYK
RGB Variations
Color information
#04167A (or 0x04167A) is known color: Navy. HEX triplet: 04, 16 and 7A. RGB value is (4,22,122). Sum of RGB (Red+Green+Blue) = 4+22+122=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 122 (48.05% from 255 or 82.43% from 148); Max value from RGB is 122 - color contains mainly: blue. Hex color #04167A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04167A is #FBE985. Grayscale: #1B1B1B. Windows color (decimal): -16509318 or 8001028. OLE color: 8001028.
HSL color Cylindrical-coordinate representation of color #04167A: hue angle of 230.85º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04167A is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 22 | 122 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.52 |
| HSL | 230.85º | 0.94% | 0.25% | - |
| HSV(B) | 230.85º | 0.97% | 0.48% | - |
| XYZ | 3.85 | 2 | 18.6 | - |
| YUV | 28.02 | 181.04 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 22 | 122 | 0.97 | 0.82 | 0 | 0.52 | 230.85 | 0.94 | 0.25 |
| Hex | 4 | 16 | 7A | 61 | 52 | 0 | 34 | E7 | 5E | 19 |
| Octal | 4 | 26 | 172 | 141 | 122 | 0 | 64 | 347 | 136 | 31 |
| Binary | 100 | 10110 | 1111010 | 1100001 | 1010010 | 0 | 110100 | 11100111 | 1011110 | 11001 |
Color Harmonies of #04167A
Complementary color
Monochromatic Colors of #04167A
Black with #04167A
Text Example
Text Example
White with #04167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04167A; }
p { color: rgb(4,22,122); }
H1.HeaderClassName
{
color: #04167A;
}
.AnyTagClassName
{
color: #04167A;
}
</style>
background-color css
<style>
a { background-color: #04167A; }
a { background-color: rgb(4,22,122); }
div.DivClassName
{
background-color: #04167A;
}
.BgClassName
{
background-color: #04167A;
}
</style>
border-color css
<style>
span { border-color: #04167A; }
span { border-color: rgb(4,22,122); }
td.TdClassName
{
border-color: #04167A;
}
.TagClassName
{
border-color: #04167A;
}
</style>