Shades of Medium Blue #1211B6
Tints of Medium Blue #1211B6
RGB
CMYK
RGB Variations
Color information
#1211B6 (or 0x1211B6) is known color: Medium Blue. HEX triplet: 12, 11 and B6. RGB value is (18,17,182). Sum of RGB (Red+Green+Blue) = 18+17+182=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 182 (71.48% from 255 or 83.87% from 217); Max value from RGB is 182 - color contains mainly: blue. Hex color #1211B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1211B6 is #EDEE49. Grayscale: #232323. Windows color (decimal): -15593034 or 11931922. OLE color: 11931922.
HSL color Cylindrical-coordinate representation of color #1211B6: hue angle of 240.36º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1211B6 is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 17 | 182 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.29 |
| HSL | 240.36º | 0.83% | 0.39% | - |
| HSV(B) | 240.36º | 0.91% | 0.71% | - |
| XYZ | 8.89 | 3.91 | 44.54 | - |
| YUV | 36.11 | 210.33 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 17 | 182 | 0.90 | 0.91 | 0 | 0.29 | 240.36 | 0.83 | 0.39 |
| Hex | 12 | 11 | B6 | 5A | 5B | 0 | 1D | F0 | 53 | 27 |
| Octal | 22 | 21 | 266 | 132 | 133 | 0 | 35 | 360 | 123 | 47 |
| Binary | 10010 | 10001 | 10110110 | 1011010 | 1011011 | 0 | 11101 | 11110000 | 1010011 | 100111 |
Color Harmonies of #1211B6
Complementary color
Monochromatic Colors of #1211B6
Black with #1211B6
Text Example
Text Example
White with #1211B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1211B6; }
p { color: rgb(18,17,182); }
H1.HeaderClassName
{
color: #1211B6;
}
.AnyTagClassName
{
color: #1211B6;
}
</style>
background-color css
<style>
a { background-color: #1211B6; }
a { background-color: rgb(18,17,182); }
div.DivClassName
{
background-color: #1211B6;
}
.BgClassName
{
background-color: #1211B6;
}
</style>
border-color css
<style>
span { border-color: #1211B6; }
span { border-color: rgb(18,17,182); }
td.TdClassName
{
border-color: #1211B6;
}
.TagClassName
{
border-color: #1211B6;
}
</style>