Shades of Midnight Blue #0A1976
Tints of Midnight Blue #0A1976
RGB
CMYK
RGB Variations
Color information
#0A1976 (or 0x0A1976) is known color: Midnight Blue. HEX triplet: 0A, 19 and 76. RGB value is (10,25,118). Sum of RGB (Red+Green+Blue) = 10+25+118=153 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.54% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 118 (46.48% from 255 or 77.12% from 153); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A1976 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1976 is #F5E689. Grayscale: #1E1E1E. Windows color (decimal): -16115338 or 7739658. OLE color: 7739658.
HSL color Cylindrical-coordinate representation of color #0A1976: hue angle of 231.67º degrees, saturation: 0.84, 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 #0A1976 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 25 | 118 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.54 |
| HSL | 231.67º | 0.84% | 0.25% | - |
| HSV(B) | 231.67º | 0.92% | 0.46% | - |
| XYZ | 3.74 | 2.07 | 17.34 | - |
| YUV | 31.12 | 177.03 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 118 | 0.92 | 0.79 | 0 | 0.54 | 231.67 | 0.84 | 0.25 |
| Hex | A | 19 | 76 | 5C | 4F | 0 | 36 | E8 | 54 | 19 |
| Octal | 12 | 31 | 166 | 134 | 117 | 0 | 66 | 350 | 124 | 31 |
| Binary | 1010 | 11001 | 1110110 | 1011100 | 1001111 | 0 | 110110 | 11101000 | 1010100 | 11001 |
Color Harmonies of #0A1976
Complementary color
Monochromatic Colors of #0A1976
Black with #0A1976
Text Example
Text Example
White with #0A1976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1976; }
p { color: rgb(10,25,118); }
H1.HeaderClassName
{
color: #0A1976;
}
.AnyTagClassName
{
color: #0A1976;
}
</style>
background-color css
<style>
a { background-color: #0A1976; }
a { background-color: rgb(10,25,118); }
div.DivClassName
{
background-color: #0A1976;
}
.BgClassName
{
background-color: #0A1976;
}
</style>
border-color css
<style>
span { border-color: #0A1976; }
span { border-color: rgb(10,25,118); }
td.TdClassName
{
border-color: #0A1976;
}
.TagClassName
{
border-color: #0A1976;
}
</style>