Shades of Midnight Express #1A213F
Tints of Midnight Express #1A213F
RGB
CMYK
RGB Variations
Color information
#1A213F (or 0x1A213F) is known color: Midnight Express. HEX triplet: 1A, 21 and 3F. RGB value is (26,33,63). Sum of RGB (Red+Green+Blue) = 26+33+63=122 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.31% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 63 (25% from 255 or 51.64% from 122); Max value from RGB is 63 - color contains mainly: blue. Hex color #1A213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A213F is #E5DEC0. Grayscale: #222222. Windows color (decimal): -15064769 or 4137242. OLE color: 4137242.
HSL color Cylindrical-coordinate representation of color #1A213F: hue angle of 228.65º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1A213F is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 26 | 33 | 63 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.75 |
| HSL | 228.65º | 0.42% | 0.17% | - |
| HSV(B) | 228.65º | 0.59% | 0.25% | - |
| XYZ | 1.87 | 1.67 | 4.93 | - |
| YUV | 34.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 33 | 63 | 0.59 | 0.48 | 0 | 0.75 | 228.65 | 0.42 | 0.17 |
| Hex | 1A | 21 | 3F | 3B | 30 | 0 | 4B | E5 | 2A | 11 |
| Octal | 32 | 41 | 77 | 73 | 60 | 0 | 113 | 345 | 52 | 21 |
| Binary | 11010 | 100001 | 111111 | 111011 | 110000 | 0 | 1001011 | 11100101 | 101010 | 10001 |
Color Harmonies of #1A213F
Complementary color
Monochromatic Colors of #1A213F
Black with #1A213F
Text Example
Text Example
White with #1A213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A213F; }
p { color: rgb(26,33,63); }
H1.HeaderClassName
{
color: #1A213F;
}
.AnyTagClassName
{
color: #1A213F;
}
</style>
background-color css
<style>
a { background-color: #1A213F; }
a { background-color: rgb(26,33,63); }
div.DivClassName
{
background-color: #1A213F;
}
.BgClassName
{
background-color: #1A213F;
}
</style>
border-color css
<style>
span { border-color: #1A213F; }
span { border-color: rgb(26,33,63); }
td.TdClassName
{
border-color: #1A213F;
}
.TagClassName
{
border-color: #1A213F;
}
</style>