Shades of Medium Blue #0011BC
Tints of Medium Blue #0011BC
RGB
CMYK
RGB Variations
Color information
#0011BC (or 0x0011BC) is known color: Medium Blue. HEX triplet: 00, 11 and BC. RGB value is (0,17,188). Sum of RGB (Red+Green+Blue) = 0+17+188=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 188 (73.83% from 255 or 91.71% from 205); Max value from RGB is 188 - color contains mainly: blue. Hex color #0011BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0011BC is #FFEE43. Grayscale: #1E1E1E. Windows color (decimal): -16772676 or 12325120. OLE color: 12325120.
HSL color Cylindrical-coordinate representation of color #0011BC: hue angle of 234.57º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0011BC is Cyan = 1, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 17 | 188 | - |
| CMYK | 1 | 0.91 | 0 | 0.26 |
| HSL | 234.57º | 1% | 0.37% | - |
| HSV(B) | 234.57º | 1% | 0.74% | - |
| XYZ | 9.28 | 4.03 | 47.87 | - |
| YUV | 31.41 | 216.37 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 188 | 1 | 0.91 | 0 | 0.26 | 234.57 | 1 | 0.37 |
| Hex | 0 | 11 | BC | 64 | 5B | 0 | 1A | EB | 64 | 25 |
| Octal | 0 | 21 | 274 | 144 | 133 | 0 | 32 | 353 | 144 | 45 |
| Binary | 0 | 10001 | 10111100 | 1100100 | 1011011 | 0 | 11010 | 11101011 | 1100100 | 100101 |
Color Harmonies of #0011BC
Complementary color
Monochromatic Colors of #0011BC
Black with #0011BC
Text Example
Text Example
White with #0011BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0011BC; }
p { color: rgb(0,17,188); }
H1.HeaderClassName
{
color: #0011BC;
}
.AnyTagClassName
{
color: #0011BC;
}
</style>
background-color css
<style>
a { background-color: #0011BC; }
a { background-color: rgb(0,17,188); }
div.DivClassName
{
background-color: #0011BC;
}
.BgClassName
{
background-color: #0011BC;
}
</style>
border-color css
<style>
span { border-color: #0011BC; }
span { border-color: rgb(0,17,188); }
td.TdClassName
{
border-color: #0011BC;
}
.TagClassName
{
border-color: #0011BC;
}
</style>