Shades of Midnight Express #1A1F3A
Tints of Midnight Express #1A1F3A
RGB
CMYK
RGB Variations
Color information
#1A1F3A (or 0x1A1F3A) is known color: Midnight Express. HEX triplet: 1A, 1F and 3A. RGB value is (26,31,58). Sum of RGB (Red+Green+Blue) = 26+31+58=115 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.61% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #1A1F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1F3A is #E5E0C5. Grayscale: #202020. Windows color (decimal): -15065286 or 3809050. OLE color: 3809050.
HSL color Cylindrical-coordinate representation of color #1A1F3A: hue angle of 230.62º 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 #1A1F3A is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 26 | 31 | 58 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.77 |
| HSL | 230.63º | 0.38% | 0.16% | - |
| HSV(B) | 230.63º | 0.55% | 0.23% | - |
| XYZ | 1.68 | 1.51 | 4.2 | - |
| YUV | 32.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 31 | 58 | 0.55 | 0.47 | 0 | 0.77 | 230.63 | 0.38 | 0.16 |
| Hex | 1A | 1F | 3A | 37 | 2F | 0 | 4D | E7 | 26 | 10 |
| Octal | 32 | 37 | 72 | 67 | 57 | 0 | 115 | 347 | 46 | 20 |
| Binary | 11010 | 11111 | 111010 | 110111 | 101111 | 0 | 1001101 | 11100111 | 100110 | 10000 |
Color Harmonies of #1A1F3A
Complementary color
Monochromatic Colors of #1A1F3A
Black with #1A1F3A
Text Example
Text Example
White with #1A1F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1F3A; }
p { color: rgb(26,31,58); }
H1.HeaderClassName
{
color: #1A1F3A;
}
.AnyTagClassName
{
color: #1A1F3A;
}
</style>
background-color css
<style>
a { background-color: #1A1F3A; }
a { background-color: rgb(26,31,58); }
div.DivClassName
{
background-color: #1A1F3A;
}
.BgClassName
{
background-color: #1A1F3A;
}
</style>
border-color css
<style>
span { border-color: #1A1F3A; }
span { border-color: rgb(26,31,58); }
td.TdClassName
{
border-color: #1A1F3A;
}
.TagClassName
{
border-color: #1A1F3A;
}
</style>