Shades of Midnight Express #1A224A
Tints of Midnight Express #1A224A
RGB
CMYK
RGB Variations
Color information
#1A224A (or 0x1A224A) is known color: Midnight Express. HEX triplet: 1A, 22 and 4A. RGB value is (26,34,74). Sum of RGB (Red+Green+Blue) = 26+34+74=134 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.40% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 74 (29.30% from 255 or 55.22% from 134); Max value from RGB is 74 - color contains mainly: blue. Hex color #1A224A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A224A is #E5DDB5. Grayscale: #242424. Windows color (decimal): -15064502 or 4858394. OLE color: 4858394.
HSL color Cylindrical-coordinate representation of color #1A224A: hue angle of 230º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A224A is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 34 | 74 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.71 |
| HSL | 230º | 0.48% | 0.2% | - |
| HSV(B) | 230º | 0.65% | 0.29% | - |
| XYZ | 2.23 | 1.86 | 6.72 | - |
| YUV | 36.17 | 149.35 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 34 | 74 | 0.65 | 0.54 | 0 | 0.71 | 230 | 0.48 | 0.2 |
| Hex | 1A | 22 | 4A | 41 | 36 | 0 | 47 | E6 | 30 | 14 |
| Octal | 32 | 42 | 112 | 101 | 66 | 0 | 107 | 346 | 60 | 24 |
| Binary | 11010 | 100010 | 1001010 | 1000001 | 110110 | 0 | 1000111 | 11100110 | 110000 | 10100 |
Color Harmonies of #1A224A
Complementary color
Monochromatic Colors of #1A224A
Black with #1A224A
Text Example
Text Example
White with #1A224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A224A; }
p { color: rgb(26,34,74); }
H1.HeaderClassName
{
color: #1A224A;
}
.AnyTagClassName
{
color: #1A224A;
}
</style>
background-color css
<style>
a { background-color: #1A224A; }
a { background-color: rgb(26,34,74); }
div.DivClassName
{
background-color: #1A224A;
}
.BgClassName
{
background-color: #1A224A;
}
</style>
border-color css
<style>
span { border-color: #1A224A; }
span { border-color: rgb(26,34,74); }
td.TdClassName
{
border-color: #1A224A;
}
.TagClassName
{
border-color: #1A224A;
}
</style>