Shades of Midnight Blue #1B1168
Tints of Midnight Blue #1B1168
RGB
CMYK
RGB Variations
Color information
#1B1168 (or 0x1B1168) is known color: Midnight Blue. HEX triplet: 1B, 11 and 68. RGB value is (27,17,104). Sum of RGB (Red+Green+Blue) = 27+17+104=148 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.24% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 104 (41.02% from 255 or 70.27% from 148); Max value from RGB is 104 - color contains mainly: blue. Hex color #1B1168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1168 is #E4EE97. Grayscale: #1D1D1D. Windows color (decimal): -15003288 or 6820123. OLE color: 6820123.
HSL color Cylindrical-coordinate representation of color #1B1168: hue angle of 246.9º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B1168 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 17 | 104 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.59 |
| HSL | 246.9º | 0.72% | 0.24% | - |
| HSV(B) | 246.9º | 0.84% | 0.41% | - |
| XYZ | 3.15 | 1.63 | 13.25 | - |
| YUV | 29.91 | 169.81 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 17 | 104 | 0.74 | 0.84 | 0 | 0.59 | 246.9 | 0.72 | 0.24 |
| Hex | 1B | 11 | 68 | 4A | 54 | 0 | 3B | F7 | 48 | 18 |
| Octal | 33 | 21 | 150 | 112 | 124 | 0 | 73 | 367 | 110 | 30 |
| Binary | 11011 | 10001 | 1101000 | 1001010 | 1010100 | 0 | 111011 | 11110111 | 1001000 | 11000 |
Color Harmonies of #1B1168
Complementary color
Monochromatic Colors of #1B1168
Black with #1B1168
Text Example
Text Example
White with #1B1168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1168; }
p { color: rgb(27,17,104); }
H1.HeaderClassName
{
color: #1B1168;
}
.AnyTagClassName
{
color: #1B1168;
}
</style>
background-color css
<style>
a { background-color: #1B1168; }
a { background-color: rgb(27,17,104); }
div.DivClassName
{
background-color: #1B1168;
}
.BgClassName
{
background-color: #1B1168;
}
</style>
border-color css
<style>
span { border-color: #1B1168; }
span { border-color: rgb(27,17,104); }
td.TdClassName
{
border-color: #1B1168;
}
.TagClassName
{
border-color: #1B1168;
}
</style>