Shades of Midnight Blue #1B106D
Tints of Midnight Blue #1B106D
RGB
CMYK
RGB Variations
Color information
#1B106D (or 0x1B106D) is known color: Midnight Blue. HEX triplet: 1B, 10 and 6D. RGB value is (27,16,109). Sum of RGB (Red+Green+Blue) = 27+16+109=152 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.76% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 109 (42.97% from 255 or 71.71% from 152); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B106D is #E4EF92. Grayscale: #1D1D1D. Windows color (decimal): -15003539 or 7147547. OLE color: 7147547.
HSL color Cylindrical-coordinate representation of color #1B106D: hue angle of 247.1º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B106D is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 27 | 16 | 109 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.57 |
| HSL | 247.1º | 0.74% | 0.25% | - |
| HSV(B) | 247.1º | 0.85% | 0.43% | - |
| XYZ | 3.4 | 1.71 | 14.62 | - |
| YUV | 29.89 | 172.64 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 16 | 109 | 0.75 | 0.85 | 0 | 0.57 | 247.1 | 0.74 | 0.25 |
| Hex | 1B | 10 | 6D | 4B | 55 | 0 | 39 | F7 | 4A | 19 |
| Octal | 33 | 20 | 155 | 113 | 125 | 0 | 71 | 367 | 112 | 31 |
| Binary | 11011 | 10000 | 1101101 | 1001011 | 1010101 | 0 | 111001 | 11110111 | 1001010 | 11001 |
Color Harmonies of #1B106D
Complementary color
Monochromatic Colors of #1B106D
Black with #1B106D
Text Example
Text Example
White with #1B106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B106D; }
p { color: rgb(27,16,109); }
H1.HeaderClassName
{
color: #1B106D;
}
.AnyTagClassName
{
color: #1B106D;
}
</style>
background-color css
<style>
a { background-color: #1B106D; }
a { background-color: rgb(27,16,109); }
div.DivClassName
{
background-color: #1B106D;
}
.BgClassName
{
background-color: #1B106D;
}
</style>
border-color css
<style>
span { border-color: #1B106D; }
span { border-color: rgb(27,16,109); }
td.TdClassName
{
border-color: #1B106D;
}
.TagClassName
{
border-color: #1B106D;
}
</style>