Shades of Midnight Express #090C3C
Tints of Midnight Express #090C3C
RGB
CMYK
RGB Variations
Color information
#090C3C (or 0x090C3C) is known color: Midnight Express. HEX triplet: 09, 0C and 3C. RGB value is (9,12,60). Sum of RGB (Red+Green+Blue) = 9+12+60=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 60 (23.83% from 255 or 74.07% from 81); Max value from RGB is 60 - color contains mainly: blue. Hex color #090C3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C3C is #F6F3C3. Grayscale: #101010. Windows color (decimal): -16184260 or 3935241. OLE color: 3935241.
HSL color Cylindrical-coordinate representation of color #090C3C: hue angle of 236.47º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #090C3C is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 12 | 60 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.76 |
| HSL | 236.47º | 0.74% | 0.14% | - |
| HSV(B) | 236.47º | 0.85% | 0.24% | - |
| XYZ | 1.06 | 0.65 | 4.34 | - |
| YUV | 16.58 | 152.51 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 60 | 0.85 | 0.80 | 0 | 0.76 | 236.47 | 0.74 | 0.14 |
| Hex | 9 | C | 3C | 55 | 50 | 0 | 4C | EC | 4A | E |
| Octal | 11 | 14 | 74 | 125 | 120 | 0 | 114 | 354 | 112 | 16 |
| Binary | 1001 | 1100 | 111100 | 1010101 | 1010000 | 0 | 1001100 | 11101100 | 1001010 | 1110 |
Color Harmonies of #090C3C
Complementary color
Monochromatic Colors of #090C3C
Black with #090C3C
Text Example
Text Example
White with #090C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C3C; }
p { color: rgb(9,12,60); }
H1.HeaderClassName
{
color: #090C3C;
}
.AnyTagClassName
{
color: #090C3C;
}
</style>
background-color css
<style>
a { background-color: #090C3C; }
a { background-color: rgb(9,12,60); }
div.DivClassName
{
background-color: #090C3C;
}
.BgClassName
{
background-color: #090C3C;
}
</style>
border-color css
<style>
span { border-color: #090C3C; }
span { border-color: rgb(9,12,60); }
td.TdClassName
{
border-color: #090C3C;
}
.TagClassName
{
border-color: #090C3C;
}
</style>