Shades of Midnight Express #091A3C
Tints of Midnight Express #091A3C
RGB
CMYK
RGB Variations
Color information
#091A3C (or 0x091A3C) is known color: Midnight Express. HEX triplet: 09, 1A and 3C. RGB value is (9,26,60). Sum of RGB (Red+Green+Blue) = 9+26+60=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 60 (23.83% from 255 or 63.16% from 95); Max value from RGB is 60 - color contains mainly: blue. Hex color #091A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091A3C is #F6E5C3. Grayscale: #181818. Windows color (decimal): -16180676 or 3938825. OLE color: 3938825.
HSL color Cylindrical-coordinate representation of color #091A3C: hue angle of 220º 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 #091A3C is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 26 | 60 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.76 |
| HSL | 220º | 0.74% | 0.14% | - |
| HSV(B) | 220º | 0.85% | 0.24% | - |
| XYZ | 1.3 | 1.12 | 4.42 | - |
| YUV | 24.79 | 147.87 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 60 | 0.85 | 0.57 | 0 | 0.76 | 220 | 0.74 | 0.14 |
| Hex | 9 | 1A | 3C | 55 | 39 | 0 | 4C | DC | 4A | E |
| Octal | 11 | 32 | 74 | 125 | 71 | 0 | 114 | 334 | 112 | 16 |
| Binary | 1001 | 11010 | 111100 | 1010101 | 111001 | 0 | 1001100 | 11011100 | 1001010 | 1110 |
Color Harmonies of #091A3C
Complementary color
Monochromatic Colors of #091A3C
Black with #091A3C
Text Example
Text Example
White with #091A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A3C; }
p { color: rgb(9,26,60); }
H1.HeaderClassName
{
color: #091A3C;
}
.AnyTagClassName
{
color: #091A3C;
}
</style>
background-color css
<style>
a { background-color: #091A3C; }
a { background-color: rgb(9,26,60); }
div.DivClassName
{
background-color: #091A3C;
}
.BgClassName
{
background-color: #091A3C;
}
</style>
border-color css
<style>
span { border-color: #091A3C; }
span { border-color: rgb(9,26,60); }
td.TdClassName
{
border-color: #091A3C;
}
.TagClassName
{
border-color: #091A3C;
}
</style>