Shades of Midnight Blue #090C4F
Tints of Midnight Blue #090C4F
RGB
CMYK
RGB Variations
Color information
#090C4F (or 0x090C4F) is known color: Midnight Blue. HEX triplet: 09, 0C and 4F. RGB value is (9,12,79). Sum of RGB (Red+Green+Blue) = 9+12+79=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 79 (31.25% from 255 or 79% from 100); Max value from RGB is 79 - color contains mainly: blue. Hex color #090C4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090C4F is #F6F3B0. Grayscale: #121212. Windows color (decimal): -16184241 or 5180425. OLE color: 5180425.
HSL color Cylindrical-coordinate representation of color #090C4F: hue angle of 237.43º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #090C4F is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 12 | 79 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.69 |
| HSL | 237.43º | 0.8% | 0.17% | - |
| HSV(B) | 237.43º | 0.89% | 0.31% | - |
| XYZ | 1.66 | 0.89 | 7.48 | - |
| YUV | 18.74 | 162.01 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 79 | 0.89 | 0.85 | 0 | 0.69 | 237.43 | 0.8 | 0.17 |
| Hex | 9 | C | 4F | 59 | 55 | 0 | 45 | ED | 50 | 11 |
| Octal | 11 | 14 | 117 | 131 | 125 | 0 | 105 | 355 | 120 | 21 |
| Binary | 1001 | 1100 | 1001111 | 1011001 | 1010101 | 0 | 1000101 | 11101101 | 1010000 | 10001 |
Color Harmonies of #090C4F
Complementary color
Monochromatic Colors of #090C4F
Black with #090C4F
Text Example
Text Example
White with #090C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C4F; }
p { color: rgb(9,12,79); }
H1.HeaderClassName
{
color: #090C4F;
}
.AnyTagClassName
{
color: #090C4F;
}
</style>
background-color css
<style>
a { background-color: #090C4F; }
a { background-color: rgb(9,12,79); }
div.DivClassName
{
background-color: #090C4F;
}
.BgClassName
{
background-color: #090C4F;
}
</style>
border-color css
<style>
span { border-color: #090C4F; }
span { border-color: rgb(9,12,79); }
td.TdClassName
{
border-color: #090C4F;
}
.TagClassName
{
border-color: #090C4F;
}
</style>