Shades of Midnight #1B2C48
Tints of Midnight #1B2C48
RGB
CMYK
RGB Variations
Color information
#1B2C48 (or 0x1B2C48) is known color: Midnight. HEX triplet: 1B, 2C and 48. RGB value is (27,44,72). Sum of RGB (Red+Green+Blue) = 27+44+72=143 (18% of max value = 765). Red value is 27 (10.94% from 255 or 18.88% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #1B2C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2C48 is #E4D3B7. Grayscale: #292929. Windows color (decimal): -14996408 or 4729883. OLE color: 4729883.
HSL color Cylindrical-coordinate representation of color #1B2C48: hue angle of 217.33º 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 #1B2C48 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 44 | 72 | - |
| CMYK | 0.62 | 0.39 | 0 | 0.72 |
| HSL | 217.33º | 0.45% | 0.19% | - |
| HSV(B) | 217.33º | 0.63% | 0.28% | - |
| XYZ | 2.52 | 2.5 | 6.48 | - |
| YUV | 42.11 | 144.87 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 44 | 72 | 0.62 | 0.39 | 0 | 0.72 | 217.33 | 0.45 | 0.19 |
| Hex | 1B | 2C | 48 | 3E | 27 | 0 | 48 | D9 | 2D | 13 |
| Octal | 33 | 54 | 110 | 76 | 47 | 0 | 110 | 331 | 55 | 23 |
| Binary | 11011 | 101100 | 1001000 | 111110 | 100111 | 0 | 1001000 | 11011001 | 101101 | 10011 |
Color Harmonies of #1B2C48
Complementary color
Monochromatic Colors of #1B2C48
Black with #1B2C48
Text Example
Text Example
White with #1B2C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2C48; }
p { color: rgb(27,44,72); }
H1.HeaderClassName
{
color: #1B2C48;
}
.AnyTagClassName
{
color: #1B2C48;
}
</style>
background-color css
<style>
a { background-color: #1B2C48; }
a { background-color: rgb(27,44,72); }
div.DivClassName
{
background-color: #1B2C48;
}
.BgClassName
{
background-color: #1B2C48;
}
</style>
border-color css
<style>
span { border-color: #1B2C48; }
span { border-color: rgb(27,44,72); }
td.TdClassName
{
border-color: #1B2C48;
}
.TagClassName
{
border-color: #1B2C48;
}
</style>