Shades of Midnight #1B324C
Tints of Midnight #1B324C
RGB
CMYK
RGB Variations
Color information
#1B324C (or 0x1B324C) is known color: Midnight. HEX triplet: 1B, 32 and 4C. RGB value is (27,50,76). Sum of RGB (Red+Green+Blue) = 27+50+76=153 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.65% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #1B324C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B324C is #E4CDB3. Grayscale: #2D2D2D. Windows color (decimal): -14994868 or 4993563. OLE color: 4993563.
HSL color Cylindrical-coordinate representation of color #1B324C: hue angle of 211.84º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B324C is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 27 | 50 | 76 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.70 |
| HSL | 211.84º | 0.48% | 0.2% | - |
| HSV(B) | 211.84º | 0.64% | 0.3% | - |
| XYZ | 2.9 | 3.04 | 7.27 | - |
| YUV | 46.09 | 144.88 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 76 | 0.64 | 0.34 | 0 | 0.70 | 211.84 | 0.48 | 0.2 |
| Hex | 1B | 32 | 4C | 40 | 22 | 0 | 46 | D4 | 30 | 14 |
| Octal | 33 | 62 | 114 | 100 | 42 | 0 | 106 | 324 | 60 | 24 |
| Binary | 11011 | 110010 | 1001100 | 1000000 | 100010 | 0 | 1000110 | 11010100 | 110000 | 10100 |
Color Harmonies of #1B324C
Complementary color
Monochromatic Colors of #1B324C
Black with #1B324C
Text Example
Text Example
White with #1B324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B324C; }
p { color: rgb(27,50,76); }
H1.HeaderClassName
{
color: #1B324C;
}
.AnyTagClassName
{
color: #1B324C;
}
</style>
background-color css
<style>
a { background-color: #1B324C; }
a { background-color: rgb(27,50,76); }
div.DivClassName
{
background-color: #1B324C;
}
.BgClassName
{
background-color: #1B324C;
}
</style>
border-color css
<style>
span { border-color: #1B324C; }
span { border-color: rgb(27,50,76); }
td.TdClassName
{
border-color: #1B324C;
}
.TagClassName
{
border-color: #1B324C;
}
</style>