Shades of Medium Blue #0011D2
Tints of Medium Blue #0011D2
RGB
CMYK
RGB Variations
Color information
#0011D2 (or 0x0011D2) is known color: Medium Blue. HEX triplet: 00, 11 and D2. RGB value is (0,17,210). Sum of RGB (Red+Green+Blue) = 0+17+210=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 210 (82.42% from 255 or 92.51% from 227); Max value from RGB is 210 - color contains mainly: blue. Hex color #0011D2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0011D2 is #FFEE2D. Grayscale: #212121. Windows color (decimal): -16772654 or 13766912. OLE color: 13766912.
HSL color Cylindrical-coordinate representation of color #0011D2: hue angle of 235.14º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0011D2 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 17 | 210 | - |
| CMYK | 1 | 0.92 | 0 | 0.18 |
| HSL | 235.14º | 1% | 0.41% | - |
| HSV(B) | 235.14º | 1% | 0.82% | - |
| XYZ | 11.83 | 5.05 | 61.32 | - |
| YUV | 33.92 | 227.37 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 210 | 1 | 0.92 | 0 | 0.18 | 235.14 | 1 | 0.41 |
| Hex | 0 | 11 | D2 | 64 | 5C | 0 | 12 | EB | 64 | 29 |
| Octal | 0 | 21 | 322 | 144 | 134 | 0 | 22 | 353 | 144 | 51 |
| Binary | 0 | 10001 | 11010010 | 1100100 | 1011100 | 0 | 10010 | 11101011 | 1100100 | 101001 |
Color Harmonies of #0011D2
Complementary color
Monochromatic Colors of #0011D2
Black with #0011D2
Text Example
Text Example
White with #0011D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0011D2; }
p { color: rgb(0,17,210); }
H1.HeaderClassName
{
color: #0011D2;
}
.AnyTagClassName
{
color: #0011D2;
}
</style>
background-color css
<style>
a { background-color: #0011D2; }
a { background-color: rgb(0,17,210); }
div.DivClassName
{
background-color: #0011D2;
}
.BgClassName
{
background-color: #0011D2;
}
</style>
border-color css
<style>
span { border-color: #0011D2; }
span { border-color: rgb(0,17,210); }
td.TdClassName
{
border-color: #0011D2;
}
.TagClassName
{
border-color: #0011D2;
}
</style>