Shades of Medium Blue #0011CE
Tints of Medium Blue #0011CE
RGB
CMYK
RGB Variations
Color information
#0011CE (or 0x0011CE) is known color: Medium Blue. HEX triplet: 00, 11 and CE. RGB value is (0,17,206). Sum of RGB (Red+Green+Blue) = 0+17+206=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 206 (80.86% from 255 or 92.38% from 223); Max value from RGB is 206 - color contains mainly: blue. Hex color #0011CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0011CE is #FFEE31. Grayscale: #202020. Windows color (decimal): -16772658 or 13504768. OLE color: 13504768.
HSL color Cylindrical-coordinate representation of color #0011CE: hue angle of 235.05º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0011CE is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 17 | 206 | - |
| CMYK | 1 | 0.92 | 0 | 0.19 |
| HSL | 235.05º | 1% | 0.4% | - |
| HSV(B) | 235.05º | 1% | 0.81% | - |
| XYZ | 11.34 | 4.86 | 58.73 | - |
| YUV | 33.46 | 225.37 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 206 | 1 | 0.92 | 0 | 0.19 | 235.05 | 1 | 0.4 |
| Hex | 0 | 11 | CE | 64 | 5C | 0 | 13 | EB | 64 | 28 |
| Octal | 0 | 21 | 316 | 144 | 134 | 0 | 23 | 353 | 144 | 50 |
| Binary | 0 | 10001 | 11001110 | 1100100 | 1011100 | 0 | 10011 | 11101011 | 1100100 | 101000 |
Color Harmonies of #0011CE
Complementary color
Monochromatic Colors of #0011CE
Black with #0011CE
Text Example
Text Example
White with #0011CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0011CE; }
p { color: rgb(0,17,206); }
H1.HeaderClassName
{
color: #0011CE;
}
.AnyTagClassName
{
color: #0011CE;
}
</style>
background-color css
<style>
a { background-color: #0011CE; }
a { background-color: rgb(0,17,206); }
div.DivClassName
{
background-color: #0011CE;
}
.BgClassName
{
background-color: #0011CE;
}
</style>
border-color css
<style>
span { border-color: #0011CE; }
span { border-color: rgb(0,17,206); }
td.TdClassName
{
border-color: #0011CE;
}
.TagClassName
{
border-color: #0011CE;
}
</style>