Shades of Midnight Express #1B233E
Tints of Midnight Express #1B233E
RGB
CMYK
RGB Variations
Color information
#1B233E (or 0x1B233E) is known color: Midnight Express. HEX triplet: 1B, 23 and 3E. RGB value is (27,35,62). Sum of RGB (Red+Green+Blue) = 27+35+62=124 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.77% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 62 (24.61% from 255 or 50% from 124); Max value from RGB is 62 - color contains mainly: blue. Hex color #1B233E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B233E is #E4DCC1. Grayscale: #232323. Windows color (decimal): -14998722 or 4072219. OLE color: 4072219.
HSL color Cylindrical-coordinate representation of color #1B233E: hue angle of 226.29º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B233E is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 35 | 62 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.76 |
| HSL | 226.29º | 0.39% | 0.17% | - |
| HSV(B) | 226.29º | 0.56% | 0.24% | - |
| XYZ | 1.92 | 1.78 | 4.8 | - |
| YUV | 35.69 | 142.85 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 35 | 62 | 0.56 | 0.44 | 0 | 0.76 | 226.29 | 0.39 | 0.17 |
| Hex | 1B | 23 | 3E | 38 | 2C | 0 | 4C | E2 | 27 | 11 |
| Octal | 33 | 43 | 76 | 70 | 54 | 0 | 114 | 342 | 47 | 21 |
| Binary | 11011 | 100011 | 111110 | 111000 | 101100 | 0 | 1001100 | 11100010 | 100111 | 10001 |
Color Harmonies of #1B233E
Complementary color
Monochromatic Colors of #1B233E
Black with #1B233E
Text Example
Text Example
White with #1B233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B233E; }
p { color: rgb(27,35,62); }
H1.HeaderClassName
{
color: #1B233E;
}
.AnyTagClassName
{
color: #1B233E;
}
</style>
background-color css
<style>
a { background-color: #1B233E; }
a { background-color: rgb(27,35,62); }
div.DivClassName
{
background-color: #1B233E;
}
.BgClassName
{
background-color: #1B233E;
}
</style>
border-color css
<style>
span { border-color: #1B233E; }
span { border-color: rgb(27,35,62); }
td.TdClassName
{
border-color: #1B233E;
}
.TagClassName
{
border-color: #1B233E;
}
</style>