Shades of Midnight Blue #0A1478
Tints of Midnight Blue #0A1478
RGB
CMYK
RGB Variations
Color information
#0A1478 (or 0x0A1478) is known color: Midnight Blue. HEX triplet: 0A, 14 and 78. RGB value is (10,20,120). Sum of RGB (Red+Green+Blue) = 10+20+120=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 120 (47.27% from 255 or 80% from 150); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A1478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1478 is #F5EB87. Grayscale: #1C1C1C. Windows color (decimal): -16116616 or 7869450. OLE color: 7869450.
HSL color Cylindrical-coordinate representation of color #0A1478: hue angle of 234.55º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A1478 is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 20 | 120 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.53 |
| HSL | 234.55º | 0.85% | 0.25% | - |
| HSV(B) | 234.55º | 0.92% | 0.47% | - |
| XYZ | 3.77 | 1.92 | 17.94 | - |
| YUV | 28.41 | 179.69 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 20 | 120 | 0.92 | 0.83 | 0 | 0.53 | 234.55 | 0.85 | 0.25 |
| Hex | A | 14 | 78 | 5C | 53 | 0 | 35 | EB | 55 | 19 |
| Octal | 12 | 24 | 170 | 134 | 123 | 0 | 65 | 353 | 125 | 31 |
| Binary | 1010 | 10100 | 1111000 | 1011100 | 1010011 | 0 | 110101 | 11101011 | 1010101 | 11001 |
Color Harmonies of #0A1478
Complementary color
Monochromatic Colors of #0A1478
Black with #0A1478
Text Example
Text Example
White with #0A1478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1478; }
p { color: rgb(10,20,120); }
H1.HeaderClassName
{
color: #0A1478;
}
.AnyTagClassName
{
color: #0A1478;
}
</style>
background-color css
<style>
a { background-color: #0A1478; }
a { background-color: rgb(10,20,120); }
div.DivClassName
{
background-color: #0A1478;
}
.BgClassName
{
background-color: #0A1478;
}
</style>
border-color css
<style>
span { border-color: #0A1478; }
span { border-color: rgb(10,20,120); }
td.TdClassName
{
border-color: #0A1478;
}
.TagClassName
{
border-color: #0A1478;
}
</style>