Shades of Midnight Blue #0A126E
Tints of Midnight Blue #0A126E
RGB
CMYK
RGB Variations
Color information
#0A126E (or 0x0A126E) is known color: Midnight Blue. HEX triplet: 0A, 12 and 6E. RGB value is (10,18,110). Sum of RGB (Red+Green+Blue) = 10+18+110=138 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.25% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 110 (43.36% from 255 or 79.71% from 138); Max value from RGB is 110 - color contains mainly: blue. Hex color #0A126E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A126E is #F5ED91. Grayscale: #191919. Windows color (decimal): -16117138 or 7213578. OLE color: 7213578.
HSL color Cylindrical-coordinate representation of color #0A126E: hue angle of 235.2º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A126E is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 18 | 110 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.57 |
| HSL | 235.2º | 0.83% | 0.24% | - |
| HSV(B) | 235.2º | 0.91% | 0.43% | - |
| XYZ | 3.16 | 1.62 | 14.9 | - |
| YUV | 26.1 | 175.35 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 18 | 110 | 0.91 | 0.84 | 0 | 0.57 | 235.2 | 0.83 | 0.24 |
| Hex | A | 12 | 6E | 5B | 54 | 0 | 39 | EB | 53 | 18 |
| Octal | 12 | 22 | 156 | 133 | 124 | 0 | 71 | 353 | 123 | 30 |
| Binary | 1010 | 10010 | 1101110 | 1011011 | 1010100 | 0 | 111001 | 11101011 | 1010011 | 11000 |
Color Harmonies of #0A126E
Complementary color
Monochromatic Colors of #0A126E
Black with #0A126E
Text Example
Text Example
White with #0A126E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A126E; }
p { color: rgb(10,18,110); }
H1.HeaderClassName
{
color: #0A126E;
}
.AnyTagClassName
{
color: #0A126E;
}
</style>
background-color css
<style>
a { background-color: #0A126E; }
a { background-color: rgb(10,18,110); }
div.DivClassName
{
background-color: #0A126E;
}
.BgClassName
{
background-color: #0A126E;
}
</style>
border-color css
<style>
span { border-color: #0A126E; }
span { border-color: rgb(10,18,110); }
td.TdClassName
{
border-color: #0A126E;
}
.TagClassName
{
border-color: #0A126E;
}
</style>