Shades of Midnight Blue #0A1579
Tints of Midnight Blue #0A1579
RGB
CMYK
RGB Variations
Color information
#0A1579 (or 0x0A1579) is known color: Midnight Blue. HEX triplet: 0A, 15 and 79. RGB value is (10,21,121). Sum of RGB (Red+Green+Blue) = 10+21+121=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 121 (47.66% from 255 or 79.61% from 152); Max value from RGB is 121 - color contains mainly: blue. Hex color #0A1579 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1579 is #F5EA86. Grayscale: #1C1C1C. Windows color (decimal): -16116359 or 7935242. OLE color: 7935242.
HSL color Cylindrical-coordinate representation of color #0A1579: hue angle of 234.05º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A1579 is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 21 | 121 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.53 |
| HSL | 234.05º | 0.85% | 0.26% | - |
| HSV(B) | 234.05º | 0.92% | 0.47% | - |
| XYZ | 3.84 | 1.98 | 18.27 | - |
| YUV | 29.11 | 179.86 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 121 | 0.92 | 0.83 | 0 | 0.53 | 234.05 | 0.85 | 0.26 |
| Hex | A | 15 | 79 | 5C | 53 | 0 | 35 | EA | 55 | 1A |
| Octal | 12 | 25 | 171 | 134 | 123 | 0 | 65 | 352 | 125 | 32 |
| Binary | 1010 | 10101 | 1111001 | 1011100 | 1010011 | 0 | 110101 | 11101010 | 1010101 | 11010 |
Color Harmonies of #0A1579
Complementary color
Monochromatic Colors of #0A1579
Black with #0A1579
Text Example
Text Example
White with #0A1579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1579; }
p { color: rgb(10,21,121); }
H1.HeaderClassName
{
color: #0A1579;
}
.AnyTagClassName
{
color: #0A1579;
}
</style>
background-color css
<style>
a { background-color: #0A1579; }
a { background-color: rgb(10,21,121); }
div.DivClassName
{
background-color: #0A1579;
}
.BgClassName
{
background-color: #0A1579;
}
</style>
border-color css
<style>
span { border-color: #0A1579; }
span { border-color: rgb(10,21,121); }
td.TdClassName
{
border-color: #0A1579;
}
.TagClassName
{
border-color: #0A1579;
}
</style>