Shades of Midnight Express #091C3C
Tints of Midnight Express #091C3C
RGB
CMYK
RGB Variations
Color information
#091C3C (or 0x091C3C) is known color: Midnight Express. HEX triplet: 09, 1C and 3C. RGB value is (9,28,60). Sum of RGB (Red+Green+Blue) = 9+28+60=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 60 (23.83% from 255 or 61.86% from 97); Max value from RGB is 60 - color contains mainly: blue. Hex color #091C3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091C3C is #F6E3C3. Grayscale: #191919. Windows color (decimal): -16180164 or 3939337. OLE color: 3939337.
HSL color Cylindrical-coordinate representation of color #091C3C: hue angle of 217.65º 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 #091C3C is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 28 | 60 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.76 |
| HSL | 217.65º | 0.74% | 0.14% | - |
| HSV(B) | 217.65º | 0.85% | 0.24% | - |
| XYZ | 1.34 | 1.21 | 4.44 | - |
| YUV | 25.97 | 147.21 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 60 | 0.85 | 0.53 | 0 | 0.76 | 217.65 | 0.74 | 0.14 |
| Hex | 9 | 1C | 3C | 55 | 35 | 0 | 4C | DA | 4A | E |
| Octal | 11 | 34 | 74 | 125 | 65 | 0 | 114 | 332 | 112 | 16 |
| Binary | 1001 | 11100 | 111100 | 1010101 | 110101 | 0 | 1001100 | 11011010 | 1001010 | 1110 |
Color Harmonies of #091C3C
Complementary color
Monochromatic Colors of #091C3C
Black with #091C3C
Text Example
Text Example
White with #091C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C3C; }
p { color: rgb(9,28,60); }
H1.HeaderClassName
{
color: #091C3C;
}
.AnyTagClassName
{
color: #091C3C;
}
</style>
background-color css
<style>
a { background-color: #091C3C; }
a { background-color: rgb(9,28,60); }
div.DivClassName
{
background-color: #091C3C;
}
.BgClassName
{
background-color: #091C3C;
}
</style>
border-color css
<style>
span { border-color: #091C3C; }
span { border-color: rgb(9,28,60); }
td.TdClassName
{
border-color: #091C3C;
}
.TagClassName
{
border-color: #091C3C;
}
</style>