Shades of Midnight Express #1A263A
Tints of Midnight Express #1A263A
RGB
CMYK
RGB Variations
Color information
#1A263A (or 0x1A263A) is known color: Midnight Express. HEX triplet: 1A, 26 and 3A. RGB value is (26,38,58). Sum of RGB (Red+Green+Blue) = 26+38+58=122 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.31% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 58 (23.05% from 255 or 47.54% from 122); Max value from RGB is 58 - color contains mainly: blue. Hex color #1A263A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A263A is #E5D9C5. Grayscale: #242424. Windows color (decimal): -15063494 or 3810842. OLE color: 3810842.
HSL color Cylindrical-coordinate representation of color #1A263A: hue angle of 217.5º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A263A is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 26 | 38 | 58 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.77 |
| HSL | 217.5º | 0.38% | 0.16% | - |
| HSV(B) | 217.5º | 0.55% | 0.23% | - |
| XYZ | 1.88 | 1.91 | 4.27 | - |
| YUV | 36.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 38 | 58 | 0.55 | 0.34 | 0 | 0.77 | 217.5 | 0.38 | 0.16 |
| Hex | 1A | 26 | 3A | 37 | 22 | 0 | 4D | DA | 26 | 10 |
| Octal | 32 | 46 | 72 | 67 | 42 | 0 | 115 | 332 | 46 | 20 |
| Binary | 11010 | 100110 | 111010 | 110111 | 100010 | 0 | 1001101 | 11011010 | 100110 | 10000 |
Color Harmonies of #1A263A
Complementary color
Monochromatic Colors of #1A263A
Black with #1A263A
Text Example
Text Example
White with #1A263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A263A; }
p { color: rgb(26,38,58); }
H1.HeaderClassName
{
color: #1A263A;
}
.AnyTagClassName
{
color: #1A263A;
}
</style>
background-color css
<style>
a { background-color: #1A263A; }
a { background-color: rgb(26,38,58); }
div.DivClassName
{
background-color: #1A263A;
}
.BgClassName
{
background-color: #1A263A;
}
</style>
border-color css
<style>
span { border-color: #1A263A; }
span { border-color: rgb(26,38,58); }
td.TdClassName
{
border-color: #1A263A;
}
.TagClassName
{
border-color: #1A263A;
}
</style>