Shades of Midnight Blue #091B7C
Tints of Midnight Blue #091B7C
RGB
CMYK
RGB Variations
Color information
#091B7C (or 0x091B7C) is known color: Midnight Blue. HEX triplet: 09, 1B and 7C. RGB value is (9,27,124). Sum of RGB (Red+Green+Blue) = 9+27+124=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 124 (48.83% from 255 or 77.5% from 160); Max value from RGB is 124 - color contains mainly: blue. Hex color #091B7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091B7C is #F6E483. Grayscale: #202020. Windows color (decimal): -16180356 or 8133385. OLE color: 8133385.
HSL color Cylindrical-coordinate representation of color #091B7C: hue angle of 230.61º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091B7C is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 27 | 124 | - |
| CMYK | 0.93 | 0.78 | 0 | 0.51 |
| HSL | 230.61º | 0.86% | 0.26% | - |
| HSV(B) | 230.61º | 0.93% | 0.49% | - |
| XYZ | 4.14 | 2.3 | 19.29 | - |
| YUV | 32.68 | 179.54 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 27 | 124 | 0.93 | 0.78 | 0 | 0.51 | 230.61 | 0.86 | 0.26 |
| Hex | 9 | 1B | 7C | 5D | 4E | 0 | 33 | E7 | 56 | 1A |
| Octal | 11 | 33 | 174 | 135 | 116 | 0 | 63 | 347 | 126 | 32 |
| Binary | 1001 | 11011 | 1111100 | 1011101 | 1001110 | 0 | 110011 | 11100111 | 1010110 | 11010 |
Color Harmonies of #091B7C
Complementary color
Monochromatic Colors of #091B7C
Black with #091B7C
Text Example
Text Example
White with #091B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091B7C; }
p { color: rgb(9,27,124); }
H1.HeaderClassName
{
color: #091B7C;
}
.AnyTagClassName
{
color: #091B7C;
}
</style>
background-color css
<style>
a { background-color: #091B7C; }
a { background-color: rgb(9,27,124); }
div.DivClassName
{
background-color: #091B7C;
}
.BgClassName
{
background-color: #091B7C;
}
</style>
border-color css
<style>
span { border-color: #091B7C; }
span { border-color: rgb(9,27,124); }
td.TdClassName
{
border-color: #091B7C;
}
.TagClassName
{
border-color: #091B7C;
}
</style>