Shades of Navy #04046C
Tints of Navy #04046C
RGB
CMYK
RGB Variations
Color information
#04046C (or 0x04046C) is known color: Navy. HEX triplet: 04, 04 and 6C. RGB value is (4,4,108). Sum of RGB (Red+Green+Blue) = 4+4+108=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 108 (42.58% from 255 or 93.10% from 116); Max value from RGB is 108 - color contains mainly: blue. Hex color #04046C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04046C is #FBFB93. Grayscale: #0F0F0F. Windows color (decimal): -16513940 or 7078916. OLE color: 7078916.
HSL color Cylindrical-coordinate representation of color #04046C: hue angle of 240º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04046C is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 4 | 108 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.58 |
| HSL | 240º | 0.93% | 0.22% | - |
| HSV(B) | 240º | 0.96% | 0.42% | - |
| XYZ | 2.8 | 1.2 | 14.27 | - |
| YUV | 15.86 | 180 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 4 | 108 | 0.96 | 0.96 | 0 | 0.58 | 240 | 0.93 | 0.22 |
| Hex | 4 | 4 | 6C | 60 | 60 | 0 | 3A | F0 | 5D | 16 |
| Octal | 4 | 4 | 154 | 140 | 140 | 0 | 72 | 360 | 135 | 26 |
| Binary | 100 | 100 | 1101100 | 1100000 | 1100000 | 0 | 111010 | 11110000 | 1011101 | 10110 |
Color Harmonies of #04046C
Complementary color
Monochromatic Colors of #04046C
Black with #04046C
Text Example
Text Example
White with #04046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04046C; }
p { color: rgb(4,4,108); }
H1.HeaderClassName
{
color: #04046C;
}
.AnyTagClassName
{
color: #04046C;
}
</style>
background-color css
<style>
a { background-color: #04046C; }
a { background-color: rgb(4,4,108); }
div.DivClassName
{
background-color: #04046C;
}
.BgClassName
{
background-color: #04046C;
}
</style>
border-color css
<style>
span { border-color: #04046C; }
span { border-color: rgb(4,4,108); }
td.TdClassName
{
border-color: #04046C;
}
.TagClassName
{
border-color: #04046C;
}
</style>