Shades of Midnight Express #1B1A3C
Tints of Midnight Express #1B1A3C
RGB
CMYK
RGB Variations
Color information
#1B1A3C (or 0x1B1A3C) is known color: Midnight Express. HEX triplet: 1B, 1A and 3C. RGB value is (27,26,60). Sum of RGB (Red+Green+Blue) = 27+26+60=113 (14% of max value = 765). Red value is 27 (10.94% from 255 or 23.89% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 60 (23.83% from 255 or 53.10% from 113); Max value from RGB is 60 - color contains mainly: blue. Hex color #1B1A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1A3C is #E4E5C3. Grayscale: #1E1E1E. Windows color (decimal): -15001028 or 3938843. OLE color: 3938843.
HSL color Cylindrical-coordinate representation of color #1B1A3C: hue angle of 241.76º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1B1A3C is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 26 | 60 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.76 |
| HSL | 241.76º | 0.4% | 0.17% | - |
| HSV(B) | 241.76º | 0.57% | 0.24% | - |
| XYZ | 1.64 | 1.3 | 4.44 | - |
| YUV | 30.18 | 144.83 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 26 | 60 | 0.55 | 0.57 | 0 | 0.76 | 241.76 | 0.4 | 0.17 |
| Hex | 1B | 1A | 3C | 37 | 39 | 0 | 4C | F2 | 28 | 11 |
| Octal | 33 | 32 | 74 | 67 | 71 | 0 | 114 | 362 | 50 | 21 |
| Binary | 11011 | 11010 | 111100 | 110111 | 111001 | 0 | 1001100 | 11110010 | 101000 | 10001 |
Color Harmonies of #1B1A3C
Complementary color
Monochromatic Colors of #1B1A3C
Black with #1B1A3C
Text Example
Text Example
White with #1B1A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1A3C; }
p { color: rgb(27,26,60); }
H1.HeaderClassName
{
color: #1B1A3C;
}
.AnyTagClassName
{
color: #1B1A3C;
}
</style>
background-color css
<style>
a { background-color: #1B1A3C; }
a { background-color: rgb(27,26,60); }
div.DivClassName
{
background-color: #1B1A3C;
}
.BgClassName
{
background-color: #1B1A3C;
}
</style>
border-color css
<style>
span { border-color: #1B1A3C; }
span { border-color: rgb(27,26,60); }
td.TdClassName
{
border-color: #1B1A3C;
}
.TagClassName
{
border-color: #1B1A3C;
}
</style>