Shades of Midnight Blue #1B1663
Tints of Midnight Blue #1B1663
RGB
CMYK
RGB Variations
Color information
#1B1663 (or 0x1B1663) is known color: Midnight Blue. HEX triplet: 1B, 16 and 63. RGB value is (27,22,99). Sum of RGB (Red+Green+Blue) = 27+22+99=148 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.24% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 99 (39.06% from 255 or 66.89% from 148); Max value from RGB is 99 - color contains mainly: blue. Hex color #1B1663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1663 is #E4E99C. Grayscale: #1F1F1F. Windows color (decimal): -15002013 or 6493723. OLE color: 6493723.
HSL color Cylindrical-coordinate representation of color #1B1663: hue angle of 243.9º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B1663 is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 27 | 22 | 99 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.61 |
| HSL | 243.9º | 0.64% | 0.24% | - |
| HSV(B) | 243.9º | 0.78% | 0.39% | - |
| XYZ | 2.99 | 1.71 | 11.98 | - |
| YUV | 32.27 | 165.66 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 22 | 99 | 0.73 | 0.78 | 0 | 0.61 | 243.9 | 0.64 | 0.24 |
| Hex | 1B | 16 | 63 | 49 | 4E | 0 | 3D | F4 | 40 | 18 |
| Octal | 33 | 26 | 143 | 111 | 116 | 0 | 75 | 364 | 100 | 30 |
| Binary | 11011 | 10110 | 1100011 | 1001001 | 1001110 | 0 | 111101 | 11110100 | 1000000 | 11000 |
Color Harmonies of #1B1663
Complementary color
Monochromatic Colors of #1B1663
Black with #1B1663
Text Example
Text Example
White with #1B1663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1663; }
p { color: rgb(27,22,99); }
H1.HeaderClassName
{
color: #1B1663;
}
.AnyTagClassName
{
color: #1B1663;
}
</style>
background-color css
<style>
a { background-color: #1B1663; }
a { background-color: rgb(27,22,99); }
div.DivClassName
{
background-color: #1B1663;
}
.BgClassName
{
background-color: #1B1663;
}
</style>
border-color css
<style>
span { border-color: #1B1663; }
span { border-color: rgb(27,22,99); }
td.TdClassName
{
border-color: #1B1663;
}
.TagClassName
{
border-color: #1B1663;
}
</style>