Shades of Navy #04046B
Tints of Navy #04046B
RGB
CMYK
RGB Variations
Color information
#04046B (or 0x04046B) is known color: Navy. HEX triplet: 04, 04 and 6B. RGB value is (4,4,107). Sum of RGB (Red+Green+Blue) = 4+4+107=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 107 (42.19% from 255 or 93.04% from 115); Max value from RGB is 107 - color contains mainly: blue. Hex color #04046B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04046B is #FBFB94. Grayscale: #0F0F0F. Windows color (decimal): -16513941 or 7013380. OLE color: 7013380.
HSL color Cylindrical-coordinate representation of color #04046B: 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 #04046B is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 4 | 107 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.58 |
| HSL | 240º | 0.93% | 0.22% | - |
| HSV(B) | 240º | 0.96% | 0.42% | - |
| XYZ | 2.75 | 1.17 | 13.99 | - |
| YUV | 15.74 | 179.5 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 4 | 107 | 0.96 | 0.96 | 0 | 0.58 | 240 | 0.93 | 0.22 |
| Hex | 4 | 4 | 6B | 60 | 60 | 0 | 3A | F0 | 5D | 16 |
| Octal | 4 | 4 | 153 | 140 | 140 | 0 | 72 | 360 | 135 | 26 |
| Binary | 100 | 100 | 1101011 | 1100000 | 1100000 | 0 | 111010 | 11110000 | 1011101 | 10110 |
Color Harmonies of #04046B
Complementary color
Monochromatic Colors of #04046B
Black with #04046B
Text Example
Text Example
White with #04046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04046B; }
p { color: rgb(4,4,107); }
H1.HeaderClassName
{
color: #04046B;
}
.AnyTagClassName
{
color: #04046B;
}
</style>
background-color css
<style>
a { background-color: #04046B; }
a { background-color: rgb(4,4,107); }
div.DivClassName
{
background-color: #04046B;
}
.BgClassName
{
background-color: #04046B;
}
</style>
border-color css
<style>
span { border-color: #04046B; }
span { border-color: rgb(4,4,107); }
td.TdClassName
{
border-color: #04046B;
}
.TagClassName
{
border-color: #04046B;
}
</style>