Shades of Midnight Blue #0A1172
Tints of Midnight Blue #0A1172
RGB
CMYK
RGB Variations
Color information
#0A1172 (or 0x0A1172) is known color: Midnight Blue. HEX triplet: 0A, 11 and 72. RGB value is (10,17,114). Sum of RGB (Red+Green+Blue) = 10+17+114=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 114 (44.92% from 255 or 80.85% from 141); Max value from RGB is 114 - color contains mainly: blue. Hex color #0A1172 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1172 is #F5EE8D. Grayscale: #191919. Windows color (decimal): -16117390 or 7475466. OLE color: 7475466.
HSL color Cylindrical-coordinate representation of color #0A1172: hue angle of 235.96º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A1172 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 10 | 17 | 114 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.55 |
| HSL | 235.96º | 0.84% | 0.24% | - |
| HSV(B) | 235.96º | 0.91% | 0.45% | - |
| XYZ | 3.36 | 1.68 | 16.07 | - |
| YUV | 25.97 | 177.68 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 17 | 114 | 0.91 | 0.85 | 0 | 0.55 | 235.96 | 0.84 | 0.24 |
| Hex | A | 11 | 72 | 5B | 55 | 0 | 37 | EC | 54 | 18 |
| Octal | 12 | 21 | 162 | 133 | 125 | 0 | 67 | 354 | 124 | 30 |
| Binary | 1010 | 10001 | 1110010 | 1011011 | 1010101 | 0 | 110111 | 11101100 | 1010100 | 11000 |
Color Harmonies of #0A1172
Complementary color
Monochromatic Colors of #0A1172
Black with #0A1172
Text Example
Text Example
White with #0A1172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1172; }
p { color: rgb(10,17,114); }
H1.HeaderClassName
{
color: #0A1172;
}
.AnyTagClassName
{
color: #0A1172;
}
</style>
background-color css
<style>
a { background-color: #0A1172; }
a { background-color: rgb(10,17,114); }
div.DivClassName
{
background-color: #0A1172;
}
.BgClassName
{
background-color: #0A1172;
}
</style>
border-color css
<style>
span { border-color: #0A1172; }
span { border-color: rgb(10,17,114); }
td.TdClassName
{
border-color: #0A1172;
}
.TagClassName
{
border-color: #0A1172;
}
</style>