Shades of Midnight Blue #1B0160
Tints of Midnight Blue #1B0160
RGB
CMYK
RGB Variations
Color information
#1B0160 (or 0x1B0160) is known color: Midnight Blue. HEX triplet: 1B, 01 and 60. RGB value is (27,1,96). Sum of RGB (Red+Green+Blue) = 27+1+96=124 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.77% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 96 (37.89% from 255 or 77.42% from 124); Max value from RGB is 96 - color contains mainly: blue. Hex color #1B0160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0160 is #E4FE9F. Grayscale: #131313. Windows color (decimal): -15007392 or 6291739. OLE color: 6291739.
HSL color Cylindrical-coordinate representation of color #1B0160: hue angle of 256.42º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B0160 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 1 | 96 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.62 |
| HSL | 256.42º | 0.98% | 0.19% | - |
| HSV(B) | 256.42º | 0.99% | 0.38% | - |
| XYZ | 2.57 | 1.1 | 11.14 | - |
| YUV | 19.6 | 171.11 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 96 | 0.72 | 0.99 | 0 | 0.62 | 256.42 | 0.98 | 0.19 |
| Hex | 1B | 1 | 60 | 48 | 63 | 0 | 3E | 100 | 62 | 13 |
| Octal | 33 | 1 | 140 | 110 | 143 | 0 | 76 | 400 | 142 | 23 |
| Binary | 11011 | 1 | 1100000 | 1001000 | 1100011 | 0 | 111110 | 100000000 | 1100010 | 10011 |
Color Harmonies of #1B0160
Complementary color
Monochromatic Colors of #1B0160
Black with #1B0160
Text Example
Text Example
White with #1B0160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0160; }
p { color: rgb(27,1,96); }
H1.HeaderClassName
{
color: #1B0160;
}
.AnyTagClassName
{
color: #1B0160;
}
</style>
background-color css
<style>
a { background-color: #1B0160; }
a { background-color: rgb(27,1,96); }
div.DivClassName
{
background-color: #1B0160;
}
.BgClassName
{
background-color: #1B0160;
}
</style>
border-color css
<style>
span { border-color: #1B0160; }
span { border-color: rgb(27,1,96); }
td.TdClassName
{
border-color: #1B0160;
}
.TagClassName
{
border-color: #1B0160;
}
</style>