Shades of Midnight Express #0A1F46
Tints of Midnight Express #0A1F46
RGB
CMYK
RGB Variations
Color information
#0A1F46 (or 0x0A1F46) is known color: Midnight Express. HEX triplet: 0A, 1F and 46. RGB value is (10,31,70). Sum of RGB (Red+Green+Blue) = 10+31+70=111 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.01% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 70 (27.73% from 255 or 63.06% from 111); Max value from RGB is 70 - color contains mainly: blue. Hex color #0A1F46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1F46 is #F5E0B9. Grayscale: #1C1C1C. Windows color (decimal): -16113850 or 4595466. OLE color: 4595466.
HSL color Cylindrical-coordinate representation of color #0A1F46: hue angle of 219º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A1F46 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 10 | 31 | 70 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.73 |
| HSL | 219º | 0.75% | 0.16% | - |
| HSV(B) | 219º | 0.86% | 0.27% | - |
| XYZ | 1.72 | 1.49 | 5.99 | - |
| YUV | 29.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 31 | 70 | 0.86 | 0.56 | 0 | 0.73 | 219 | 0.75 | 0.16 |
| Hex | A | 1F | 46 | 56 | 38 | 0 | 49 | DB | 4B | 10 |
| Octal | 12 | 37 | 106 | 126 | 70 | 0 | 111 | 333 | 113 | 20 |
| Binary | 1010 | 11111 | 1000110 | 1010110 | 111000 | 0 | 1001001 | 11011011 | 1001011 | 10000 |
Color Harmonies of #0A1F46
Complementary color
Monochromatic Colors of #0A1F46
Black with #0A1F46
Text Example
Text Example
White with #0A1F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1F46; }
p { color: rgb(10,31,70); }
H1.HeaderClassName
{
color: #0A1F46;
}
.AnyTagClassName
{
color: #0A1F46;
}
</style>
background-color css
<style>
a { background-color: #0A1F46; }
a { background-color: rgb(10,31,70); }
div.DivClassName
{
background-color: #0A1F46;
}
.BgClassName
{
background-color: #0A1F46;
}
</style>
border-color css
<style>
span { border-color: #0A1F46; }
span { border-color: rgb(10,31,70); }
td.TdClassName
{
border-color: #0A1F46;
}
.TagClassName
{
border-color: #0A1F46;
}
</style>