Shades of Midnight Blue #09197B
Tints of Midnight Blue #09197B
RGB
CMYK
RGB Variations
Color information
#09197B (or 0x09197B) is known color: Midnight Blue. HEX triplet: 09, 19 and 7B. RGB value is (9,25,123). Sum of RGB (Red+Green+Blue) = 9+25+123=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 123 (48.44% from 255 or 78.34% from 157); Max value from RGB is 123 - color contains mainly: blue. Hex color #09197B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09197B is #F6E684. Grayscale: #1E1E1E. Windows color (decimal): -16180869 or 8067337. OLE color: 8067337.
HSL color Cylindrical-coordinate representation of color #09197B: hue angle of 231.58º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09197B is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 25 | 123 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.52 |
| HSL | 231.58º | 0.86% | 0.26% | - |
| HSV(B) | 231.58º | 0.93% | 0.48% | - |
| XYZ | 4.04 | 2.18 | 18.95 | - |
| YUV | 31.39 | 179.7 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 123 | 0.93 | 0.80 | 0 | 0.52 | 231.58 | 0.86 | 0.26 |
| Hex | 9 | 19 | 7B | 5D | 50 | 0 | 34 | E8 | 56 | 1A |
| Octal | 11 | 31 | 173 | 135 | 120 | 0 | 64 | 350 | 126 | 32 |
| Binary | 1001 | 11001 | 1111011 | 1011101 | 1010000 | 0 | 110100 | 11101000 | 1010110 | 11010 |
Color Harmonies of #09197B
Complementary color
Monochromatic Colors of #09197B
Black with #09197B
Text Example
Text Example
White with #09197B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09197B; }
p { color: rgb(9,25,123); }
H1.HeaderClassName
{
color: #09197B;
}
.AnyTagClassName
{
color: #09197B;
}
</style>
background-color css
<style>
a { background-color: #09197B; }
a { background-color: rgb(9,25,123); }
div.DivClassName
{
background-color: #09197B;
}
.BgClassName
{
background-color: #09197B;
}
</style>
border-color css
<style>
span { border-color: #09197B; }
span { border-color: rgb(9,25,123); }
td.TdClassName
{
border-color: #09197B;
}
.TagClassName
{
border-color: #09197B;
}
</style>