Shades of Midnight Express #0A153F
Tints of Midnight Express #0A153F
RGB
CMYK
RGB Variations
Color information
#0A153F (or 0x0A153F) is known color: Midnight Express. HEX triplet: 0A, 15 and 3F. RGB value is (10,21,63). Sum of RGB (Red+Green+Blue) = 10+21+63=94 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.64% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 63 (25% from 255 or 67.02% from 94); Max value from RGB is 63 - color contains mainly: blue. Hex color #0A153F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A153F is #F5EAC0. Grayscale: #161616. Windows color (decimal): -16116417 or 4134154. OLE color: 4134154.
HSL color Cylindrical-coordinate representation of color #0A153F: hue angle of 227.55º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A153F is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 21 | 63 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.75 |
| HSL | 227.55º | 0.73% | 0.14% | - |
| HSV(B) | 227.55º | 0.84% | 0.25% | - |
| XYZ | 1.29 | 0.96 | 4.82 | - |
| YUV | 22.5 | 150.86 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 63 | 0.84 | 0.67 | 0 | 0.75 | 227.55 | 0.73 | 0.14 |
| Hex | A | 15 | 3F | 54 | 43 | 0 | 4B | E4 | 49 | E |
| Octal | 12 | 25 | 77 | 124 | 103 | 0 | 113 | 344 | 111 | 16 |
| Binary | 1010 | 10101 | 111111 | 1010100 | 1000011 | 0 | 1001011 | 11100100 | 1001001 | 1110 |
Color Harmonies of #0A153F
Complementary color
Monochromatic Colors of #0A153F
Black with #0A153F
Text Example
Text Example
White with #0A153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A153F; }
p { color: rgb(10,21,63); }
H1.HeaderClassName
{
color: #0A153F;
}
.AnyTagClassName
{
color: #0A153F;
}
</style>
background-color css
<style>
a { background-color: #0A153F; }
a { background-color: rgb(10,21,63); }
div.DivClassName
{
background-color: #0A153F;
}
.BgClassName
{
background-color: #0A153F;
}
</style>
border-color css
<style>
span { border-color: #0A153F; }
span { border-color: rgb(10,21,63); }
td.TdClassName
{
border-color: #0A153F;
}
.TagClassName
{
border-color: #0A153F;
}
</style>