Shades of Midnight Blue #09167C
Tints of Midnight Blue #09167C
RGB
CMYK
RGB Variations
Color information
#09167C (or 0x09167C) is known color: Midnight Blue. HEX triplet: 09, 16 and 7C. RGB value is (9,22,124). Sum of RGB (Red+Green+Blue) = 9+22+124=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 124 (48.83% from 255 or 80% from 155); Max value from RGB is 124 - color contains mainly: blue. Hex color #09167C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09167C is #F6E983. Grayscale: #1D1D1D. Windows color (decimal): -16181636 or 8132105. OLE color: 8132105.
HSL color Cylindrical-coordinate representation of color #09167C: hue angle of 233.22º 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 #09167C is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 22 | 124 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.51 |
| HSL | 233.22º | 0.86% | 0.26% | - |
| HSV(B) | 233.22º | 0.93% | 0.49% | - |
| XYZ | 4.04 | 2.09 | 19.26 | - |
| YUV | 29.74 | 181.19 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 22 | 124 | 0.93 | 0.82 | 0 | 0.51 | 233.22 | 0.86 | 0.26 |
| Hex | 9 | 16 | 7C | 5D | 52 | 0 | 33 | E9 | 56 | 1A |
| Octal | 11 | 26 | 174 | 135 | 122 | 0 | 63 | 351 | 126 | 32 |
| Binary | 1001 | 10110 | 1111100 | 1011101 | 1010010 | 0 | 110011 | 11101001 | 1010110 | 11010 |
Color Harmonies of #09167C
Complementary color
Monochromatic Colors of #09167C
Black with #09167C
Text Example
Text Example
White with #09167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09167C; }
p { color: rgb(9,22,124); }
H1.HeaderClassName
{
color: #09167C;
}
.AnyTagClassName
{
color: #09167C;
}
</style>
background-color css
<style>
a { background-color: #09167C; }
a { background-color: rgb(9,22,124); }
div.DivClassName
{
background-color: #09167C;
}
.BgClassName
{
background-color: #09167C;
}
</style>
border-color css
<style>
span { border-color: #09167C; }
span { border-color: rgb(9,22,124); }
td.TdClassName
{
border-color: #09167C;
}
.TagClassName
{
border-color: #09167C;
}
</style>