Shades of Midnight Blue #1B0359
Tints of Midnight Blue #1B0359
RGB
CMYK
RGB Variations
Color information
#1B0359 (or 0x1B0359) is known color: Midnight Blue. HEX triplet: 1B, 03 and 59. RGB value is (27,3,89). Sum of RGB (Red+Green+Blue) = 27+3+89=119 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.69% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 89 (35.16% from 255 or 74.79% from 119); Max value from RGB is 89 - color contains mainly: blue. Hex color #1B0359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0359 is #E4FCA6. Grayscale: #131313. Windows color (decimal): -15006887 or 5833499. OLE color: 5833499.
HSL color Cylindrical-coordinate representation of color #1B0359: hue angle of 256.74º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B0359 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 27 | 3 | 89 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.65 |
| HSL | 256.74º | 0.93% | 0.18% | - |
| HSV(B) | 256.74º | 0.97% | 0.35% | - |
| XYZ | 2.29 | 1.02 | 9.53 | - |
| YUV | 19.98 | 166.95 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 3 | 89 | 0.70 | 0.97 | 0 | 0.65 | 256.74 | 0.93 | 0.18 |
| Hex | 1B | 3 | 59 | 46 | 61 | 0 | 41 | 101 | 5D | 12 |
| Octal | 33 | 3 | 131 | 106 | 141 | 0 | 101 | 401 | 135 | 22 |
| Binary | 11011 | 11 | 1011001 | 1000110 | 1100001 | 0 | 1000001 | 100000001 | 1011101 | 10010 |
Color Harmonies of #1B0359
Complementary color
Monochromatic Colors of #1B0359
Black with #1B0359
Text Example
Text Example
White with #1B0359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0359; }
p { color: rgb(27,3,89); }
H1.HeaderClassName
{
color: #1B0359;
}
.AnyTagClassName
{
color: #1B0359;
}
</style>
background-color css
<style>
a { background-color: #1B0359; }
a { background-color: rgb(27,3,89); }
div.DivClassName
{
background-color: #1B0359;
}
.BgClassName
{
background-color: #1B0359;
}
</style>
border-color css
<style>
span { border-color: #1B0359; }
span { border-color: rgb(27,3,89); }
td.TdClassName
{
border-color: #1B0359;
}
.TagClassName
{
border-color: #1B0359;
}
</style>