Shades of Midnight Express #090C34
Tints of Midnight Express #090C34
RGB
CMYK
RGB Variations
Color information
#090C34 (or 0x090C34) is known color: Midnight Express. HEX triplet: 09, 0C and 34. RGB value is (9,12,52). Sum of RGB (Red+Green+Blue) = 9+12+52=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 12 (5.08% from 255 or 16.44% from 73); Blue value is 52 (20.70% from 255 or 71.23% from 73); Max value from RGB is 52 - color contains mainly: blue. Hex color #090C34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C34 is #F6F3CB. Grayscale: #0F0F0F. Windows color (decimal): -16184268 or 3410953. OLE color: 3410953.
HSL color Cylindrical-coordinate representation of color #090C34: hue angle of 235.81º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #090C34 is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 12 | 52 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.80 |
| HSL | 235.81º | 0.7% | 0.12% | - |
| HSV(B) | 235.81º | 0.83% | 0.2% | - |
| XYZ | 0.86 | 0.57 | 3.31 | - |
| YUV | 15.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 52 | 0.83 | 0.77 | 0 | 0.80 | 235.81 | 0.7 | 0.12 |
| Hex | 9 | C | 34 | 53 | 4D | 0 | 50 | EC | 46 | C |
| Octal | 11 | 14 | 64 | 123 | 115 | 0 | 120 | 354 | 106 | 14 |
| Binary | 1001 | 1100 | 110100 | 1010011 | 1001101 | 0 | 1010000 | 11101100 | 1000110 | 1100 |
Color Harmonies of #090C34
Complementary color
Monochromatic Colors of #090C34
Black with #090C34
Text Example
Text Example
White with #090C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C34; }
p { color: rgb(9,12,52); }
H1.HeaderClassName
{
color: #090C34;
}
.AnyTagClassName
{
color: #090C34;
}
</style>
background-color css
<style>
a { background-color: #090C34; }
a { background-color: rgb(9,12,52); }
div.DivClassName
{
background-color: #090C34;
}
.BgClassName
{
background-color: #090C34;
}
</style>
border-color css
<style>
span { border-color: #090C34; }
span { border-color: rgb(9,12,52); }
td.TdClassName
{
border-color: #090C34;
}
.TagClassName
{
border-color: #090C34;
}
</style>