Shades of Midnight Blue #040A61
Tints of Midnight Blue #040A61
RGB
CMYK
RGB Variations
Color information
#040A61 (or 0x040A61) is known color: Midnight Blue. HEX triplet: 04, 0A and 61. RGB value is (4,10,97). Sum of RGB (Red+Green+Blue) = 4+10+97=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 97 (38.28% from 255 or 87.39% from 111); Max value from RGB is 97 - color contains mainly: blue. Hex color #040A61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040A61 is #FBF59E. Grayscale: #111111. Windows color (decimal): -16512415 or 6359556. OLE color: 6359556.
HSL color Cylindrical-coordinate representation of color #040A61: hue angle of 236.13º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040A61 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 10 | 97 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.62 |
| HSL | 236.13º | 0.92% | 0.2% | - |
| HSV(B) | 236.13º | 0.96% | 0.38% | - |
| XYZ | 2.32 | 1.11 | 11.4 | - |
| YUV | 18.12 | 172.51 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 97 | 0.96 | 0.90 | 0 | 0.62 | 236.13 | 0.92 | 0.2 |
| Hex | 4 | A | 61 | 60 | 5A | 0 | 3E | EC | 5C | 14 |
| Octal | 4 | 12 | 141 | 140 | 132 | 0 | 76 | 354 | 134 | 24 |
| Binary | 100 | 1010 | 1100001 | 1100000 | 1011010 | 0 | 111110 | 11101100 | 1011100 | 10100 |
Color Harmonies of #040A61
Complementary color
Monochromatic Colors of #040A61
Black with #040A61
Text Example
Text Example
White with #040A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040A61; }
p { color: rgb(4,10,97); }
H1.HeaderClassName
{
color: #040A61;
}
.AnyTagClassName
{
color: #040A61;
}
</style>
background-color css
<style>
a { background-color: #040A61; }
a { background-color: rgb(4,10,97); }
div.DivClassName
{
background-color: #040A61;
}
.BgClassName
{
background-color: #040A61;
}
</style>
border-color css
<style>
span { border-color: #040A61; }
span { border-color: rgb(4,10,97); }
td.TdClassName
{
border-color: #040A61;
}
.TagClassName
{
border-color: #040A61;
}
</style>