Shades of Midnight Blue #09136C
Tints of Midnight Blue #09136C
RGB
CMYK
RGB Variations
Color information
#09136C (or 0x09136C) is known color: Midnight Blue. HEX triplet: 09, 13 and 6C. RGB value is (9,19,108). Sum of RGB (Red+Green+Blue) = 9+19+108=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 108 (42.58% from 255 or 79.41% from 136); Max value from RGB is 108 - color contains mainly: blue. Hex color #09136C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09136C is #F6EC93. Grayscale: #191919. Windows color (decimal): -16182420 or 7082761. OLE color: 7082761.
HSL color Cylindrical-coordinate representation of color #09136C: hue angle of 233.94º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09136C is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 19 | 108 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.58 |
| HSL | 233.94º | 0.85% | 0.23% | - |
| HSV(B) | 233.94º | 0.92% | 0.42% | - |
| XYZ | 3.05 | 1.61 | 14.34 | - |
| YUV | 26.16 | 174.19 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 108 | 0.92 | 0.82 | 0 | 0.58 | 233.94 | 0.85 | 0.23 |
| Hex | 9 | 13 | 6C | 5C | 52 | 0 | 3A | EA | 55 | 17 |
| Octal | 11 | 23 | 154 | 134 | 122 | 0 | 72 | 352 | 125 | 27 |
| Binary | 1001 | 10011 | 1101100 | 1011100 | 1010010 | 0 | 111010 | 11101010 | 1010101 | 10111 |
Color Harmonies of #09136C
Complementary color
Monochromatic Colors of #09136C
Black with #09136C
Text Example
Text Example
White with #09136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09136C; }
p { color: rgb(9,19,108); }
H1.HeaderClassName
{
color: #09136C;
}
.AnyTagClassName
{
color: #09136C;
}
</style>
background-color css
<style>
a { background-color: #09136C; }
a { background-color: rgb(9,19,108); }
div.DivClassName
{
background-color: #09136C;
}
.BgClassName
{
background-color: #09136C;
}
</style>
border-color css
<style>
span { border-color: #09136C; }
span { border-color: rgb(9,19,108); }
td.TdClassName
{
border-color: #09136C;
}
.TagClassName
{
border-color: #09136C;
}
</style>