Shades of Midnight Blue #0A1671
Tints of Midnight Blue #0A1671
RGB
CMYK
RGB Variations
Color information
#0A1671 (or 0x0A1671) is known color: Midnight Blue. HEX triplet: 0A, 16 and 71. RGB value is (10,22,113). Sum of RGB (Red+Green+Blue) = 10+22+113=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 113 (44.53% from 255 or 77.93% from 145); Max value from RGB is 113 - color contains mainly: blue. Hex color #0A1671 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1671 is #F5E98E. Grayscale: #1C1C1C. Windows color (decimal): -16116111 or 7411210. OLE color: 7411210.
HSL color Cylindrical-coordinate representation of color #0A1671: hue angle of 233.01º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A1671 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 22 | 113 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.56 |
| HSL | 233.01º | 0.84% | 0.24% | - |
| HSV(B) | 233.01º | 0.91% | 0.44% | - |
| XYZ | 3.39 | 1.83 | 15.8 | - |
| YUV | 28.79 | 175.52 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 113 | 0.91 | 0.81 | 0 | 0.56 | 233.01 | 0.84 | 0.24 |
| Hex | A | 16 | 71 | 5B | 51 | 0 | 38 | E9 | 54 | 18 |
| Octal | 12 | 26 | 161 | 133 | 121 | 0 | 70 | 351 | 124 | 30 |
| Binary | 1010 | 10110 | 1110001 | 1011011 | 1010001 | 0 | 111000 | 11101001 | 1010100 | 11000 |
Color Harmonies of #0A1671
Complementary color
Monochromatic Colors of #0A1671
Black with #0A1671
Text Example
Text Example
White with #0A1671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1671; }
p { color: rgb(10,22,113); }
H1.HeaderClassName
{
color: #0A1671;
}
.AnyTagClassName
{
color: #0A1671;
}
</style>
background-color css
<style>
a { background-color: #0A1671; }
a { background-color: rgb(10,22,113); }
div.DivClassName
{
background-color: #0A1671;
}
.BgClassName
{
background-color: #0A1671;
}
</style>
border-color css
<style>
span { border-color: #0A1671; }
span { border-color: rgb(10,22,113); }
td.TdClassName
{
border-color: #0A1671;
}
.TagClassName
{
border-color: #0A1671;
}
</style>