Shades of Midnight Express #091A3F
Tints of Midnight Express #091A3F
RGB
CMYK
RGB Variations
Color information
#091A3F (or 0x091A3F) is known color: Midnight Express. HEX triplet: 09, 1A and 3F. RGB value is (9,26,63). Sum of RGB (Red+Green+Blue) = 9+26+63=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 63 (25% from 255 or 64.29% from 98); Max value from RGB is 63 - color contains mainly: blue. Hex color #091A3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091A3F is #F6E5C0. Grayscale: #181818. Windows color (decimal): -16180673 or 4135433. OLE color: 4135433.
HSL color Cylindrical-coordinate representation of color #091A3F: hue angle of 221.11º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #091A3F is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 26 | 63 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.75 |
| HSL | 221.11º | 0.75% | 0.14% | - |
| HSV(B) | 221.11º | 0.86% | 0.25% | - |
| XYZ | 1.38 | 1.16 | 4.85 | - |
| YUV | 25.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 63 | 0.86 | 0.59 | 0 | 0.75 | 221.11 | 0.75 | 0.14 |
| Hex | 9 | 1A | 3F | 56 | 3B | 0 | 4B | DD | 4B | E |
| Octal | 11 | 32 | 77 | 126 | 73 | 0 | 113 | 335 | 113 | 16 |
| Binary | 1001 | 11010 | 111111 | 1010110 | 111011 | 0 | 1001011 | 11011101 | 1001011 | 1110 |
Color Harmonies of #091A3F
Complementary color
Monochromatic Colors of #091A3F
Black with #091A3F
Text Example
Text Example
White with #091A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A3F; }
p { color: rgb(9,26,63); }
H1.HeaderClassName
{
color: #091A3F;
}
.AnyTagClassName
{
color: #091A3F;
}
</style>
background-color css
<style>
a { background-color: #091A3F; }
a { background-color: rgb(9,26,63); }
div.DivClassName
{
background-color: #091A3F;
}
.BgClassName
{
background-color: #091A3F;
}
</style>
border-color css
<style>
span { border-color: #091A3F; }
span { border-color: rgb(9,26,63); }
td.TdClassName
{
border-color: #091A3F;
}
.TagClassName
{
border-color: #091A3F;
}
</style>