Shades of Midnight #1B2B48
Tints of Midnight #1B2B48
RGB
CMYK
RGB Variations
Color information
#1B2B48 (or 0x1B2B48) is known color: Midnight. HEX triplet: 1B, 2B and 48. RGB value is (27,43,72). Sum of RGB (Red+Green+Blue) = 27+43+72=142 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.01% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #1B2B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2B48 is #E4D4B7. Grayscale: #292929. Windows color (decimal): -14996664 or 4729627. OLE color: 4729627.
HSL color Cylindrical-coordinate representation of color #1B2B48: hue angle of 218.67º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B2B48 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 43 | 72 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.72 |
| HSL | 218.67º | 0.45% | 0.19% | - |
| HSV(B) | 218.67º | 0.63% | 0.28% | - |
| XYZ | 2.49 | 2.43 | 6.47 | - |
| YUV | 41.52 | 145.2 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 43 | 72 | 0.62 | 0.40 | 0 | 0.72 | 218.67 | 0.45 | 0.19 |
| Hex | 1B | 2B | 48 | 3E | 28 | 0 | 48 | DB | 2D | 13 |
| Octal | 33 | 53 | 110 | 76 | 50 | 0 | 110 | 333 | 55 | 23 |
| Binary | 11011 | 101011 | 1001000 | 111110 | 101000 | 0 | 1001000 | 11011011 | 101101 | 10011 |
Color Harmonies of #1B2B48
Complementary color
Monochromatic Colors of #1B2B48
Black with #1B2B48
Text Example
Text Example
White with #1B2B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2B48; }
p { color: rgb(27,43,72); }
H1.HeaderClassName
{
color: #1B2B48;
}
.AnyTagClassName
{
color: #1B2B48;
}
</style>
background-color css
<style>
a { background-color: #1B2B48; }
a { background-color: rgb(27,43,72); }
div.DivClassName
{
background-color: #1B2B48;
}
.BgClassName
{
background-color: #1B2B48;
}
</style>
border-color css
<style>
span { border-color: #1B2B48; }
span { border-color: rgb(27,43,72); }
td.TdClassName
{
border-color: #1B2B48;
}
.TagClassName
{
border-color: #1B2B48;
}
</style>