Shades of Midnight Express #0A1A48
Tints of Midnight Express #0A1A48
RGB
CMYK
RGB Variations
Color information
#0A1A48 (or 0x0A1A48) is known color: Midnight Express. HEX triplet: 0A, 1A and 48. RGB value is (10,26,72). Sum of RGB (Red+Green+Blue) = 10+26+72=108 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.26% from 108); Green value is 26 (10.55% from 255 or 24.07% from 108); Blue value is 72 (28.52% from 255 or 66.67% from 108); Max value from RGB is 72 - color contains mainly: blue. Hex color #0A1A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1A48 is #F5E5B7. Grayscale: #1A1A1A. Windows color (decimal): -16115128 or 4725258. OLE color: 4725258.
HSL color Cylindrical-coordinate representation of color #0A1A48: hue angle of 224.52º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A1A48 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 26 | 72 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.72 |
| HSL | 224.52º | 0.76% | 0.16% | - |
| HSV(B) | 224.52º | 0.86% | 0.28% | - |
| XYZ | 1.66 | 1.27 | 6.29 | - |
| YUV | 26.46 | 153.7 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 26 | 72 | 0.86 | 0.64 | 0 | 0.72 | 224.52 | 0.76 | 0.16 |
| Hex | A | 1A | 48 | 56 | 40 | 0 | 48 | E1 | 4C | 10 |
| Octal | 12 | 32 | 110 | 126 | 100 | 0 | 110 | 341 | 114 | 20 |
| Binary | 1010 | 11010 | 1001000 | 1010110 | 1000000 | 0 | 1001000 | 11100001 | 1001100 | 10000 |
Color Harmonies of #0A1A48
Complementary color
Monochromatic Colors of #0A1A48
Black with #0A1A48
Text Example
Text Example
White with #0A1A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1A48; }
p { color: rgb(10,26,72); }
H1.HeaderClassName
{
color: #0A1A48;
}
.AnyTagClassName
{
color: #0A1A48;
}
</style>
background-color css
<style>
a { background-color: #0A1A48; }
a { background-color: rgb(10,26,72); }
div.DivClassName
{
background-color: #0A1A48;
}
.BgClassName
{
background-color: #0A1A48;
}
</style>
border-color css
<style>
span { border-color: #0A1A48; }
span { border-color: rgb(10,26,72); }
td.TdClassName
{
border-color: #0A1A48;
}
.TagClassName
{
border-color: #0A1A48;
}
</style>