Shades of Midnight Express #1A223E
Tints of Midnight Express #1A223E
RGB
CMYK
RGB Variations
Color information
#1A223E (or 0x1A223E) is known color: Midnight Express. HEX triplet: 1A, 22 and 3E. RGB value is (26,34,62). Sum of RGB (Red+Green+Blue) = 26+34+62=122 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.31% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 62 (24.61% from 255 or 50.82% from 122); Max value from RGB is 62 - color contains mainly: blue. Hex color #1A223E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A223E is #E5DDC1. Grayscale: #222222. Windows color (decimal): -15064514 or 4071962. OLE color: 4071962.
HSL color Cylindrical-coordinate representation of color #1A223E: hue angle of 226.67º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1A223E is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 34 | 62 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.76 |
| HSL | 226.67º | 0.41% | 0.17% | - |
| HSV(B) | 226.67º | 0.58% | 0.24% | - |
| XYZ | 1.87 | 1.71 | 4.79 | - |
| YUV | 34.8 | 143.35 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 34 | 62 | 0.58 | 0.45 | 0 | 0.76 | 226.67 | 0.41 | 0.17 |
| Hex | 1A | 22 | 3E | 3A | 2D | 0 | 4C | E3 | 29 | 11 |
| Octal | 32 | 42 | 76 | 72 | 55 | 0 | 114 | 343 | 51 | 21 |
| Binary | 11010 | 100010 | 111110 | 111010 | 101101 | 0 | 1001100 | 11100011 | 101001 | 10001 |
Color Harmonies of #1A223E
Complementary color
Monochromatic Colors of #1A223E
Black with #1A223E
Text Example
Text Example
White with #1A223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A223E; }
p { color: rgb(26,34,62); }
H1.HeaderClassName
{
color: #1A223E;
}
.AnyTagClassName
{
color: #1A223E;
}
</style>
background-color css
<style>
a { background-color: #1A223E; }
a { background-color: rgb(26,34,62); }
div.DivClassName
{
background-color: #1A223E;
}
.BgClassName
{
background-color: #1A223E;
}
</style>
border-color css
<style>
span { border-color: #1A223E; }
span { border-color: rgb(26,34,62); }
td.TdClassName
{
border-color: #1A223E;
}
.TagClassName
{
border-color: #1A223E;
}
</style>