Shades of Midnight Blue #1B1071
Tints of Midnight Blue #1B1071
RGB
CMYK
RGB Variations
Color information
#1B1071 (or 0x1B1071) is known color: Midnight Blue. HEX triplet: 1B, 10 and 71. RGB value is (27,16,113). Sum of RGB (Red+Green+Blue) = 27+16+113=156 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.31% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 113 (44.53% from 255 or 72.44% from 156); Max value from RGB is 113 - color contains mainly: blue. Hex color #1B1071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1071 is #E4EF8E. Grayscale: #1D1D1D. Windows color (decimal): -15003535 or 7409691. OLE color: 7409691.
HSL color Cylindrical-coordinate representation of color #1B1071: hue angle of 246.8º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B1071 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 16 | 113 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.56 |
| HSL | 246.8º | 0.75% | 0.25% | - |
| HSV(B) | 246.8º | 0.86% | 0.44% | - |
| XYZ | 3.62 | 1.8 | 15.78 | - |
| YUV | 30.35 | 174.64 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 16 | 113 | 0.76 | 0.86 | 0 | 0.56 | 246.8 | 0.75 | 0.25 |
| Hex | 1B | 10 | 71 | 4C | 56 | 0 | 38 | F7 | 4B | 19 |
| Octal | 33 | 20 | 161 | 114 | 126 | 0 | 70 | 367 | 113 | 31 |
| Binary | 11011 | 10000 | 1110001 | 1001100 | 1010110 | 0 | 111000 | 11110111 | 1001011 | 11001 |
Color Harmonies of #1B1071
Complementary color
Monochromatic Colors of #1B1071
Black with #1B1071
Text Example
Text Example
White with #1B1071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1071; }
p { color: rgb(27,16,113); }
H1.HeaderClassName
{
color: #1B1071;
}
.AnyTagClassName
{
color: #1B1071;
}
</style>
background-color css
<style>
a { background-color: #1B1071; }
a { background-color: rgb(27,16,113); }
div.DivClassName
{
background-color: #1B1071;
}
.BgClassName
{
background-color: #1B1071;
}
</style>
border-color css
<style>
span { border-color: #1B1071; }
span { border-color: rgb(27,16,113); }
td.TdClassName
{
border-color: #1B1071;
}
.TagClassName
{
border-color: #1B1071;
}
</style>