Shades of Midnight Blue #0A137E
Tints of Midnight Blue #0A137E
RGB
CMYK
RGB Variations
Color information
#0A137E (or 0x0A137E) is known color: Midnight Blue. HEX triplet: 0A, 13 and 7E. RGB value is (10,19,126). Sum of RGB (Red+Green+Blue) = 10+19+126=155 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.45% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 126 (49.61% from 255 or 81.29% from 155); Max value from RGB is 126 - color contains mainly: blue. Hex color #0A137E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A137E is #F5EC81. Grayscale: #1C1C1C. Windows color (decimal): -16116866 or 8262410. OLE color: 8262410.
HSL color Cylindrical-coordinate representation of color #0A137E: hue angle of 235.34º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A137E is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 19 | 126 | - |
| CMYK | 0.92 | 0.85 | 0 | 0.51 |
| HSL | 235.34º | 0.85% | 0.27% | - |
| HSV(B) | 235.34º | 0.92% | 0.49% | - |
| XYZ | 4.12 | 2.04 | 19.91 | - |
| YUV | 28.51 | 183.02 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 126 | 0.92 | 0.85 | 0 | 0.51 | 235.34 | 0.85 | 0.27 |
| Hex | A | 13 | 7E | 5C | 55 | 0 | 33 | EB | 55 | 1B |
| Octal | 12 | 23 | 176 | 134 | 125 | 0 | 63 | 353 | 125 | 33 |
| Binary | 1010 | 10011 | 1111110 | 1011100 | 1010101 | 0 | 110011 | 11101011 | 1010101 | 11011 |
Color Harmonies of #0A137E
Complementary color
Monochromatic Colors of #0A137E
Black with #0A137E
Text Example
Text Example
White with #0A137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A137E; }
p { color: rgb(10,19,126); }
H1.HeaderClassName
{
color: #0A137E;
}
.AnyTagClassName
{
color: #0A137E;
}
</style>
background-color css
<style>
a { background-color: #0A137E; }
a { background-color: rgb(10,19,126); }
div.DivClassName
{
background-color: #0A137E;
}
.BgClassName
{
background-color: #0A137E;
}
</style>
border-color css
<style>
span { border-color: #0A137E; }
span { border-color: rgb(10,19,126); }
td.TdClassName
{
border-color: #0A137E;
}
.TagClassName
{
border-color: #0A137E;
}
</style>