Shades of Midnight Blue #040B5E
Tints of Midnight Blue #040B5E
RGB
CMYK
RGB Variations
Color information
#040B5E (or 0x040B5E) is known color: Midnight Blue. HEX triplet: 04, 0B and 5E. RGB value is (4,11,94). Sum of RGB (Red+Green+Blue) = 4+11+94=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 94 (37.11% from 255 or 86.24% from 109); Max value from RGB is 94 - color contains mainly: blue. Hex color #040B5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040B5E is #FBF4A1. Grayscale: #121212. Windows color (decimal): -16512162 or 6163204. OLE color: 6163204.
HSL color Cylindrical-coordinate representation of color #040B5E: hue angle of 235.33º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040B5E is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 11 | 94 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.63 |
| HSL | 235.33º | 0.92% | 0.19% | - |
| HSV(B) | 235.33º | 0.96% | 0.37% | - |
| XYZ | 2.19 | 1.07 | 10.68 | - |
| YUV | 18.37 | 170.68 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 94 | 0.96 | 0.88 | 0 | 0.63 | 235.33 | 0.92 | 0.19 |
| Hex | 4 | B | 5E | 60 | 58 | 0 | 3F | EB | 5C | 13 |
| Octal | 4 | 13 | 136 | 140 | 130 | 0 | 77 | 353 | 134 | 23 |
| Binary | 100 | 1011 | 1011110 | 1100000 | 1011000 | 0 | 111111 | 11101011 | 1011100 | 10011 |
Color Harmonies of #040B5E
Complementary color
Monochromatic Colors of #040B5E
Black with #040B5E
Text Example
Text Example
White with #040B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040B5E; }
p { color: rgb(4,11,94); }
H1.HeaderClassName
{
color: #040B5E;
}
.AnyTagClassName
{
color: #040B5E;
}
</style>
background-color css
<style>
a { background-color: #040B5E; }
a { background-color: rgb(4,11,94); }
div.DivClassName
{
background-color: #040B5E;
}
.BgClassName
{
background-color: #040B5E;
}
</style>
border-color css
<style>
span { border-color: #040B5E; }
span { border-color: rgb(4,11,94); }
td.TdClassName
{
border-color: #040B5E;
}
.TagClassName
{
border-color: #040B5E;
}
</style>