Shades of Midnight Blue #091875
Tints of Midnight Blue #091875
RGB
CMYK
RGB Variations
Color information
#091875 (or 0x091875) is known color: Midnight Blue. HEX triplet: 09, 18 and 75. RGB value is (9,24,117). Sum of RGB (Red+Green+Blue) = 9+24+117=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 117 (46.09% from 255 or 78% from 150); Max value from RGB is 117 - color contains mainly: blue. Hex color #091875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091875 is #F6E78A. Grayscale: #1D1D1D. Windows color (decimal): -16181131 or 7673865. OLE color: 7673865.
HSL color Cylindrical-coordinate representation of color #091875: hue angle of 231.67º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091875 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 24 | 117 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.54 |
| HSL | 231.67º | 0.86% | 0.25% | - |
| HSV(B) | 231.67º | 0.92% | 0.46% | - |
| XYZ | 3.65 | 2 | 17.02 | - |
| YUV | 30.12 | 177.03 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 24 | 117 | 0.92 | 0.79 | 0 | 0.54 | 231.67 | 0.86 | 0.25 |
| Hex | 9 | 18 | 75 | 5C | 4F | 0 | 36 | E8 | 56 | 19 |
| Octal | 11 | 30 | 165 | 134 | 117 | 0 | 66 | 350 | 126 | 31 |
| Binary | 1001 | 11000 | 1110101 | 1011100 | 1001111 | 0 | 110110 | 11101000 | 1010110 | 11001 |
Color Harmonies of #091875
Complementary color
Monochromatic Colors of #091875
Black with #091875
Text Example
Text Example
White with #091875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091875; }
p { color: rgb(9,24,117); }
H1.HeaderClassName
{
color: #091875;
}
.AnyTagClassName
{
color: #091875;
}
</style>
background-color css
<style>
a { background-color: #091875; }
a { background-color: rgb(9,24,117); }
div.DivClassName
{
background-color: #091875;
}
.BgClassName
{
background-color: #091875;
}
</style>
border-color css
<style>
span { border-color: #091875; }
span { border-color: rgb(9,24,117); }
td.TdClassName
{
border-color: #091875;
}
.TagClassName
{
border-color: #091875;
}
</style>