Shades of Midnight Express #0A1F44
Tints of Midnight Express #0A1F44
RGB
CMYK
RGB Variations
Color information
#0A1F44 (or 0x0A1F44) is known color: Midnight Express. HEX triplet: 0A, 1F and 44. RGB value is (10,31,68). Sum of RGB (Red+Green+Blue) = 10+31+68=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 68 (26.95% from 255 or 62.39% from 109); Max value from RGB is 68 - color contains mainly: blue. Hex color #0A1F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1F44 is #F5E0BB. Grayscale: #1C1C1C. Windows color (decimal): -16113852 or 4464394. OLE color: 4464394.
HSL color Cylindrical-coordinate representation of color #0A1F44: hue angle of 218.28º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A1F44 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 10 | 31 | 68 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.73 |
| HSL | 218.28º | 0.74% | 0.15% | - |
| HSV(B) | 218.28º | 0.85% | 0.27% | - |
| XYZ | 1.66 | 1.46 | 5.66 | - |
| YUV | 28.94 | 150.04 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 31 | 68 | 0.85 | 0.54 | 0 | 0.73 | 218.28 | 0.74 | 0.15 |
| Hex | A | 1F | 44 | 55 | 36 | 0 | 49 | DA | 4A | F |
| Octal | 12 | 37 | 104 | 125 | 66 | 0 | 111 | 332 | 112 | 17 |
| Binary | 1010 | 11111 | 1000100 | 1010101 | 110110 | 0 | 1001001 | 11011010 | 1001010 | 1111 |
Color Harmonies of #0A1F44
Complementary color
Monochromatic Colors of #0A1F44
Black with #0A1F44
Text Example
Text Example
White with #0A1F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1F44; }
p { color: rgb(10,31,68); }
H1.HeaderClassName
{
color: #0A1F44;
}
.AnyTagClassName
{
color: #0A1F44;
}
</style>
background-color css
<style>
a { background-color: #0A1F44; }
a { background-color: rgb(10,31,68); }
div.DivClassName
{
background-color: #0A1F44;
}
.BgClassName
{
background-color: #0A1F44;
}
</style>
border-color css
<style>
span { border-color: #0A1F44; }
span { border-color: rgb(10,31,68); }
td.TdClassName
{
border-color: #0A1F44;
}
.TagClassName
{
border-color: #0A1F44;
}
</style>