Shades of Medium Blue #1002CC
Tints of Medium Blue #1002CC
RGB
CMYK
RGB Variations
Color information
#1002CC (or 0x1002CC) is known color: Medium Blue. HEX triplet: 10, 02 and CC. RGB value is (16,2,204). Sum of RGB (Red+Green+Blue) = 16+2+204=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 204 (80.08% from 255 or 91.89% from 222); Max value from RGB is 204 - color contains mainly: blue. Hex color #1002CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1002CC is #EFFD33. Grayscale: #1C1C1C. Windows color (decimal): -15727924 or 13369872. OLE color: 13369872.
HSL color Cylindrical-coordinate representation of color #1002CC: hue angle of 244.16º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1002CC is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 2 | 204 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.2 |
| HSL | 244.16º | 0.98% | 0.4% | - |
| HSV(B) | 244.16º | 0.99% | 0.8% | - |
| XYZ | 11.13 | 4.51 | 57.41 | - |
| YUV | 29.21 | 226.64 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 204 | 0.92 | 0.99 | 0 | 0.2 | 244.16 | 0.98 | 0.4 |
| Hex | 10 | 2 | CC | 5C | 63 | 0 | 14 | F4 | 62 | 28 |
| Octal | 20 | 2 | 314 | 134 | 143 | 0 | 24 | 364 | 142 | 50 |
| Binary | 10000 | 10 | 11001100 | 1011100 | 1100011 | 0 | 10100 | 11110100 | 1100010 | 101000 |
Color Harmonies of #1002CC
Complementary color
Monochromatic Colors of #1002CC
Black with #1002CC
Text Example
Text Example
White with #1002CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1002CC; }
p { color: rgb(16,2,204); }
H1.HeaderClassName
{
color: #1002CC;
}
.AnyTagClassName
{
color: #1002CC;
}
</style>
background-color css
<style>
a { background-color: #1002CC; }
a { background-color: rgb(16,2,204); }
div.DivClassName
{
background-color: #1002CC;
}
.BgClassName
{
background-color: #1002CC;
}
</style>
border-color css
<style>
span { border-color: #1002CC; }
span { border-color: rgb(16,2,204); }
td.TdClassName
{
border-color: #1002CC;
}
.TagClassName
{
border-color: #1002CC;
}
</style>