Shades of Midnight Blue #040B68
Tints of Midnight Blue #040B68
RGB
CMYK
RGB Variations
Color information
#040B68 (or 0x040B68) is known color: Midnight Blue. HEX triplet: 04, 0B and 68. RGB value is (4,11,104). Sum of RGB (Red+Green+Blue) = 4+11+104=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 104 (41.02% from 255 or 87.39% from 119); Max value from RGB is 104 - color contains mainly: blue. Hex color #040B68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040B68 is #FBF497. Grayscale: #131313. Windows color (decimal): -16512152 or 6818564. OLE color: 6818564.
HSL color Cylindrical-coordinate representation of color #040B68: hue angle of 235.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040B68 is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 11 | 104 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.59 |
| HSL | 235.8º | 0.93% | 0.21% | - |
| HSV(B) | 235.8º | 0.96% | 0.41% | - |
| XYZ | 2.67 | 1.26 | 13.2 | - |
| YUV | 19.51 | 175.68 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 104 | 0.96 | 0.89 | 0 | 0.59 | 235.8 | 0.93 | 0.21 |
| Hex | 4 | B | 68 | 60 | 59 | 0 | 3B | EC | 5D | 15 |
| Octal | 4 | 13 | 150 | 140 | 131 | 0 | 73 | 354 | 135 | 25 |
| Binary | 100 | 1011 | 1101000 | 1100000 | 1011001 | 0 | 111011 | 11101100 | 1011101 | 10101 |
Color Harmonies of #040B68
Complementary color
Monochromatic Colors of #040B68
Black with #040B68
Text Example
Text Example
White with #040B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040B68; }
p { color: rgb(4,11,104); }
H1.HeaderClassName
{
color: #040B68;
}
.AnyTagClassName
{
color: #040B68;
}
</style>
background-color css
<style>
a { background-color: #040B68; }
a { background-color: rgb(4,11,104); }
div.DivClassName
{
background-color: #040B68;
}
.BgClassName
{
background-color: #040B68;
}
</style>
border-color css
<style>
span { border-color: #040B68; }
span { border-color: rgb(4,11,104); }
td.TdClassName
{
border-color: #040B68;
}
.TagClassName
{
border-color: #040B68;
}
</style>