Shades of Midnight Express #1A244B
Tints of Midnight Express #1A244B
RGB
CMYK
RGB Variations
Color information
#1A244B (or 0x1A244B) is known color: Midnight Express. HEX triplet: 1A, 24 and 4B. RGB value is (26,36,75). Sum of RGB (Red+Green+Blue) = 26+36+75=137 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.98% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 75 (29.69% from 255 or 54.74% from 137); Max value from RGB is 75 - color contains mainly: blue. Hex color #1A244B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A244B is #E5DBB4. Grayscale: #252525. Windows color (decimal): -15063989 or 4924442. OLE color: 4924442.
HSL color Cylindrical-coordinate representation of color #1A244B: hue angle of 227.76º degrees, saturation: 0.49, 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 #1A244B is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 36 | 75 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.71 |
| HSL | 227.76º | 0.49% | 0.2% | - |
| HSV(B) | 227.76º | 0.65% | 0.29% | - |
| XYZ | 2.33 | 1.99 | 6.92 | - |
| YUV | 37.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 36 | 75 | 0.65 | 0.52 | 0 | 0.71 | 227.76 | 0.49 | 0.2 |
| Hex | 1A | 24 | 4B | 41 | 34 | 0 | 47 | E4 | 31 | 14 |
| Octal | 32 | 44 | 113 | 101 | 64 | 0 | 107 | 344 | 61 | 24 |
| Binary | 11010 | 100100 | 1001011 | 1000001 | 110100 | 0 | 1000111 | 11100100 | 110001 | 10100 |
Color Harmonies of #1A244B
Complementary color
Monochromatic Colors of #1A244B
Black with #1A244B
Text Example
Text Example
White with #1A244B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A244B; }
p { color: rgb(26,36,75); }
H1.HeaderClassName
{
color: #1A244B;
}
.AnyTagClassName
{
color: #1A244B;
}
</style>
background-color css
<style>
a { background-color: #1A244B; }
a { background-color: rgb(26,36,75); }
div.DivClassName
{
background-color: #1A244B;
}
.BgClassName
{
background-color: #1A244B;
}
</style>
border-color css
<style>
span { border-color: #1A244B; }
span { border-color: rgb(26,36,75); }
td.TdClassName
{
border-color: #1A244B;
}
.TagClassName
{
border-color: #1A244B;
}
</style>