Shades of Midnight Express #090C4B
Tints of Midnight Express #090C4B
RGB
CMYK
RGB Variations
Color information
#090C4B (or 0x090C4B) is known color: Midnight Express. HEX triplet: 09, 0C and 4B. RGB value is (9,12,75). Sum of RGB (Red+Green+Blue) = 9+12+75=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 75 (29.69% from 255 or 78.12% from 96); Max value from RGB is 75 - color contains mainly: blue. Hex color #090C4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C4B is #F6F3B4. Grayscale: #121212. Windows color (decimal): -16184245 or 4918281. OLE color: 4918281.
HSL color Cylindrical-coordinate representation of color #090C4B: hue angle of 237.27º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #090C4B is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 12 | 75 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.71 |
| HSL | 237.27º | 0.79% | 0.16% | - |
| HSV(B) | 237.27º | 0.88% | 0.29% | - |
| XYZ | 1.51 | 0.83 | 6.74 | - |
| YUV | 18.29 | 160.01 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 75 | 0.88 | 0.84 | 0 | 0.71 | 237.27 | 0.79 | 0.16 |
| Hex | 9 | C | 4B | 58 | 54 | 0 | 47 | ED | 4F | 10 |
| Octal | 11 | 14 | 113 | 130 | 124 | 0 | 107 | 355 | 117 | 20 |
| Binary | 1001 | 1100 | 1001011 | 1011000 | 1010100 | 0 | 1000111 | 11101101 | 1001111 | 10000 |
Color Harmonies of #090C4B
Complementary color
Monochromatic Colors of #090C4B
Black with #090C4B
Text Example
Text Example
White with #090C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C4B; }
p { color: rgb(9,12,75); }
H1.HeaderClassName
{
color: #090C4B;
}
.AnyTagClassName
{
color: #090C4B;
}
</style>
background-color css
<style>
a { background-color: #090C4B; }
a { background-color: rgb(9,12,75); }
div.DivClassName
{
background-color: #090C4B;
}
.BgClassName
{
background-color: #090C4B;
}
</style>
border-color css
<style>
span { border-color: #090C4B; }
span { border-color: rgb(9,12,75); }
td.TdClassName
{
border-color: #090C4B;
}
.TagClassName
{
border-color: #090C4B;
}
</style>