Shades of Midnight #1B2B41
Tints of Midnight #1B2B41
RGB
CMYK
RGB Variations
Color information
#1B2B41 (or 0x1B2B41) is known color: Midnight. HEX triplet: 1B, 2B and 41. RGB value is (27,43,65). Sum of RGB (Red+Green+Blue) = 27+43+65=135 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #1B2B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2B41 is #E4D4BE. Grayscale: #282828. Windows color (decimal): -14996671 or 4270875. OLE color: 4270875.
HSL color Cylindrical-coordinate representation of color #1B2B41: hue angle of 214.74º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B2B41 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 27 | 43 | 65 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.75 |
| HSL | 214.74º | 0.41% | 0.18% | - |
| HSV(B) | 214.74º | 0.58% | 0.25% | - |
| XYZ | 2.27 | 2.34 | 5.33 | - |
| YUV | 40.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 43 | 65 | 0.58 | 0.34 | 0 | 0.75 | 214.74 | 0.41 | 0.18 |
| Hex | 1B | 2B | 41 | 3A | 22 | 0 | 4B | D7 | 29 | 12 |
| Octal | 33 | 53 | 101 | 72 | 42 | 0 | 113 | 327 | 51 | 22 |
| Binary | 11011 | 101011 | 1000001 | 111010 | 100010 | 0 | 1001011 | 11010111 | 101001 | 10010 |
Color Harmonies of #1B2B41
Complementary color
Monochromatic Colors of #1B2B41
Black with #1B2B41
Text Example
Text Example
White with #1B2B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2B41; }
p { color: rgb(27,43,65); }
H1.HeaderClassName
{
color: #1B2B41;
}
.AnyTagClassName
{
color: #1B2B41;
}
</style>
background-color css
<style>
a { background-color: #1B2B41; }
a { background-color: rgb(27,43,65); }
div.DivClassName
{
background-color: #1B2B41;
}
.BgClassName
{
background-color: #1B2B41;
}
</style>
border-color css
<style>
span { border-color: #1B2B41; }
span { border-color: rgb(27,43,65); }
td.TdClassName
{
border-color: #1B2B41;
}
.TagClassName
{
border-color: #1B2B41;
}
</style>