Shades of Medium Blue #0211B6
Tints of Medium Blue #0211B6
RGB
CMYK
RGB Variations
Color information
#0211B6 (or 0x0211B6) is known color: Medium Blue. HEX triplet: 02, 11 and B6. RGB value is (2,17,182). Sum of RGB (Red+Green+Blue) = 2+17+182=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 182 (71.48% from 255 or 90.55% from 201); Max value from RGB is 182 - color contains mainly: blue. Hex color #0211B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0211B6 is #FDEE49. Grayscale: #1E1E1E. Windows color (decimal): -16641610 or 11931906. OLE color: 11931906.
HSL color Cylindrical-coordinate representation of color #0211B6: hue angle of 235º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0211B6 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 17 | 182 | - |
| CMYK | 0.99 | 0.91 | 0 | 0.29 |
| HSL | 235º | 0.98% | 0.36% | - |
| HSV(B) | 235º | 0.99% | 0.71% | - |
| XYZ | 8.67 | 3.79 | 44.53 | - |
| YUV | 31.33 | 213.03 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 182 | 0.99 | 0.91 | 0 | 0.29 | 235 | 0.98 | 0.36 |
| Hex | 2 | 11 | B6 | 63 | 5B | 0 | 1D | EB | 62 | 24 |
| Octal | 2 | 21 | 266 | 143 | 133 | 0 | 35 | 353 | 142 | 44 |
| Binary | 10 | 10001 | 10110110 | 1100011 | 1011011 | 0 | 11101 | 11101011 | 1100010 | 100100 |
Color Harmonies of #0211B6
Complementary color
Monochromatic Colors of #0211B6
Black with #0211B6
Text Example
Text Example
White with #0211B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0211B6; }
p { color: rgb(2,17,182); }
H1.HeaderClassName
{
color: #0211B6;
}
.AnyTagClassName
{
color: #0211B6;
}
</style>
background-color css
<style>
a { background-color: #0211B6; }
a { background-color: rgb(2,17,182); }
div.DivClassName
{
background-color: #0211B6;
}
.BgClassName
{
background-color: #0211B6;
}
</style>
border-color css
<style>
span { border-color: #0211B6; }
span { border-color: rgb(2,17,182); }
td.TdClassName
{
border-color: #0211B6;
}
.TagClassName
{
border-color: #0211B6;
}
</style>