Shades of Midnight Blue #1B005B
Tints of Midnight Blue #1B005B
RGB
CMYK
RGB Variations
Color information
#1B005B (or 0x1B005B) is known color: Midnight Blue. HEX triplet: 1B, 00 and 5B. RGB value is (27,0,91). Sum of RGB (Red+Green+Blue) = 27+0+91=118 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.88% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 91 (35.94% from 255 or 77.12% from 118); Max value from RGB is 91 - color contains mainly: blue. Hex color #1B005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B005B is #E4FFA4. Grayscale: #121212. Windows color (decimal): -15007653 or 5963803. OLE color: 5963803.
HSL color Cylindrical-coordinate representation of color #1B005B: hue angle of 257.8º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B005B is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 0 | 91 | - |
| CMYK | 0.70 | 1 | 0 | 0.64 |
| HSL | 257.8º | 1% | 0.18% | - |
| HSV(B) | 257.8º | 1% | 0.36% | - |
| XYZ | 2.34 | 0.99 | 9.96 | - |
| YUV | 18.45 | 168.95 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 0 | 91 | 0.70 | 1 | 0 | 0.64 | 257.8 | 1 | 0.18 |
| Hex | 1B | 0 | 5B | 46 | 64 | 0 | 40 | 102 | 64 | 12 |
| Octal | 33 | 0 | 133 | 106 | 144 | 0 | 100 | 402 | 144 | 22 |
| Binary | 11011 | 0 | 1011011 | 1000110 | 1100100 | 0 | 1000000 | 100000010 | 1100100 | 10010 |
Color Harmonies of #1B005B
Complementary color
Monochromatic Colors of #1B005B
Black with #1B005B
Text Example
Text Example
White with #1B005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B005B; }
p { color: rgb(27,0,91); }
H1.HeaderClassName
{
color: #1B005B;
}
.AnyTagClassName
{
color: #1B005B;
}
</style>
background-color css
<style>
a { background-color: #1B005B; }
a { background-color: rgb(27,0,91); }
div.DivClassName
{
background-color: #1B005B;
}
.BgClassName
{
background-color: #1B005B;
}
</style>
border-color css
<style>
span { border-color: #1B005B; }
span { border-color: rgb(27,0,91); }
td.TdClassName
{
border-color: #1B005B;
}
.TagClassName
{
border-color: #1B005B;
}
</style>