Shades of Midnight Express #0A132F
Tints of Midnight Express #0A132F
RGB
CMYK
RGB Variations
Color information
#0A132F (or 0x0A132F) is known color: Midnight Express. HEX triplet: 0A, 13 and 2F. RGB value is (10,19,47). Sum of RGB (Red+Green+Blue) = 10+19+47=76 (10% of max value = 765). Red value is 10 (4.30% from 255 or 13.16% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 47 (18.75% from 255 or 61.84% from 76); Max value from RGB is 47 - color contains mainly: blue. Hex color #0A132F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A132F is #F5ECD0. Grayscale: #131313. Windows color (decimal): -16116945 or 3085066. OLE color: 3085066.
HSL color Cylindrical-coordinate representation of color #0A132F: hue angle of 225.41º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A132F is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 19 | 47 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.82 |
| HSL | 225.41º | 0.65% | 0.11% | - |
| HSV(B) | 225.41º | 0.79% | 0.18% | - |
| XYZ | 0.87 | 0.74 | 2.79 | - |
| YUV | 19.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 47 | 0.79 | 0.60 | 0 | 0.82 | 225.41 | 0.65 | 0.11 |
| Hex | A | 13 | 2F | 4F | 3C | 0 | 52 | E1 | 41 | B |
| Octal | 12 | 23 | 57 | 117 | 74 | 0 | 122 | 341 | 101 | 13 |
| Binary | 1010 | 10011 | 101111 | 1001111 | 111100 | 0 | 1010010 | 11100001 | 1000001 | 1011 |
Color Harmonies of #0A132F
Complementary color
Monochromatic Colors of #0A132F
Black with #0A132F
Text Example
Text Example
White with #0A132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A132F; }
p { color: rgb(10,19,47); }
H1.HeaderClassName
{
color: #0A132F;
}
.AnyTagClassName
{
color: #0A132F;
}
</style>
background-color css
<style>
a { background-color: #0A132F; }
a { background-color: rgb(10,19,47); }
div.DivClassName
{
background-color: #0A132F;
}
.BgClassName
{
background-color: #0A132F;
}
</style>
border-color css
<style>
span { border-color: #0A132F; }
span { border-color: rgb(10,19,47); }
td.TdClassName
{
border-color: #0A132F;
}
.TagClassName
{
border-color: #0A132F;
}
</style>