Shades of Midnight Express #1B233D
Tints of Midnight Express #1B233D
RGB
CMYK
RGB Variations
Color information
#1B233D (or 0x1B233D) is known color: Midnight Express. HEX triplet: 1B, 23 and 3D. RGB value is (27,35,61). Sum of RGB (Red+Green+Blue) = 27+35+61=123 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.95% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #1B233D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B233D is #E4DCC2. Grayscale: #232323. Windows color (decimal): -14998723 or 4006683. OLE color: 4006683.
HSL color Cylindrical-coordinate representation of color #1B233D: hue angle of 225.88º 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 #1B233D is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 27 | 35 | 61 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.76 |
| HSL | 225.88º | 0.39% | 0.17% | - |
| HSV(B) | 225.88º | 0.56% | 0.24% | - |
| XYZ | 1.9 | 1.77 | 4.66 | - |
| YUV | 35.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 35 | 61 | 0.56 | 0.43 | 0 | 0.76 | 225.88 | 0.39 | 0.17 |
| Hex | 1B | 23 | 3D | 38 | 2B | 0 | 4C | E2 | 27 | 11 |
| Octal | 33 | 43 | 75 | 70 | 53 | 0 | 114 | 342 | 47 | 21 |
| Binary | 11011 | 100011 | 111101 | 111000 | 101011 | 0 | 1001100 | 11100010 | 100111 | 10001 |
Color Harmonies of #1B233D
Complementary color
Monochromatic Colors of #1B233D
Black with #1B233D
Text Example
Text Example
White with #1B233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B233D; }
p { color: rgb(27,35,61); }
H1.HeaderClassName
{
color: #1B233D;
}
.AnyTagClassName
{
color: #1B233D;
}
</style>
background-color css
<style>
a { background-color: #1B233D; }
a { background-color: rgb(27,35,61); }
div.DivClassName
{
background-color: #1B233D;
}
.BgClassName
{
background-color: #1B233D;
}
</style>
border-color css
<style>
span { border-color: #1B233D; }
span { border-color: rgb(27,35,61); }
td.TdClassName
{
border-color: #1B233D;
}
.TagClassName
{
border-color: #1B233D;
}
</style>