Shades of Midnight Blue #1B0B68
Tints of Midnight Blue #1B0B68
RGB
CMYK
RGB Variations
Color information
#1B0B68 (or 0x1B0B68) is known color: Midnight Blue. HEX triplet: 1B, 0B and 68. RGB value is (27,11,104). Sum of RGB (Red+Green+Blue) = 27+11+104=142 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.01% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #1B0B68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0B68 is #E4F497. Grayscale: #1A1A1A. Windows color (decimal): -15004824 or 6818587. OLE color: 6818587.
HSL color Cylindrical-coordinate representation of color #1B0B68: hue angle of 250.32º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B0B68 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 11 | 104 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.59 |
| HSL | 250.32º | 0.81% | 0.23% | - |
| HSV(B) | 250.32º | 0.89% | 0.41% | - |
| XYZ | 3.07 | 1.47 | 13.22 | - |
| YUV | 26.39 | 171.8 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 11 | 104 | 0.74 | 0.89 | 0 | 0.59 | 250.32 | 0.81 | 0.23 |
| Hex | 1B | B | 68 | 4A | 59 | 0 | 3B | FA | 51 | 17 |
| Octal | 33 | 13 | 150 | 112 | 131 | 0 | 73 | 372 | 121 | 27 |
| Binary | 11011 | 1011 | 1101000 | 1001010 | 1011001 | 0 | 111011 | 11111010 | 1010001 | 10111 |
Color Harmonies of #1B0B68
Complementary color
Monochromatic Colors of #1B0B68
Black with #1B0B68
Text Example
Text Example
White with #1B0B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0B68; }
p { color: rgb(27,11,104); }
H1.HeaderClassName
{
color: #1B0B68;
}
.AnyTagClassName
{
color: #1B0B68;
}
</style>
background-color css
<style>
a { background-color: #1B0B68; }
a { background-color: rgb(27,11,104); }
div.DivClassName
{
background-color: #1B0B68;
}
.BgClassName
{
background-color: #1B0B68;
}
</style>
border-color css
<style>
span { border-color: #1B0B68; }
span { border-color: rgb(27,11,104); }
td.TdClassName
{
border-color: #1B0B68;
}
.TagClassName
{
border-color: #1B0B68;
}
</style>