Shades of Midnight Blue #1B0571
Tints of Midnight Blue #1B0571
RGB
CMYK
RGB Variations
Color information
#1B0571 (or 0x1B0571) is known color: Midnight Blue. HEX triplet: 1B, 05 and 71. RGB value is (27,5,113). Sum of RGB (Red+Green+Blue) = 27+5+113=145 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.62% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 113 (44.53% from 255 or 77.93% from 145); Max value from RGB is 113 - color contains mainly: blue. Hex color #1B0571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0571 is #E4FA8E. Grayscale: #171717. Windows color (decimal): -15006351 or 7406875. OLE color: 7406875.
HSL color Cylindrical-coordinate representation of color #1B0571: hue angle of 252.22º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B0571 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 5 | 113 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.56 |
| HSL | 252.22º | 0.92% | 0.23% | - |
| HSV(B) | 252.22º | 0.96% | 0.44% | - |
| XYZ | 3.49 | 1.53 | 15.74 | - |
| YUV | 23.89 | 178.29 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 113 | 0.76 | 0.96 | 0 | 0.56 | 252.22 | 0.92 | 0.23 |
| Hex | 1B | 5 | 71 | 4C | 60 | 0 | 38 | FC | 5C | 17 |
| Octal | 33 | 5 | 161 | 114 | 140 | 0 | 70 | 374 | 134 | 27 |
| Binary | 11011 | 101 | 1110001 | 1001100 | 1100000 | 0 | 111000 | 11111100 | 1011100 | 10111 |
Color Harmonies of #1B0571
Complementary color
Monochromatic Colors of #1B0571
Black with #1B0571
Text Example
Text Example
White with #1B0571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0571; }
p { color: rgb(27,5,113); }
H1.HeaderClassName
{
color: #1B0571;
}
.AnyTagClassName
{
color: #1B0571;
}
</style>
background-color css
<style>
a { background-color: #1B0571; }
a { background-color: rgb(27,5,113); }
div.DivClassName
{
background-color: #1B0571;
}
.BgClassName
{
background-color: #1B0571;
}
</style>
border-color css
<style>
span { border-color: #1B0571; }
span { border-color: rgb(27,5,113); }
td.TdClassName
{
border-color: #1B0571;
}
.TagClassName
{
border-color: #1B0571;
}
</style>