Shades of Midnight Blue #09136B
Tints of Midnight Blue #09136B
RGB
CMYK
RGB Variations
Color information
#09136B (or 0x09136B) is known color: Midnight Blue. HEX triplet: 09, 13 and 6B. RGB value is (9,19,107). Sum of RGB (Red+Green+Blue) = 9+19+107=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 107 (42.19% from 255 or 79.26% from 135); Max value from RGB is 107 - color contains mainly: blue. Hex color #09136B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09136B is #F6EC94. Grayscale: #191919. Windows color (decimal): -16182421 or 7017225. OLE color: 7017225.
HSL color Cylindrical-coordinate representation of color #09136B: hue angle of 233.88º degrees, saturation: 0.84, 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 #09136B is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 19 | 107 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.58 |
| HSL | 233.88º | 0.84% | 0.23% | - |
| HSV(B) | 233.88º | 0.92% | 0.42% | - |
| XYZ | 3 | 1.59 | 14.06 | - |
| YUV | 26.04 | 173.69 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 107 | 0.92 | 0.82 | 0 | 0.58 | 233.88 | 0.84 | 0.23 |
| Hex | 9 | 13 | 6B | 5C | 52 | 0 | 3A | EA | 54 | 17 |
| Octal | 11 | 23 | 153 | 134 | 122 | 0 | 72 | 352 | 124 | 27 |
| Binary | 1001 | 10011 | 1101011 | 1011100 | 1010010 | 0 | 111010 | 11101010 | 1010100 | 10111 |
Color Harmonies of #09136B
Complementary color
Monochromatic Colors of #09136B
Black with #09136B
Text Example
Text Example
White with #09136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09136B; }
p { color: rgb(9,19,107); }
H1.HeaderClassName
{
color: #09136B;
}
.AnyTagClassName
{
color: #09136B;
}
</style>
background-color css
<style>
a { background-color: #09136B; }
a { background-color: rgb(9,19,107); }
div.DivClassName
{
background-color: #09136B;
}
.BgClassName
{
background-color: #09136B;
}
</style>
border-color css
<style>
span { border-color: #09136B; }
span { border-color: rgb(9,19,107); }
td.TdClassName
{
border-color: #09136B;
}
.TagClassName
{
border-color: #09136B;
}
</style>