Shades of Midnight Blue #1B0870
Tints of Midnight Blue #1B0870
RGB
CMYK
RGB Variations
Color information
#1B0870 (or 0x1B0870) is known color: Midnight Blue. HEX triplet: 1B, 08 and 70. RGB value is (27,8,112). Sum of RGB (Red+Green+Blue) = 27+8+112=147 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.37% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 112 (44.14% from 255 or 76.19% from 147); Max value from RGB is 112 - color contains mainly: blue. Hex color #1B0870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0870 is #E4F78F. Grayscale: #191919. Windows color (decimal): -15005584 or 7342107. OLE color: 7342107.
HSL color Cylindrical-coordinate representation of color #1B0870: hue angle of 250.96º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B0870 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 8 | 112 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.56 |
| HSL | 250.96º | 0.87% | 0.24% | - |
| HSV(B) | 250.96º | 0.93% | 0.44% | - |
| XYZ | 3.46 | 1.58 | 15.45 | - |
| YUV | 25.54 | 176.79 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 8 | 112 | 0.76 | 0.93 | 0 | 0.56 | 250.96 | 0.87 | 0.24 |
| Hex | 1B | 8 | 70 | 4C | 5D | 0 | 38 | FB | 57 | 18 |
| Octal | 33 | 10 | 160 | 114 | 135 | 0 | 70 | 373 | 127 | 30 |
| Binary | 11011 | 1000 | 1110000 | 1001100 | 1011101 | 0 | 111000 | 11111011 | 1010111 | 11000 |
Color Harmonies of #1B0870
Complementary color
Monochromatic Colors of #1B0870
Black with #1B0870
Text Example
Text Example
White with #1B0870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0870; }
p { color: rgb(27,8,112); }
H1.HeaderClassName
{
color: #1B0870;
}
.AnyTagClassName
{
color: #1B0870;
}
</style>
background-color css
<style>
a { background-color: #1B0870; }
a { background-color: rgb(27,8,112); }
div.DivClassName
{
background-color: #1B0870;
}
.BgClassName
{
background-color: #1B0870;
}
</style>
border-color css
<style>
span { border-color: #1B0870; }
span { border-color: rgb(27,8,112); }
td.TdClassName
{
border-color: #1B0870;
}
.TagClassName
{
border-color: #1B0870;
}
</style>