Shades of Midnight Blue #09137C
Tints of Midnight Blue #09137C
RGB
CMYK
RGB Variations
Color information
#09137C (or 0x09137C) is known color: Midnight Blue. HEX triplet: 09, 13 and 7C. RGB value is (9,19,124). Sum of RGB (Red+Green+Blue) = 9+19+124=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 124 (48.83% from 255 or 81.58% from 152); Max value from RGB is 124 - color contains mainly: blue. Hex color #09137C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09137C is #F6EC83. Grayscale: #1B1B1B. Windows color (decimal): -16182404 or 8131337. OLE color: 8131337.
HSL color Cylindrical-coordinate representation of color #09137C: hue angle of 234.78º 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 #09137C is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 19 | 124 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.51 |
| HSL | 234.78º | 0.86% | 0.26% | - |
| HSV(B) | 234.78º | 0.93% | 0.49% | - |
| XYZ | 3.98 | 1.98 | 19.24 | - |
| YUV | 27.98 | 182.19 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 124 | 0.93 | 0.85 | 0 | 0.51 | 234.78 | 0.86 | 0.26 |
| Hex | 9 | 13 | 7C | 5D | 55 | 0 | 33 | EB | 56 | 1A |
| Octal | 11 | 23 | 174 | 135 | 125 | 0 | 63 | 353 | 126 | 32 |
| Binary | 1001 | 10011 | 1111100 | 1011101 | 1010101 | 0 | 110011 | 11101011 | 1010110 | 11010 |
Color Harmonies of #09137C
Complementary color
Monochromatic Colors of #09137C
Black with #09137C
Text Example
Text Example
White with #09137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09137C; }
p { color: rgb(9,19,124); }
H1.HeaderClassName
{
color: #09137C;
}
.AnyTagClassName
{
color: #09137C;
}
</style>
background-color css
<style>
a { background-color: #09137C; }
a { background-color: rgb(9,19,124); }
div.DivClassName
{
background-color: #09137C;
}
.BgClassName
{
background-color: #09137C;
}
</style>
border-color css
<style>
span { border-color: #09137C; }
span { border-color: rgb(9,19,124); }
td.TdClassName
{
border-color: #09137C;
}
.TagClassName
{
border-color: #09137C;
}
</style>