Shades of Midnight Blue #0A1876
Tints of Midnight Blue #0A1876
RGB
CMYK
RGB Variations
Color information
#0A1876 (or 0x0A1876) is known color: Midnight Blue. HEX triplet: 0A, 18 and 76. RGB value is (10,24,118). Sum of RGB (Red+Green+Blue) = 10+24+118=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 118 (46.48% from 255 or 77.63% from 152); Max value from RGB is 118 - color contains mainly: blue. Hex color #0A1876 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1876 is #F5E789. Grayscale: #1E1E1E. Windows color (decimal): -16115594 or 7739402. OLE color: 7739402.
HSL color Cylindrical-coordinate representation of color #0A1876: hue angle of 232.22º 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 #0A1876 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 10 | 24 | 118 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.54 |
| HSL | 232.22º | 0.84% | 0.25% | - |
| HSV(B) | 232.22º | 0.92% | 0.46% | - |
| XYZ | 3.72 | 2.03 | 17.33 | - |
| YUV | 30.53 | 177.36 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 24 | 118 | 0.92 | 0.80 | 0 | 0.54 | 232.22 | 0.84 | 0.25 |
| Hex | A | 18 | 76 | 5C | 50 | 0 | 36 | E8 | 54 | 19 |
| Octal | 12 | 30 | 166 | 134 | 120 | 0 | 66 | 350 | 124 | 31 |
| Binary | 1010 | 11000 | 1110110 | 1011100 | 1010000 | 0 | 110110 | 11101000 | 1010100 | 11001 |
Color Harmonies of #0A1876
Complementary color
Monochromatic Colors of #0A1876
Black with #0A1876
Text Example
Text Example
White with #0A1876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1876; }
p { color: rgb(10,24,118); }
H1.HeaderClassName
{
color: #0A1876;
}
.AnyTagClassName
{
color: #0A1876;
}
</style>
background-color css
<style>
a { background-color: #0A1876; }
a { background-color: rgb(10,24,118); }
div.DivClassName
{
background-color: #0A1876;
}
.BgClassName
{
background-color: #0A1876;
}
</style>
border-color css
<style>
span { border-color: #0A1876; }
span { border-color: rgb(10,24,118); }
td.TdClassName
{
border-color: #0A1876;
}
.TagClassName
{
border-color: #0A1876;
}
</style>