Shades of Medium Blue #0010CC
Tints of Medium Blue #0010CC
RGB
CMYK
RGB Variations
Color information
#0010CC (or 0x0010CC) is known color: Medium Blue. HEX triplet: 00, 10 and CC. RGB value is (0,16,204). Sum of RGB (Red+Green+Blue) = 0+16+204=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 204 (80.08% from 255 or 92.73% from 220); Max value from RGB is 204 - color contains mainly: blue. Hex color #0010CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0010CC is #FFEF33. Grayscale: #1F1F1F. Windows color (decimal): -16772916 or 13373440. OLE color: 13373440.
HSL color Cylindrical-coordinate representation of color #0010CC: hue angle of 235.29º 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 #0010CC is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 16 | 204 | - |
| CMYK | 1 | 0.92 | 0 | 0.2 |
| HSL | 235.29º | 1% | 0.4% | - |
| HSV(B) | 235.29º | 1% | 0.8% | - |
| XYZ | 11.08 | 4.73 | 57.46 | - |
| YUV | 32.65 | 224.7 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 204 | 1 | 0.92 | 0 | 0.2 | 235.29 | 1 | 0.4 |
| Hex | 0 | 10 | CC | 64 | 5C | 0 | 14 | EB | 64 | 28 |
| Octal | 0 | 20 | 314 | 144 | 134 | 0 | 24 | 353 | 144 | 50 |
| Binary | 0 | 10000 | 11001100 | 1100100 | 1011100 | 0 | 10100 | 11101011 | 1100100 | 101000 |
Color Harmonies of #0010CC
Complementary color
Monochromatic Colors of #0010CC
Black with #0010CC
Text Example
Text Example
White with #0010CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0010CC; }
p { color: rgb(0,16,204); }
H1.HeaderClassName
{
color: #0010CC;
}
.AnyTagClassName
{
color: #0010CC;
}
</style>
background-color css
<style>
a { background-color: #0010CC; }
a { background-color: rgb(0,16,204); }
div.DivClassName
{
background-color: #0010CC;
}
.BgClassName
{
background-color: #0010CC;
}
</style>
border-color css
<style>
span { border-color: #0010CC; }
span { border-color: rgb(0,16,204); }
td.TdClassName
{
border-color: #0010CC;
}
.TagClassName
{
border-color: #0010CC;
}
</style>