Shades of Midnight Blue #0A1576
Tints of Midnight Blue #0A1576
RGB
CMYK
RGB Variations
Color information
#0A1576 (or 0x0A1576) is known color: Midnight Blue. HEX triplet: 0A, 15 and 76. RGB value is (10,21,118). Sum of RGB (Red+Green+Blue) = 10+21+118=149 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.71% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 118 (46.48% from 255 or 79.19% from 149); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A1576 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1576 is #F5EA89. Grayscale: #1C1C1C. Windows color (decimal): -16116362 or 7738634. OLE color: 7738634.
HSL color Cylindrical-coordinate representation of color #0A1576: hue angle of 233.89º 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 #0A1576 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 21 | 118 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.54 |
| HSL | 233.89º | 0.84% | 0.25% | - |
| HSV(B) | 233.89º | 0.92% | 0.46% | - |
| XYZ | 3.66 | 1.91 | 17.31 | - |
| YUV | 28.77 | 178.36 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 118 | 0.92 | 0.82 | 0 | 0.54 | 233.89 | 0.84 | 0.25 |
| Hex | A | 15 | 76 | 5C | 52 | 0 | 36 | EA | 54 | 19 |
| Octal | 12 | 25 | 166 | 134 | 122 | 0 | 66 | 352 | 124 | 31 |
| Binary | 1010 | 10101 | 1110110 | 1011100 | 1010010 | 0 | 110110 | 11101010 | 1010100 | 11001 |
Color Harmonies of #0A1576
Complementary color
Monochromatic Colors of #0A1576
Black with #0A1576
Text Example
Text Example
White with #0A1576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1576; }
p { color: rgb(10,21,118); }
H1.HeaderClassName
{
color: #0A1576;
}
.AnyTagClassName
{
color: #0A1576;
}
</style>
background-color css
<style>
a { background-color: #0A1576; }
a { background-color: rgb(10,21,118); }
div.DivClassName
{
background-color: #0A1576;
}
.BgClassName
{
background-color: #0A1576;
}
</style>
border-color css
<style>
span { border-color: #0A1576; }
span { border-color: rgb(10,21,118); }
td.TdClassName
{
border-color: #0A1576;
}
.TagClassName
{
border-color: #0A1576;
}
</style>