Shades of Midnight Blue #0A1378
Tints of Midnight Blue #0A1378
RGB
CMYK
RGB Variations
Color information
#0A1378 (or 0x0A1378) is known color: Midnight Blue. HEX triplet: 0A, 13 and 78. RGB value is (10,19,120). Sum of RGB (Red+Green+Blue) = 10+19+120=149 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.71% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 120 (47.27% from 255 or 80.54% from 149); Max value from RGB is 120 - color contains mainly: blue. Hex color #0A1378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1378 is #F5EC87. Grayscale: #1B1B1B. Windows color (decimal): -16116872 or 7869194. OLE color: 7869194.
HSL color Cylindrical-coordinate representation of color #0A1378: hue angle of 235.09º 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 #0A1378 is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 19 | 120 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.53 |
| HSL | 235.09º | 0.85% | 0.25% | - |
| HSV(B) | 235.09º | 0.92% | 0.47% | - |
| XYZ | 3.75 | 1.89 | 17.94 | - |
| YUV | 27.82 | 180.02 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 120 | 0.92 | 0.84 | 0 | 0.53 | 235.09 | 0.85 | 0.25 |
| Hex | A | 13 | 78 | 5C | 54 | 0 | 35 | EB | 55 | 19 |
| Octal | 12 | 23 | 170 | 134 | 124 | 0 | 65 | 353 | 125 | 31 |
| Binary | 1010 | 10011 | 1111000 | 1011100 | 1010100 | 0 | 110101 | 11101011 | 1010101 | 11001 |
Color Harmonies of #0A1378
Complementary color
Monochromatic Colors of #0A1378
Black with #0A1378
Text Example
Text Example
White with #0A1378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1378; }
p { color: rgb(10,19,120); }
H1.HeaderClassName
{
color: #0A1378;
}
.AnyTagClassName
{
color: #0A1378;
}
</style>
background-color css
<style>
a { background-color: #0A1378; }
a { background-color: rgb(10,19,120); }
div.DivClassName
{
background-color: #0A1378;
}
.BgClassName
{
background-color: #0A1378;
}
</style>
border-color css
<style>
span { border-color: #0A1378; }
span { border-color: rgb(10,19,120); }
td.TdClassName
{
border-color: #0A1378;
}
.TagClassName
{
border-color: #0A1378;
}
</style>