Shades of Midnight #1B3148
Tints of Midnight #1B3148
RGB
CMYK
RGB Variations
Color information
#1B3148 (or 0x1B3148) is known color: Midnight. HEX triplet: 1B, 31 and 48. RGB value is (27,49,72). Sum of RGB (Red+Green+Blue) = 27+49+72=148 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.24% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #1B3148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3148 is #E4CEB7. Grayscale: #2C2C2C. Windows color (decimal): -14995128 or 4731163. OLE color: 4731163.
HSL color Cylindrical-coordinate representation of color #1B3148: hue angle of 210.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 #1B3148 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 49 | 72 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.72 |
| HSL | 210.67º | 0.45% | 0.19% | - |
| HSV(B) | 210.67º | 0.63% | 0.28% | - |
| XYZ | 2.72 | 2.9 | 6.55 | - |
| YUV | 45.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 49 | 72 | 0.62 | 0.32 | 0 | 0.72 | 210.67 | 0.45 | 0.19 |
| Hex | 1B | 31 | 48 | 3E | 20 | 0 | 48 | D3 | 2D | 13 |
| Octal | 33 | 61 | 110 | 76 | 40 | 0 | 110 | 323 | 55 | 23 |
| Binary | 11011 | 110001 | 1001000 | 111110 | 100000 | 0 | 1001000 | 11010011 | 101101 | 10011 |
Color Harmonies of #1B3148
Complementary color
Monochromatic Colors of #1B3148
Black with #1B3148
Text Example
Text Example
White with #1B3148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3148; }
p { color: rgb(27,49,72); }
H1.HeaderClassName
{
color: #1B3148;
}
.AnyTagClassName
{
color: #1B3148;
}
</style>
background-color css
<style>
a { background-color: #1B3148; }
a { background-color: rgb(27,49,72); }
div.DivClassName
{
background-color: #1B3148;
}
.BgClassName
{
background-color: #1B3148;
}
</style>
border-color css
<style>
span { border-color: #1B3148; }
span { border-color: rgb(27,49,72); }
td.TdClassName
{
border-color: #1B3148;
}
.TagClassName
{
border-color: #1B3148;
}
</style>