Shades of Midnight Blue #1B015E
Tints of Midnight Blue #1B015E
RGB
CMYK
RGB Variations
Color information
#1B015E (or 0x1B015E) is known color: Midnight Blue. HEX triplet: 1B, 01 and 5E. RGB value is (27,1,94). Sum of RGB (Red+Green+Blue) = 27+1+94=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 94 (37.11% from 255 or 77.05% from 122); Max value from RGB is 94 - color contains mainly: blue. Hex color #1B015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B015E is #E4FEA1. Grayscale: #131313. Windows color (decimal): -15007394 or 6160667. OLE color: 6160667.
HSL color Cylindrical-coordinate representation of color #1B015E: hue angle of 256.77º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B015E is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 27 | 1 | 94 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.63 |
| HSL | 256.77º | 0.98% | 0.19% | - |
| HSV(B) | 256.77º | 0.99% | 0.37% | - |
| XYZ | 2.48 | 1.06 | 10.66 | - |
| YUV | 19.38 | 170.11 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 1 | 94 | 0.71 | 0.99 | 0 | 0.63 | 256.77 | 0.98 | 0.19 |
| Hex | 1B | 1 | 5E | 47 | 63 | 0 | 3F | 101 | 62 | 13 |
| Octal | 33 | 1 | 136 | 107 | 143 | 0 | 77 | 401 | 142 | 23 |
| Binary | 11011 | 1 | 1011110 | 1000111 | 1100011 | 0 | 111111 | 100000001 | 1100010 | 10011 |
Color Harmonies of #1B015E
Complementary color
Monochromatic Colors of #1B015E
Black with #1B015E
Text Example
Text Example
White with #1B015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B015E; }
p { color: rgb(27,1,94); }
H1.HeaderClassName
{
color: #1B015E;
}
.AnyTagClassName
{
color: #1B015E;
}
</style>
background-color css
<style>
a { background-color: #1B015E; }
a { background-color: rgb(27,1,94); }
div.DivClassName
{
background-color: #1B015E;
}
.BgClassName
{
background-color: #1B015E;
}
</style>
border-color css
<style>
span { border-color: #1B015E; }
span { border-color: rgb(27,1,94); }
td.TdClassName
{
border-color: #1B015E;
}
.TagClassName
{
border-color: #1B015E;
}
</style>