Shades of Midnight Express #0A1937
Tints of Midnight Express #0A1937
RGB
CMYK
RGB Variations
Color information
#0A1937 (or 0x0A1937) is known color: Midnight Express. HEX triplet: 0A, 19 and 37. RGB value is (10,25,55). Sum of RGB (Red+Green+Blue) = 10+25+55=90 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.11% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 55 (21.88% from 255 or 61.11% from 90); Max value from RGB is 55 - color contains mainly: blue. Hex color #0A1937 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1937 is #F5E6C8. Grayscale: #171717. Windows color (decimal): -16115401 or 3610890. OLE color: 3610890.
HSL color Cylindrical-coordinate representation of color #0A1937: hue angle of 220º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A1937 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 25 | 55 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.78 |
| HSL | 220º | 0.69% | 0.13% | - |
| HSV(B) | 220º | 0.82% | 0.22% | - |
| XYZ | 1.16 | 1.04 | 3.75 | - |
| YUV | 23.94 | 145.53 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 55 | 0.82 | 0.55 | 0 | 0.78 | 220 | 0.69 | 0.13 |
| Hex | A | 19 | 37 | 52 | 37 | 0 | 4E | DC | 45 | D |
| Octal | 12 | 31 | 67 | 122 | 67 | 0 | 116 | 334 | 105 | 15 |
| Binary | 1010 | 11001 | 110111 | 1010010 | 110111 | 0 | 1001110 | 11011100 | 1000101 | 1101 |
Color Harmonies of #0A1937
Complementary color
Monochromatic Colors of #0A1937
Black with #0A1937
Text Example
Text Example
White with #0A1937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1937; }
p { color: rgb(10,25,55); }
H1.HeaderClassName
{
color: #0A1937;
}
.AnyTagClassName
{
color: #0A1937;
}
</style>
background-color css
<style>
a { background-color: #0A1937; }
a { background-color: rgb(10,25,55); }
div.DivClassName
{
background-color: #0A1937;
}
.BgClassName
{
background-color: #0A1937;
}
</style>
border-color css
<style>
span { border-color: #0A1937; }
span { border-color: rgb(10,25,55); }
td.TdClassName
{
border-color: #0A1937;
}
.TagClassName
{
border-color: #0A1937;
}
</style>