Shades of Midnight Blue #09136D
Tints of Midnight Blue #09136D
RGB
CMYK
RGB Variations
Color information
#09136D (or 0x09136D) is known color: Midnight Blue. HEX triplet: 09, 13 and 6D. RGB value is (9,19,109). Sum of RGB (Red+Green+Blue) = 9+19+109=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 109 (42.97% from 255 or 79.56% from 137); Max value from RGB is 109 - color contains mainly: blue. Hex color #09136D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09136D is #F6EC92. Grayscale: #191919. Windows color (decimal): -16182419 or 7148297. OLE color: 7148297.
HSL color Cylindrical-coordinate representation of color #09136D: hue angle of 234º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09136D is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 19 | 109 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.57 |
| HSL | 234º | 0.85% | 0.23% | - |
| HSV(B) | 234º | 0.92% | 0.43% | - |
| XYZ | 3.11 | 1.63 | 14.62 | - |
| YUV | 26.27 | 174.69 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 109 | 0.92 | 0.83 | 0 | 0.57 | 234 | 0.85 | 0.23 |
| Hex | 9 | 13 | 6D | 5C | 53 | 0 | 39 | EA | 55 | 17 |
| Octal | 11 | 23 | 155 | 134 | 123 | 0 | 71 | 352 | 125 | 27 |
| Binary | 1001 | 10011 | 1101101 | 1011100 | 1010011 | 0 | 111001 | 11101010 | 1010101 | 10111 |
Color Harmonies of #09136D
Complementary color
Monochromatic Colors of #09136D
Black with #09136D
Text Example
Text Example
White with #09136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09136D; }
p { color: rgb(9,19,109); }
H1.HeaderClassName
{
color: #09136D;
}
.AnyTagClassName
{
color: #09136D;
}
</style>
background-color css
<style>
a { background-color: #09136D; }
a { background-color: rgb(9,19,109); }
div.DivClassName
{
background-color: #09136D;
}
.BgClassName
{
background-color: #09136D;
}
</style>
border-color css
<style>
span { border-color: #09136D; }
span { border-color: rgb(9,19,109); }
td.TdClassName
{
border-color: #09136D;
}
.TagClassName
{
border-color: #09136D;
}
</style>