Shades of Midnight Blue #040A65
Tints of Midnight Blue #040A65
RGB
CMYK
RGB Variations
Color information
#040A65 (or 0x040A65) is known color: Midnight Blue. HEX triplet: 04, 0A and 65. RGB value is (4,10,101). Sum of RGB (Red+Green+Blue) = 4+10+101=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 10 (4.30% from 255 or 8.70% from 115); Blue value is 101 (39.84% from 255 or 87.83% from 115); Max value from RGB is 101 - color contains mainly: blue. Hex color #040A65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040A65 is #FBF59A. Grayscale: #121212. Windows color (decimal): -16512411 or 6621700. OLE color: 6621700.
HSL color Cylindrical-coordinate representation of color #040A65: hue angle of 236.29º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040A65 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 10 | 101 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.60 |
| HSL | 236.29º | 0.92% | 0.21% | - |
| HSV(B) | 236.29º | 0.96% | 0.4% | - |
| XYZ | 2.51 | 1.18 | 12.41 | - |
| YUV | 18.58 | 174.51 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 101 | 0.96 | 0.90 | 0 | 0.60 | 236.29 | 0.92 | 0.21 |
| Hex | 4 | A | 65 | 60 | 5A | 0 | 3C | EC | 5C | 15 |
| Octal | 4 | 12 | 145 | 140 | 132 | 0 | 74 | 354 | 134 | 25 |
| Binary | 100 | 1010 | 1100101 | 1100000 | 1011010 | 0 | 111100 | 11101100 | 1011100 | 10101 |
Color Harmonies of #040A65
Complementary color
Monochromatic Colors of #040A65
Black with #040A65
Text Example
Text Example
White with #040A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A65; }
p { color: rgb(4,10,101); }
H1.HeaderClassName
{
color: #040A65;
}
.AnyTagClassName
{
color: #040A65;
}
</style>
background-color css
<style>
a { background-color: #040A65; }
a { background-color: rgb(4,10,101); }
div.DivClassName
{
background-color: #040A65;
}
.BgClassName
{
background-color: #040A65;
}
</style>
border-color css
<style>
span { border-color: #040A65; }
span { border-color: rgb(4,10,101); }
td.TdClassName
{
border-color: #040A65;
}
.TagClassName
{
border-color: #040A65;
}
</style>