Shades of Medium Blue #0011CC
Tints of Medium Blue #0011CC
RGB
CMYK
RGB Variations
Color information
#0011CC (or 0x0011CC) is known color: Medium Blue. HEX triplet: 00, 11 and CC. RGB value is (0,17,204). Sum of RGB (Red+Green+Blue) = 0+17+204=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 204 (80.08% from 255 or 92.31% from 221); Max value from RGB is 204 - color contains mainly: blue. Hex color #0011CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0011CC is #FFEE33. Grayscale: #202020. Windows color (decimal): -16772660 or 13373696. OLE color: 13373696.
HSL color Cylindrical-coordinate representation of color #0011CC: hue angle of 235º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0011CC is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 17 | 204 | - |
| CMYK | 1 | 0.92 | 0 | 0.2 |
| HSL | 235º | 1% | 0.4% | - |
| HSV(B) | 235º | 1% | 0.8% | - |
| XYZ | 11.1 | 4.76 | 57.46 | - |
| YUV | 33.24 | 224.37 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 204 | 1 | 0.92 | 0 | 0.2 | 235 | 1 | 0.4 |
| Hex | 0 | 11 | CC | 64 | 5C | 0 | 14 | EB | 64 | 28 |
| Octal | 0 | 21 | 314 | 144 | 134 | 0 | 24 | 353 | 144 | 50 |
| Binary | 0 | 10001 | 11001100 | 1100100 | 1011100 | 0 | 10100 | 11101011 | 1100100 | 101000 |
Color Harmonies of #0011CC
Complementary color
Monochromatic Colors of #0011CC
Black with #0011CC
Text Example
Text Example
White with #0011CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0011CC; }
p { color: rgb(0,17,204); }
H1.HeaderClassName
{
color: #0011CC;
}
.AnyTagClassName
{
color: #0011CC;
}
</style>
background-color css
<style>
a { background-color: #0011CC; }
a { background-color: rgb(0,17,204); }
div.DivClassName
{
background-color: #0011CC;
}
.BgClassName
{
background-color: #0011CC;
}
</style>
border-color css
<style>
span { border-color: #0011CC; }
span { border-color: rgb(0,17,204); }
td.TdClassName
{
border-color: #0011CC;
}
.TagClassName
{
border-color: #0011CC;
}
</style>