Shades of Midnight Express #0A153D
Tints of Midnight Express #0A153D
RGB
CMYK
RGB Variations
Color information
#0A153D (or 0x0A153D) is known color: Midnight Express. HEX triplet: 0A, 15 and 3D. RGB value is (10,21,61). Sum of RGB (Red+Green+Blue) = 10+21+61=92 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.87% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 61 (24.22% from 255 or 66.30% from 92); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A153D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A153D is #F5EAC2. Grayscale: #161616. Windows color (decimal): -16116419 or 4003082. OLE color: 4003082.
HSL color Cylindrical-coordinate representation of color #0A153D: hue angle of 227.06º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A153D is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 21 | 61 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.76 |
| HSL | 227.06º | 0.72% | 0.14% | - |
| HSV(B) | 227.06º | 0.84% | 0.24% | - |
| XYZ | 1.24 | 0.94 | 4.53 | - |
| YUV | 22.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 61 | 0.84 | 0.66 | 0 | 0.76 | 227.06 | 0.72 | 0.14 |
| Hex | A | 15 | 3D | 54 | 42 | 0 | 4C | E3 | 48 | E |
| Octal | 12 | 25 | 75 | 124 | 102 | 0 | 114 | 343 | 110 | 16 |
| Binary | 1010 | 10101 | 111101 | 1010100 | 1000010 | 0 | 1001100 | 11100011 | 1001000 | 1110 |
Color Harmonies of #0A153D
Complementary color
Monochromatic Colors of #0A153D
Black with #0A153D
Text Example
Text Example
White with #0A153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A153D; }
p { color: rgb(10,21,61); }
H1.HeaderClassName
{
color: #0A153D;
}
.AnyTagClassName
{
color: #0A153D;
}
</style>
background-color css
<style>
a { background-color: #0A153D; }
a { background-color: rgb(10,21,61); }
div.DivClassName
{
background-color: #0A153D;
}
.BgClassName
{
background-color: #0A153D;
}
</style>
border-color css
<style>
span { border-color: #0A153D; }
span { border-color: rgb(10,21,61); }
td.TdClassName
{
border-color: #0A153D;
}
.TagClassName
{
border-color: #0A153D;
}
</style>