Shades of Midnight Blue #09187F
Tints of Midnight Blue #09187F
RGB
CMYK
RGB Variations
Color information
#09187F (or 0x09187F) is known color: Midnight Blue. HEX triplet: 09, 18 and 7F. RGB value is (9,24,127). Sum of RGB (Red+Green+Blue) = 9+24+127=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 127 (50% from 255 or 79.38% from 160); Max value from RGB is 127 - color contains mainly: blue. Hex color #09187F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09187F is #F6E780. Grayscale: #1E1E1E. Windows color (decimal): -16181121 or 8329225. OLE color: 8329225.
HSL color Cylindrical-coordinate representation of color #09187F: hue angle of 232.37º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09187F is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 24 | 127 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.50 |
| HSL | 232.37º | 0.87% | 0.27% | - |
| HSV(B) | 232.37º | 0.93% | 0.5% | - |
| XYZ | 4.27 | 2.24 | 20.29 | - |
| YUV | 31.26 | 182.03 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 24 | 127 | 0.93 | 0.81 | 0 | 0.50 | 232.37 | 0.87 | 0.27 |
| Hex | 9 | 18 | 7F | 5D | 51 | 0 | 32 | E8 | 57 | 1B |
| Octal | 11 | 30 | 177 | 135 | 121 | 0 | 62 | 350 | 127 | 33 |
| Binary | 1001 | 11000 | 1111111 | 1011101 | 1010001 | 0 | 110010 | 11101000 | 1010111 | 11011 |
Color Harmonies of #09187F
Complementary color
Monochromatic Colors of #09187F
Black with #09187F
Text Example
Text Example
White with #09187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09187F; }
p { color: rgb(9,24,127); }
H1.HeaderClassName
{
color: #09187F;
}
.AnyTagClassName
{
color: #09187F;
}
</style>
background-color css
<style>
a { background-color: #09187F; }
a { background-color: rgb(9,24,127); }
div.DivClassName
{
background-color: #09187F;
}
.BgClassName
{
background-color: #09187F;
}
</style>
border-color css
<style>
span { border-color: #09187F; }
span { border-color: rgb(9,24,127); }
td.TdClassName
{
border-color: #09187F;
}
.TagClassName
{
border-color: #09187F;
}
</style>