Shades of Midnight Blue #0A157E
Tints of Midnight Blue #0A157E
RGB
CMYK
RGB Variations
Color information
#0A157E (or 0x0A157E) is known color: Midnight Blue. HEX triplet: 0A, 15 and 7E. RGB value is (10,21,126). Sum of RGB (Red+Green+Blue) = 10+21+126=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 126 (49.61% from 255 or 80.25% from 157); Max value from RGB is 126 - color contains mainly: blue. Hex color #0A157E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A157E is #F5EA81. Grayscale: #1D1D1D. Windows color (decimal): -16116354 or 8262922. OLE color: 8262922.
HSL color Cylindrical-coordinate representation of color #0A157E: hue angle of 234.31º 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 #0A157E is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 21 | 126 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.51 |
| HSL | 234.31º | 0.85% | 0.27% | - |
| HSV(B) | 234.31º | 0.92% | 0.49% | - |
| XYZ | 4.16 | 2.11 | 19.93 | - |
| YUV | 29.68 | 182.36 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 126 | 0.92 | 0.83 | 0 | 0.51 | 234.31 | 0.85 | 0.27 |
| Hex | A | 15 | 7E | 5C | 53 | 0 | 33 | EA | 55 | 1B |
| Octal | 12 | 25 | 176 | 134 | 123 | 0 | 63 | 352 | 125 | 33 |
| Binary | 1010 | 10101 | 1111110 | 1011100 | 1010011 | 0 | 110011 | 11101010 | 1010101 | 11011 |
Color Harmonies of #0A157E
Complementary color
Monochromatic Colors of #0A157E
Black with #0A157E
Text Example
Text Example
White with #0A157E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A157E; }
p { color: rgb(10,21,126); }
H1.HeaderClassName
{
color: #0A157E;
}
.AnyTagClassName
{
color: #0A157E;
}
</style>
background-color css
<style>
a { background-color: #0A157E; }
a { background-color: rgb(10,21,126); }
div.DivClassName
{
background-color: #0A157E;
}
.BgClassName
{
background-color: #0A157E;
}
</style>
border-color css
<style>
span { border-color: #0A157E; }
span { border-color: rgb(10,21,126); }
td.TdClassName
{
border-color: #0A157E;
}
.TagClassName
{
border-color: #0A157E;
}
</style>