Shades of Midnight Blue #09024A
Tints of Midnight Blue #09024A
RGB
CMYK
RGB Variations
Color information
#09024A (or 0x09024A) is known color: Midnight Blue. HEX triplet: 09, 02 and 4A. RGB value is (9,2,74). Sum of RGB (Red+Green+Blue) = 9+2+74=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 74 (29.30% from 255 or 87.06% from 85); Max value from RGB is 74 - color contains mainly: blue. Hex color #09024A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09024A is #F6FDB5. Grayscale: #0C0C0C. Windows color (decimal): -16186806 or 4850185. OLE color: 4850185.
HSL color Cylindrical-coordinate representation of color #09024A: hue angle of 245.83º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #09024A is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 2 | 74 | - |
| CMYK | 0.88 | 0.97 | 0 | 0.71 |
| HSL | 245.83º | 0.95% | 0.15% | - |
| HSV(B) | 245.83º | 0.97% | 0.29% | - |
| XYZ | 1.37 | 0.6 | 6.52 | - |
| YUV | 12.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 2 | 74 | 0.88 | 0.97 | 0 | 0.71 | 245.83 | 0.95 | 0.15 |
| Hex | 9 | 2 | 4A | 58 | 61 | 0 | 47 | F6 | 5F | F |
| Octal | 11 | 2 | 112 | 130 | 141 | 0 | 107 | 366 | 137 | 17 |
| Binary | 1001 | 10 | 1001010 | 1011000 | 1100001 | 0 | 1000111 | 11110110 | 1011111 | 1111 |
Color Harmonies of #09024A
Complementary color
Monochromatic Colors of #09024A
Black with #09024A
Text Example
Text Example
White with #09024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09024A; }
p { color: rgb(9,2,74); }
H1.HeaderClassName
{
color: #09024A;
}
.AnyTagClassName
{
color: #09024A;
}
</style>
background-color css
<style>
a { background-color: #09024A; }
a { background-color: rgb(9,2,74); }
div.DivClassName
{
background-color: #09024A;
}
.BgClassName
{
background-color: #09024A;
}
</style>
border-color css
<style>
span { border-color: #09024A; }
span { border-color: rgb(9,2,74); }
td.TdClassName
{
border-color: #09024A;
}
.TagClassName
{
border-color: #09024A;
}
</style>