Shades of Midnight #1B324D
Tints of Midnight #1B324D
RGB
CMYK
RGB Variations
Color information
#1B324D (or 0x1B324D) is known color: Midnight. HEX triplet: 1B, 32 and 4D. RGB value is (27,50,77). Sum of RGB (Red+Green+Blue) = 27+50+77=154 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.53% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #1B324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B324D is #E4CDB2. Grayscale: #2E2E2E. Windows color (decimal): -14994867 or 5059099. OLE color: 5059099.
HSL color Cylindrical-coordinate representation of color #1B324D: hue angle of 212.4º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B324D is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 27 | 50 | 77 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.70 |
| HSL | 212.4º | 0.48% | 0.2% | - |
| HSV(B) | 212.4º | 0.65% | 0.3% | - |
| XYZ | 2.93 | 3.05 | 7.46 | - |
| YUV | 46.2 | 145.38 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 77 | 0.65 | 0.35 | 0 | 0.70 | 212.4 | 0.48 | 0.2 |
| Hex | 1B | 32 | 4D | 41 | 23 | 0 | 46 | D4 | 30 | 14 |
| Octal | 33 | 62 | 115 | 101 | 43 | 0 | 106 | 324 | 60 | 24 |
| Binary | 11011 | 110010 | 1001101 | 1000001 | 100011 | 0 | 1000110 | 11010100 | 110000 | 10100 |
Color Harmonies of #1B324D
Complementary color
Monochromatic Colors of #1B324D
Black with #1B324D
Text Example
Text Example
White with #1B324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B324D; }
p { color: rgb(27,50,77); }
H1.HeaderClassName
{
color: #1B324D;
}
.AnyTagClassName
{
color: #1B324D;
}
</style>
background-color css
<style>
a { background-color: #1B324D; }
a { background-color: rgb(27,50,77); }
div.DivClassName
{
background-color: #1B324D;
}
.BgClassName
{
background-color: #1B324D;
}
</style>
border-color css
<style>
span { border-color: #1B324D; }
span { border-color: rgb(27,50,77); }
td.TdClassName
{
border-color: #1B324D;
}
.TagClassName
{
border-color: #1B324D;
}
</style>