Shades of Midnight Blue #1B1D6E
Tints of Midnight Blue #1B1D6E
RGB
CMYK
RGB Variations
Color information
#1B1D6E (or 0x1B1D6E) is known color: Midnight Blue. HEX triplet: 1B, 1D and 6E. RGB value is (27,29,110). Sum of RGB (Red+Green+Blue) = 27+29+110=166 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.27% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 110 (43.36% from 255 or 66.27% from 166); Max value from RGB is 110 - color contains mainly: blue. Hex color #1B1D6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B1D6E is #E4E291. Grayscale: #252525. Windows color (decimal): -15000210 or 7216411. OLE color: 7216411.
HSL color Cylindrical-coordinate representation of color #1B1D6E: hue angle of 238.55º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B1D6E is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 27 | 29 | 110 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.57 |
| HSL | 238.55º | 0.61% | 0.27% | - |
| HSV(B) | 238.55º | 0.75% | 0.43% | - |
| XYZ | 3.71 | 2.24 | 14.99 | - |
| YUV | 37.64 | 168.84 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 29 | 110 | 0.75 | 0.74 | 0 | 0.57 | 238.55 | 0.61 | 0.27 |
| Hex | 1B | 1D | 6E | 4B | 4A | 0 | 39 | EF | 3D | 1B |
| Octal | 33 | 35 | 156 | 113 | 112 | 0 | 71 | 357 | 75 | 33 |
| Binary | 11011 | 11101 | 1101110 | 1001011 | 1001010 | 0 | 111001 | 11101111 | 111101 | 11011 |
Color Harmonies of #1B1D6E
Complementary color
Monochromatic Colors of #1B1D6E
Black with #1B1D6E
Text Example
Text Example
White with #1B1D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1D6E; }
p { color: rgb(27,29,110); }
H1.HeaderClassName
{
color: #1B1D6E;
}
.AnyTagClassName
{
color: #1B1D6E;
}
</style>
background-color css
<style>
a { background-color: #1B1D6E; }
a { background-color: rgb(27,29,110); }
div.DivClassName
{
background-color: #1B1D6E;
}
.BgClassName
{
background-color: #1B1D6E;
}
</style>
border-color css
<style>
span { border-color: #1B1D6E; }
span { border-color: rgb(27,29,110); }
td.TdClassName
{
border-color: #1B1D6E;
}
.TagClassName
{
border-color: #1B1D6E;
}
</style>