Shades of Midnight Blue #0A1970
Tints of Midnight Blue #0A1970
RGB
CMYK
RGB Variations
Color information
#0A1970 (or 0x0A1970) is known color: Midnight Blue. HEX triplet: 0A, 19 and 70. RGB value is (10,25,112). Sum of RGB (Red+Green+Blue) = 10+25+112=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 112 (44.14% from 255 or 76.19% from 147); Max value from RGB is 112 - color contains mainly: blue. Hex color #0A1970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1970 is #F5E68F. Grayscale: #1E1E1E. Windows color (decimal): -16115344 or 7346442. OLE color: 7346442.
HSL color Cylindrical-coordinate representation of color #0A1970: hue angle of 231.18º 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 #0A1970 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 10 | 25 | 112 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.56 |
| HSL | 231.18º | 0.84% | 0.24% | - |
| HSV(B) | 231.18º | 0.91% | 0.44% | - |
| XYZ | 3.4 | 1.93 | 15.52 | - |
| YUV | 30.43 | 174.03 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 112 | 0.91 | 0.78 | 0 | 0.56 | 231.18 | 0.84 | 0.24 |
| Hex | A | 19 | 70 | 5B | 4E | 0 | 38 | E7 | 54 | 18 |
| Octal | 12 | 31 | 160 | 133 | 116 | 0 | 70 | 347 | 124 | 30 |
| Binary | 1010 | 11001 | 1110000 | 1011011 | 1001110 | 0 | 111000 | 11100111 | 1010100 | 11000 |
Color Harmonies of #0A1970
Complementary color
Monochromatic Colors of #0A1970
Black with #0A1970
Text Example
Text Example
White with #0A1970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1970; }
p { color: rgb(10,25,112); }
H1.HeaderClassName
{
color: #0A1970;
}
.AnyTagClassName
{
color: #0A1970;
}
</style>
background-color css
<style>
a { background-color: #0A1970; }
a { background-color: rgb(10,25,112); }
div.DivClassName
{
background-color: #0A1970;
}
.BgClassName
{
background-color: #0A1970;
}
</style>
border-color css
<style>
span { border-color: #0A1970; }
span { border-color: rgb(10,25,112); }
td.TdClassName
{
border-color: #0A1970;
}
.TagClassName
{
border-color: #0A1970;
}
</style>