Shades of Navy #04006F
Tints of Navy #04006F
RGB
CMYK
RGB Variations
Color information
#04006F (or 0x04006F) is known color: Navy. HEX triplet: 04, 00 and 6F. RGB value is (4,0,111). Sum of RGB (Red+Green+Blue) = 4+0+111=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 111 (43.75% from 255 or 96.52% from 115); Max value from RGB is 111 - color contains mainly: blue. Hex color #04006F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04006F is #FBFF90. Grayscale: #0D0D0D. Windows color (decimal): -16514961 or 7274500. OLE color: 7274500.
HSL color Cylindrical-coordinate representation of color #04006F: hue angle of 242.16º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04006F is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 0 | 111 | - |
| CMYK | 0.96 | 1 | 0 | 0.56 |
| HSL | 242.16º | 1% | 0.22% | - |
| HSV(B) | 242.16º | 1% | 0.44% | - |
| XYZ | 2.92 | 1.17 | 15.11 | - |
| YUV | 13.85 | 182.83 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 111 | 0.96 | 1 | 0 | 0.56 | 242.16 | 1 | 0.22 |
| Hex | 4 | 0 | 6F | 60 | 64 | 0 | 38 | F2 | 64 | 16 |
| Octal | 4 | 0 | 157 | 140 | 144 | 0 | 70 | 362 | 144 | 26 |
| Binary | 100 | 0 | 1101111 | 1100000 | 1100100 | 0 | 111000 | 11110010 | 1100100 | 10110 |
Color Harmonies of #04006F
Complementary color
Monochromatic Colors of #04006F
Black with #04006F
Text Example
Text Example
White with #04006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04006F; }
p { color: rgb(4,0,111); }
H1.HeaderClassName
{
color: #04006F;
}
.AnyTagClassName
{
color: #04006F;
}
</style>
background-color css
<style>
a { background-color: #04006F; }
a { background-color: rgb(4,0,111); }
div.DivClassName
{
background-color: #04006F;
}
.BgClassName
{
background-color: #04006F;
}
</style>
border-color css
<style>
span { border-color: #04006F; }
span { border-color: rgb(4,0,111); }
td.TdClassName
{
border-color: #04006F;
}
.TagClassName
{
border-color: #04006F;
}
</style>