Shades of Navy #04087A
Tints of Navy #04087A
RGB
CMYK
RGB Variations
Color information
#04087A (or 0x04087A) is known color: Navy. HEX triplet: 04, 08 and 7A. RGB value is (4,8,122). Sum of RGB (Red+Green+Blue) = 4+8+122=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 122 (48.05% from 255 or 91.04% from 134); Max value from RGB is 122 - color contains mainly: blue. Hex color #04087A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04087A is #FBF785. Grayscale: #131313. Windows color (decimal): -16512902 or 7997444. OLE color: 7997444.
HSL color Cylindrical-coordinate representation of color #04087A: hue angle of 237.97º 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 #04087A is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 8 | 122 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.52 |
| HSL | 237.97º | 0.94% | 0.25% | - |
| HSV(B) | 237.97º | 0.97% | 0.48% | - |
| XYZ | 3.65 | 1.6 | 18.53 | - |
| YUV | 19.8 | 185.67 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 8 | 122 | 0.97 | 0.93 | 0 | 0.52 | 237.97 | 0.94 | 0.25 |
| Hex | 4 | 8 | 7A | 61 | 5D | 0 | 34 | EE | 5E | 19 |
| Octal | 4 | 10 | 172 | 141 | 135 | 0 | 64 | 356 | 136 | 31 |
| Binary | 100 | 1000 | 1111010 | 1100001 | 1011101 | 0 | 110100 | 11101110 | 1011110 | 11001 |
Color Harmonies of #04087A
Complementary color
Monochromatic Colors of #04087A
Black with #04087A
Text Example
Text Example
White with #04087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04087A; }
p { color: rgb(4,8,122); }
H1.HeaderClassName
{
color: #04087A;
}
.AnyTagClassName
{
color: #04087A;
}
</style>
background-color css
<style>
a { background-color: #04087A; }
a { background-color: rgb(4,8,122); }
div.DivClassName
{
background-color: #04087A;
}
.BgClassName
{
background-color: #04087A;
}
</style>
border-color css
<style>
span { border-color: #04087A; }
span { border-color: rgb(4,8,122); }
td.TdClassName
{
border-color: #04087A;
}
.TagClassName
{
border-color: #04087A;
}
</style>