Shades of Midnight Express #181B3F
Tints of Midnight Express #181B3F
RGB
CMYK
RGB Variations
Color information
#181B3F (or 0x181B3F) is known color: Midnight Express. HEX triplet: 18, 1B and 3F. RGB value is (24,27,63). Sum of RGB (Red+Green+Blue) = 24+27+63=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 63 (25% from 255 or 55.26% from 114); Max value from RGB is 63 - color contains mainly: blue. Hex color #181B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181B3F is #E7E4C0. Grayscale: #1E1E1E. Windows color (decimal): -15197377 or 4135704. OLE color: 4135704.
HSL color Cylindrical-coordinate representation of color #181B3F: hue angle of 235.38º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #181B3F is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 27 | 63 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.75 |
| HSL | 235.38º | 0.45% | 0.17% | - |
| HSV(B) | 235.38º | 0.62% | 0.25% | - |
| XYZ | 1.67 | 1.34 | 4.87 | - |
| YUV | 30.21 | 146.51 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 63 | 0.62 | 0.57 | 0 | 0.75 | 235.38 | 0.45 | 0.17 |
| Hex | 18 | 1B | 3F | 3E | 39 | 0 | 4B | EB | 2D | 11 |
| Octal | 30 | 33 | 77 | 76 | 71 | 0 | 113 | 353 | 55 | 21 |
| Binary | 11000 | 11011 | 111111 | 111110 | 111001 | 0 | 1001011 | 11101011 | 101101 | 10001 |
Color Harmonies of #181B3F
Complementary color
Monochromatic Colors of #181B3F
Black with #181B3F
Text Example
Text Example
White with #181B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181B3F; }
p { color: rgb(24,27,63); }
H1.HeaderClassName
{
color: #181B3F;
}
.AnyTagClassName
{
color: #181B3F;
}
</style>
background-color css
<style>
a { background-color: #181B3F; }
a { background-color: rgb(24,27,63); }
div.DivClassName
{
background-color: #181B3F;
}
.BgClassName
{
background-color: #181B3F;
}
</style>
border-color css
<style>
span { border-color: #181B3F; }
span { border-color: rgb(24,27,63); }
td.TdClassName
{
border-color: #181B3F;
}
.TagClassName
{
border-color: #181B3F;
}
</style>