Shades of Midnight Express #1B233A
Tints of Midnight Express #1B233A
RGB
CMYK
RGB Variations
Color information
#1B233A (or 0x1B233A) is known color: Midnight Express. HEX triplet: 1B, 23 and 3A. RGB value is (27,35,58). Sum of RGB (Red+Green+Blue) = 27+35+58=120 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.5% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 58 - color contains mainly: blue. Hex color #1B233A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B233A is #E4DCC5. Grayscale: #232323. Windows color (decimal): -14998726 or 3810075. OLE color: 3810075.
HSL color Cylindrical-coordinate representation of color #1B233A: hue angle of 224.52º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1B233A is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 27 | 35 | 58 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.77 |
| HSL | 224.52º | 0.36% | 0.17% | - |
| HSV(B) | 224.52º | 0.53% | 0.23% | - |
| XYZ | 1.82 | 1.74 | 4.24 | - |
| YUV | 35.23 | 140.85 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 35 | 58 | 0.53 | 0.40 | 0 | 0.77 | 224.52 | 0.36 | 0.17 |
| Hex | 1B | 23 | 3A | 35 | 28 | 0 | 4D | E1 | 24 | 11 |
| Octal | 33 | 43 | 72 | 65 | 50 | 0 | 115 | 341 | 44 | 21 |
| Binary | 11011 | 100011 | 111010 | 110101 | 101000 | 0 | 1001101 | 11100001 | 100100 | 10001 |
Color Harmonies of #1B233A
Complementary color
Monochromatic Colors of #1B233A
Black with #1B233A
Text Example
Text Example
White with #1B233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B233A; }
p { color: rgb(27,35,58); }
H1.HeaderClassName
{
color: #1B233A;
}
.AnyTagClassName
{
color: #1B233A;
}
</style>
background-color css
<style>
a { background-color: #1B233A; }
a { background-color: rgb(27,35,58); }
div.DivClassName
{
background-color: #1B233A;
}
.BgClassName
{
background-color: #1B233A;
}
</style>
border-color css
<style>
span { border-color: #1B233A; }
span { border-color: rgb(27,35,58); }
td.TdClassName
{
border-color: #1B233A;
}
.TagClassName
{
border-color: #1B233A;
}
</style>