Shades of Midnight Blue #0A1379
Tints of Midnight Blue #0A1379
RGB
CMYK
RGB Variations
Color information
#0A1379 (or 0x0A1379) is known color: Midnight Blue. HEX triplet: 0A, 13 and 79. RGB value is (10,19,121). Sum of RGB (Red+Green+Blue) = 10+19+121=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 121 (47.66% from 255 or 80.67% from 150); Max value from RGB is 121 - color contains mainly: blue. Hex color #0A1379 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A1379 is #F5EC86. Grayscale: #1B1B1B. Windows color (decimal): -16116871 or 7934730. OLE color: 7934730.
HSL color Cylindrical-coordinate representation of color #0A1379: hue angle of 235.14º 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 #0A1379 is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 19 | 121 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.53 |
| HSL | 235.14º | 0.85% | 0.26% | - |
| HSV(B) | 235.14º | 0.92% | 0.47% | - |
| XYZ | 3.81 | 1.91 | 18.26 | - |
| YUV | 27.94 | 180.52 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 121 | 0.92 | 0.84 | 0 | 0.53 | 235.14 | 0.85 | 0.26 |
| Hex | A | 13 | 79 | 5C | 54 | 0 | 35 | EB | 55 | 1A |
| Octal | 12 | 23 | 171 | 134 | 124 | 0 | 65 | 353 | 125 | 32 |
| Binary | 1010 | 10011 | 1111001 | 1011100 | 1010100 | 0 | 110101 | 11101011 | 1010101 | 11010 |
Color Harmonies of #0A1379
Complementary color
Monochromatic Colors of #0A1379
Black with #0A1379
Text Example
Text Example
White with #0A1379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1379; }
p { color: rgb(10,19,121); }
H1.HeaderClassName
{
color: #0A1379;
}
.AnyTagClassName
{
color: #0A1379;
}
</style>
background-color css
<style>
a { background-color: #0A1379; }
a { background-color: rgb(10,19,121); }
div.DivClassName
{
background-color: #0A1379;
}
.BgClassName
{
background-color: #0A1379;
}
</style>
border-color css
<style>
span { border-color: #0A1379; }
span { border-color: rgb(10,19,121); }
td.TdClassName
{
border-color: #0A1379;
}
.TagClassName
{
border-color: #0A1379;
}
</style>