Shades of Midnight Express #0A133D
Tints of Midnight Express #0A133D
RGB
CMYK
RGB Variations
Color information
#0A133D (or 0x0A133D) is known color: Midnight Express. HEX triplet: 0A, 13 and 3D. RGB value is (10,19,61). Sum of RGB (Red+Green+Blue) = 10+19+61=90 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.11% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 61 (24.22% from 255 or 67.78% from 90); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A133D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A133D is #F5ECC2. Grayscale: #141414. Windows color (decimal): -16116931 or 4002570. OLE color: 4002570.
HSL color Cylindrical-coordinate representation of color #0A133D: hue angle of 229.41º 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 #0A133D is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 19 | 61 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.76 |
| HSL | 229.41º | 0.72% | 0.14% | - |
| HSV(B) | 229.41º | 0.84% | 0.24% | - |
| XYZ | 1.2 | 0.87 | 4.52 | - |
| YUV | 21.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 61 | 0.84 | 0.69 | 0 | 0.76 | 229.41 | 0.72 | 0.14 |
| Hex | A | 13 | 3D | 54 | 45 | 0 | 4C | E5 | 48 | E |
| Octal | 12 | 23 | 75 | 124 | 105 | 0 | 114 | 345 | 110 | 16 |
| Binary | 1010 | 10011 | 111101 | 1010100 | 1000101 | 0 | 1001100 | 11100101 | 1001000 | 1110 |
Color Harmonies of #0A133D
Complementary color
Monochromatic Colors of #0A133D
Black with #0A133D
Text Example
Text Example
White with #0A133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A133D; }
p { color: rgb(10,19,61); }
H1.HeaderClassName
{
color: #0A133D;
}
.AnyTagClassName
{
color: #0A133D;
}
</style>
background-color css
<style>
a { background-color: #0A133D; }
a { background-color: rgb(10,19,61); }
div.DivClassName
{
background-color: #0A133D;
}
.BgClassName
{
background-color: #0A133D;
}
</style>
border-color css
<style>
span { border-color: #0A133D; }
span { border-color: rgb(10,19,61); }
td.TdClassName
{
border-color: #0A133D;
}
.TagClassName
{
border-color: #0A133D;
}
</style>