Shades of Midnight Blue #1B1076
Tints of Midnight Blue #1B1076
RGB
CMYK
RGB Variations
Color information
#1B1076 (or 0x1B1076) is known color: Midnight Blue. HEX triplet: 1B, 10 and 76. RGB value is (27,16,118). Sum of RGB (Red+Green+Blue) = 27+16+118=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 118 (46.48% from 255 or 73.29% from 161); Max value from RGB is 118 - color contains mainly: blue. Hex color #1B1076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1076 is #E4EF89. Grayscale: #1E1E1E. Windows color (decimal): -15003530 or 7737371. OLE color: 7737371.
HSL color Cylindrical-coordinate representation of color #1B1076: hue angle of 246.47º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B1076 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 16 | 118 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.54 |
| HSL | 246.47º | 0.76% | 0.26% | - |
| HSV(B) | 246.47º | 0.86% | 0.46% | - |
| XYZ | 3.91 | 1.91 | 17.3 | - |
| YUV | 30.92 | 177.14 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 16 | 118 | 0.77 | 0.86 | 0 | 0.54 | 246.47 | 0.76 | 0.26 |
| Hex | 1B | 10 | 76 | 4D | 56 | 0 | 36 | F6 | 4C | 1A |
| Octal | 33 | 20 | 166 | 115 | 126 | 0 | 66 | 366 | 114 | 32 |
| Binary | 11011 | 10000 | 1110110 | 1001101 | 1010110 | 0 | 110110 | 11110110 | 1001100 | 11010 |
Color Harmonies of #1B1076
Complementary color
Monochromatic Colors of #1B1076
Black with #1B1076
Text Example
Text Example
White with #1B1076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1076; }
p { color: rgb(27,16,118); }
H1.HeaderClassName
{
color: #1B1076;
}
.AnyTagClassName
{
color: #1B1076;
}
</style>
background-color css
<style>
a { background-color: #1B1076; }
a { background-color: rgb(27,16,118); }
div.DivClassName
{
background-color: #1B1076;
}
.BgClassName
{
background-color: #1B1076;
}
</style>
border-color css
<style>
span { border-color: #1B1076; }
span { border-color: rgb(27,16,118); }
td.TdClassName
{
border-color: #1B1076;
}
.TagClassName
{
border-color: #1B1076;
}
</style>