Shades of Navy #040B70
Tints of Navy #040B70
RGB
CMYK
RGB Variations
Color information
#040B70 (or 0x040B70) is known color: Navy. HEX triplet: 04, 0B and 70. RGB value is (4,11,112). Sum of RGB (Red+Green+Blue) = 4+11+112=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 112 (44.14% from 255 or 88.19% from 127); Max value from RGB is 112 - color contains mainly: blue. Hex color #040B70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040B70 is #FBF48F. Grayscale: #141414. Windows color (decimal): -16512144 or 7342852. OLE color: 7342852.
HSL color Cylindrical-coordinate representation of color #040B70: hue angle of 236.11º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040B70 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 11 | 112 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.56 |
| HSL | 236.11º | 0.93% | 0.23% | - |
| HSV(B) | 236.11º | 0.96% | 0.44% | - |
| XYZ | 3.09 | 1.44 | 15.44 | - |
| YUV | 20.42 | 179.68 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 112 | 0.96 | 0.90 | 0 | 0.56 | 236.11 | 0.93 | 0.23 |
| Hex | 4 | B | 70 | 60 | 5A | 0 | 38 | EC | 5D | 17 |
| Octal | 4 | 13 | 160 | 140 | 132 | 0 | 70 | 354 | 135 | 27 |
| Binary | 100 | 1011 | 1110000 | 1100000 | 1011010 | 0 | 111000 | 11101100 | 1011101 | 10111 |
Color Harmonies of #040B70
Complementary color
Monochromatic Colors of #040B70
Black with #040B70
Text Example
Text Example
White with #040B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040B70; }
p { color: rgb(4,11,112); }
H1.HeaderClassName
{
color: #040B70;
}
.AnyTagClassName
{
color: #040B70;
}
</style>
background-color css
<style>
a { background-color: #040B70; }
a { background-color: rgb(4,11,112); }
div.DivClassName
{
background-color: #040B70;
}
.BgClassName
{
background-color: #040B70;
}
</style>
border-color css
<style>
span { border-color: #040B70; }
span { border-color: rgb(4,11,112); }
td.TdClassName
{
border-color: #040B70;
}
.TagClassName
{
border-color: #040B70;
}
</style>