Shades of Midnight Blue #1B206D
Tints of Midnight Blue #1B206D
RGB
CMYK
RGB Variations
Color information
#1B206D (or 0x1B206D) is known color: Midnight Blue. HEX triplet: 1B, 20 and 6D. RGB value is (27,32,109). Sum of RGB (Red+Green+Blue) = 27+32+109=168 (22% of max value = 765). Red value is 27 (10.94% from 255 or 16.07% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 109 (42.97% from 255 or 64.88% from 168); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B206D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B206D is #E4DF92. Grayscale: #262626. Windows color (decimal): -14999443 or 7151643. OLE color: 7151643.
HSL color Cylindrical-coordinate representation of color #1B206D: hue angle of 236.34º degrees, saturation: 0.6, 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 #1B206D is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 27 | 32 | 109 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.57 |
| HSL | 236.34º | 0.6% | 0.27% | - |
| HSV(B) | 236.34º | 0.75% | 0.43% | - |
| XYZ | 3.73 | 2.37 | 14.73 | - |
| YUV | 39.28 | 167.34 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 32 | 109 | 0.75 | 0.71 | 0 | 0.57 | 236.34 | 0.6 | 0.27 |
| Hex | 1B | 20 | 6D | 4B | 47 | 0 | 39 | EC | 3C | 1B |
| Octal | 33 | 40 | 155 | 113 | 107 | 0 | 71 | 354 | 74 | 33 |
| Binary | 11011 | 100000 | 1101101 | 1001011 | 1000111 | 0 | 111001 | 11101100 | 111100 | 11011 |
Color Harmonies of #1B206D
Complementary color
Monochromatic Colors of #1B206D
Black with #1B206D
Text Example
Text Example
White with #1B206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B206D; }
p { color: rgb(27,32,109); }
H1.HeaderClassName
{
color: #1B206D;
}
.AnyTagClassName
{
color: #1B206D;
}
</style>
background-color css
<style>
a { background-color: #1B206D; }
a { background-color: rgb(27,32,109); }
div.DivClassName
{
background-color: #1B206D;
}
.BgClassName
{
background-color: #1B206D;
}
</style>
border-color css
<style>
span { border-color: #1B206D; }
span { border-color: rgb(27,32,109); }
td.TdClassName
{
border-color: #1B206D;
}
.TagClassName
{
border-color: #1B206D;
}
</style>