Shades of Midnight Blue #1B005E
Tints of Midnight Blue #1B005E
RGB
CMYK
RGB Variations
Color information
#1B005E (or 0x1B005E) is known color: Midnight Blue. HEX triplet: 1B, 00 and 5E. RGB value is (27,0,94). Sum of RGB (Red+Green+Blue) = 27+0+94=121 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.31% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 94 (37.11% from 255 or 77.69% from 121); Max value from RGB is 94 - color contains mainly: blue. Hex color #1B005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B005E is #E4FFA1. Grayscale: #121212. Windows color (decimal): -15007650 or 6160411. OLE color: 6160411.
HSL color Cylindrical-coordinate representation of color #1B005E: hue angle of 257.23º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B005E is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 27 | 0 | 94 | - |
| CMYK | 0.71 | 1 | 0 | 0.63 |
| HSL | 257.23º | 1% | 0.18% | - |
| HSV(B) | 257.23º | 1% | 0.37% | - |
| XYZ | 2.47 | 1.04 | 10.66 | - |
| YUV | 18.79 | 170.45 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 0 | 94 | 0.71 | 1 | 0 | 0.63 | 257.23 | 1 | 0.18 |
| Hex | 1B | 0 | 5E | 47 | 64 | 0 | 3F | 101 | 64 | 12 |
| Octal | 33 | 0 | 136 | 107 | 144 | 0 | 77 | 401 | 144 | 22 |
| Binary | 11011 | 0 | 1011110 | 1000111 | 1100100 | 0 | 111111 | 100000001 | 1100100 | 10010 |
Color Harmonies of #1B005E
Complementary color
Monochromatic Colors of #1B005E
Black with #1B005E
Text Example
Text Example
White with #1B005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B005E; }
p { color: rgb(27,0,94); }
H1.HeaderClassName
{
color: #1B005E;
}
.AnyTagClassName
{
color: #1B005E;
}
</style>
background-color css
<style>
a { background-color: #1B005E; }
a { background-color: rgb(27,0,94); }
div.DivClassName
{
background-color: #1B005E;
}
.BgClassName
{
background-color: #1B005E;
}
</style>
border-color css
<style>
span { border-color: #1B005E; }
span { border-color: rgb(27,0,94); }
td.TdClassName
{
border-color: #1B005E;
}
.TagClassName
{
border-color: #1B005E;
}
</style>