Shades of Midnight Blue #0A157D
Tints of Midnight Blue #0A157D
RGB
CMYK
RGB Variations
Color information
#0A157D (or 0x0A157D) is known color: Midnight Blue. HEX triplet: 0A, 15 and 7D. RGB value is (10,21,125). Sum of RGB (Red+Green+Blue) = 10+21+125=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 125 (49.22% from 255 or 80.13% from 156); Max value from RGB is 125 - color contains mainly: blue. Hex color #0A157D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A157D is #F5EA82. Grayscale: #1D1D1D. Windows color (decimal): -16116355 or 8197386. OLE color: 8197386.
HSL color Cylindrical-coordinate representation of color #0A157D: hue angle of 234.26º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A157D is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 21 | 125 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.51 |
| HSL | 234.26º | 0.85% | 0.26% | - |
| HSV(B) | 234.26º | 0.92% | 0.49% | - |
| XYZ | 4.1 | 2.08 | 19.59 | - |
| YUV | 29.57 | 181.86 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 125 | 0.92 | 0.83 | 0 | 0.51 | 234.26 | 0.85 | 0.26 |
| Hex | A | 15 | 7D | 5C | 53 | 0 | 33 | EA | 55 | 1A |
| Octal | 12 | 25 | 175 | 134 | 123 | 0 | 63 | 352 | 125 | 32 |
| Binary | 1010 | 10101 | 1111101 | 1011100 | 1010011 | 0 | 110011 | 11101010 | 1010101 | 11010 |
Color Harmonies of #0A157D
Complementary color
Monochromatic Colors of #0A157D
Black with #0A157D
Text Example
Text Example
White with #0A157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A157D; }
p { color: rgb(10,21,125); }
H1.HeaderClassName
{
color: #0A157D;
}
.AnyTagClassName
{
color: #0A157D;
}
</style>
background-color css
<style>
a { background-color: #0A157D; }
a { background-color: rgb(10,21,125); }
div.DivClassName
{
background-color: #0A157D;
}
.BgClassName
{
background-color: #0A157D;
}
</style>
border-color css
<style>
span { border-color: #0A157D; }
span { border-color: rgb(10,21,125); }
td.TdClassName
{
border-color: #0A157D;
}
.TagClassName
{
border-color: #0A157D;
}
</style>