Shades of Navy #04006C
Tints of Navy #04006C
RGB
CMYK
RGB Variations
Color information
#04006C (or 0x04006C) is known color: Navy. HEX triplet: 04, 00 and 6C. RGB value is (4,0,108). Sum of RGB (Red+Green+Blue) = 4+0+108=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 108 (42.58% from 255 or 96.43% from 112); Max value from RGB is 108 - color contains mainly: blue. Hex color #04006C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04006C is #FBFF93. Grayscale: #0D0D0D. Windows color (decimal): -16514964 or 7077892. OLE color: 7077892.
HSL color Cylindrical-coordinate representation of color #04006C: hue angle of 242.22º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04006C is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 0 | 108 | - |
| CMYK | 0.96 | 1 | 0 | 0.58 |
| HSL | 242.22º | 1% | 0.21% | - |
| HSV(B) | 242.22º | 1% | 0.42% | - |
| XYZ | 2.76 | 1.11 | 14.26 | - |
| YUV | 13.51 | 181.33 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 108 | 0.96 | 1 | 0 | 0.58 | 242.22 | 1 | 0.21 |
| Hex | 4 | 0 | 6C | 60 | 64 | 0 | 3A | F2 | 64 | 15 |
| Octal | 4 | 0 | 154 | 140 | 144 | 0 | 72 | 362 | 144 | 25 |
| Binary | 100 | 0 | 1101100 | 1100000 | 1100100 | 0 | 111010 | 11110010 | 1100100 | 10101 |
Color Harmonies of #04006C
Complementary color
Monochromatic Colors of #04006C
Black with #04006C
Text Example
Text Example
White with #04006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04006C; }
p { color: rgb(4,0,108); }
H1.HeaderClassName
{
color: #04006C;
}
.AnyTagClassName
{
color: #04006C;
}
</style>
background-color css
<style>
a { background-color: #04006C; }
a { background-color: rgb(4,0,108); }
div.DivClassName
{
background-color: #04006C;
}
.BgClassName
{
background-color: #04006C;
}
</style>
border-color css
<style>
span { border-color: #04006C; }
span { border-color: rgb(4,0,108); }
td.TdClassName
{
border-color: #04006C;
}
.TagClassName
{
border-color: #04006C;
}
</style>