Shades of Midnight Blue #1B0959
Tints of Midnight Blue #1B0959
RGB
CMYK
RGB Variations
Color information
#1B0959 (or 0x1B0959) is known color: Midnight Blue. HEX triplet: 1B, 09 and 59. RGB value is (27,9,89). Sum of RGB (Red+Green+Blue) = 27+9+89=125 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.6% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 89 (35.16% from 255 or 71.2% from 125); Max value from RGB is 89 - color contains mainly: blue. Hex color #1B0959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0959 is #E4F6A6. Grayscale: #171717. Windows color (decimal): -15005351 or 5835035. OLE color: 5835035.
HSL color Cylindrical-coordinate representation of color #1B0959: hue angle of 253.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B0959 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 9 | 89 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.65 |
| HSL | 253.5º | 0.82% | 0.19% | - |
| HSV(B) | 253.5º | 0.9% | 0.35% | - |
| XYZ | 2.35 | 1.15 | 9.55 | - |
| YUV | 23.5 | 164.96 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 9 | 89 | 0.70 | 0.90 | 0 | 0.65 | 253.5 | 0.82 | 0.19 |
| Hex | 1B | 9 | 59 | 46 | 5A | 0 | 41 | FE | 52 | 13 |
| Octal | 33 | 11 | 131 | 106 | 132 | 0 | 101 | 376 | 122 | 23 |
| Binary | 11011 | 1001 | 1011001 | 1000110 | 1011010 | 0 | 1000001 | 11111110 | 1010010 | 10011 |
Color Harmonies of #1B0959
Complementary color
Monochromatic Colors of #1B0959
Black with #1B0959
Text Example
Text Example
White with #1B0959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0959; }
p { color: rgb(27,9,89); }
H1.HeaderClassName
{
color: #1B0959;
}
.AnyTagClassName
{
color: #1B0959;
}
</style>
background-color css
<style>
a { background-color: #1B0959; }
a { background-color: rgb(27,9,89); }
div.DivClassName
{
background-color: #1B0959;
}
.BgClassName
{
background-color: #1B0959;
}
</style>
border-color css
<style>
span { border-color: #1B0959; }
span { border-color: rgb(27,9,89); }
td.TdClassName
{
border-color: #1B0959;
}
.TagClassName
{
border-color: #1B0959;
}
</style>