Shades of Midnight Blue #1B1E71
Tints of Midnight Blue #1B1E71
RGB
CMYK
RGB Variations
Color information
#1B1E71 (or 0x1B1E71) is known color: Midnight Blue. HEX triplet: 1B, 1E and 71. RGB value is (27,30,113). Sum of RGB (Red+Green+Blue) = 27+30+113=170 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.88% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 113 (44.53% from 255 or 66.47% from 170); Max value from RGB is 113 - color contains mainly: blue. Hex color #1B1E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B1E71 is #E4E18E. Grayscale: #262626. Windows color (decimal): -14999951 or 7413275. OLE color: 7413275.
HSL color Cylindrical-coordinate representation of color #1B1E71: hue angle of 237.91º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B1E71 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 30 | 113 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.56 |
| HSL | 237.91º | 0.61% | 0.27% | - |
| HSV(B) | 237.91º | 0.76% | 0.44% | - |
| XYZ | 3.9 | 2.35 | 15.87 | - |
| YUV | 38.57 | 170.01 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 30 | 113 | 0.76 | 0.73 | 0 | 0.56 | 237.91 | 0.61 | 0.27 |
| Hex | 1B | 1E | 71 | 4C | 49 | 0 | 38 | EE | 3D | 1B |
| Octal | 33 | 36 | 161 | 114 | 111 | 0 | 70 | 356 | 75 | 33 |
| Binary | 11011 | 11110 | 1110001 | 1001100 | 1001001 | 0 | 111000 | 11101110 | 111101 | 11011 |
Color Harmonies of #1B1E71
Complementary color
Monochromatic Colors of #1B1E71
Black with #1B1E71
Text Example
Text Example
White with #1B1E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1E71; }
p { color: rgb(27,30,113); }
H1.HeaderClassName
{
color: #1B1E71;
}
.AnyTagClassName
{
color: #1B1E71;
}
</style>
background-color css
<style>
a { background-color: #1B1E71; }
a { background-color: rgb(27,30,113); }
div.DivClassName
{
background-color: #1B1E71;
}
.BgClassName
{
background-color: #1B1E71;
}
</style>
border-color css
<style>
span { border-color: #1B1E71; }
span { border-color: rgb(27,30,113); }
td.TdClassName
{
border-color: #1B1E71;
}
.TagClassName
{
border-color: #1B1E71;
}
</style>