Shades of Midnight Blue #1B2471
Tints of Midnight Blue #1B2471
RGB
CMYK
RGB Variations
Color information
#1B2471 (or 0x1B2471) is known color: Midnight Blue. HEX triplet: 1B, 24 and 71. RGB value is (27,36,113). Sum of RGB (Red+Green+Blue) = 27+36+113=176 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.34% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 113 (44.53% from 255 or 64.20% from 176); Max value from RGB is 113 - color contains mainly: blue. Hex color #1B2471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2471 is #E4DB8E. Grayscale: #292929. Windows color (decimal): -14998415 or 7414811. OLE color: 7414811.
HSL color Cylindrical-coordinate representation of color #1B2471: hue angle of 233.72º 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 #1B2471 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 36 | 113 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.56 |
| HSL | 233.72º | 0.61% | 0.27% | - |
| HSV(B) | 233.72º | 0.76% | 0.44% | - |
| XYZ | 4.06 | 2.69 | 15.93 | - |
| YUV | 42.09 | 168.02 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 36 | 113 | 0.76 | 0.68 | 0 | 0.56 | 233.72 | 0.61 | 0.27 |
| Hex | 1B | 24 | 71 | 4C | 44 | 0 | 38 | EA | 3D | 1B |
| Octal | 33 | 44 | 161 | 114 | 104 | 0 | 70 | 352 | 75 | 33 |
| Binary | 11011 | 100100 | 1110001 | 1001100 | 1000100 | 0 | 111000 | 11101010 | 111101 | 11011 |
Color Harmonies of #1B2471
Complementary color
Monochromatic Colors of #1B2471
Black with #1B2471
Text Example
Text Example
White with #1B2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2471; }
p { color: rgb(27,36,113); }
H1.HeaderClassName
{
color: #1B2471;
}
.AnyTagClassName
{
color: #1B2471;
}
</style>
background-color css
<style>
a { background-color: #1B2471; }
a { background-color: rgb(27,36,113); }
div.DivClassName
{
background-color: #1B2471;
}
.BgClassName
{
background-color: #1B2471;
}
</style>
border-color css
<style>
span { border-color: #1B2471; }
span { border-color: rgb(27,36,113); }
td.TdClassName
{
border-color: #1B2471;
}
.TagClassName
{
border-color: #1B2471;
}
</style>