Shades of Navy #040B7D
Tints of Navy #040B7D
RGB
CMYK
RGB Variations
Color information
#040B7D (or 0x040B7D) is known color: Navy. HEX triplet: 04, 0B and 7D. RGB value is (4,11,125). Sum of RGB (Red+Green+Blue) = 4+11+125=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 125 (49.22% from 255 or 89.29% from 140); Max value from RGB is 125 - color contains mainly: blue. Hex color #040B7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040B7D is #FBF482. Grayscale: #151515. Windows color (decimal): -16512131 or 8194820. OLE color: 8194820.
HSL color Cylindrical-coordinate representation of color #040B7D: hue angle of 236.53º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040B7D is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 11 | 125 | - |
| CMYK | 0.97 | 0.91 | 0 | 0.51 |
| HSL | 236.53º | 0.94% | 0.25% | - |
| HSV(B) | 236.53º | 0.97% | 0.49% | - |
| XYZ | 3.87 | 1.75 | 19.53 | - |
| YUV | 21.9 | 186.18 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 125 | 0.97 | 0.91 | 0 | 0.51 | 236.53 | 0.94 | 0.25 |
| Hex | 4 | B | 7D | 61 | 5B | 0 | 33 | ED | 5E | 19 |
| Octal | 4 | 13 | 175 | 141 | 133 | 0 | 63 | 355 | 136 | 31 |
| Binary | 100 | 1011 | 1111101 | 1100001 | 1011011 | 0 | 110011 | 11101101 | 1011110 | 11001 |
Color Harmonies of #040B7D
Complementary color
Monochromatic Colors of #040B7D
Black with #040B7D
Text Example
Text Example
White with #040B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040B7D; }
p { color: rgb(4,11,125); }
H1.HeaderClassName
{
color: #040B7D;
}
.AnyTagClassName
{
color: #040B7D;
}
</style>
background-color css
<style>
a { background-color: #040B7D; }
a { background-color: rgb(4,11,125); }
div.DivClassName
{
background-color: #040B7D;
}
.BgClassName
{
background-color: #040B7D;
}
</style>
border-color css
<style>
span { border-color: #040B7D; }
span { border-color: rgb(4,11,125); }
td.TdClassName
{
border-color: #040B7D;
}
.TagClassName
{
border-color: #040B7D;
}
</style>