Shades of Medium Blue #1002C0
Tints of Medium Blue #1002C0
RGB
CMYK
RGB Variations
Color information
#1002C0 (or 0x1002C0) is known color: Medium Blue. HEX triplet: 10, 02 and C0. RGB value is (16,2,192). Sum of RGB (Red+Green+Blue) = 16+2+192=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 192 (75.39% from 255 or 91.43% from 210); Max value from RGB is 192 - color contains mainly: blue. Hex color #1002C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1002C0 is #EFFD3F. Grayscale: #1B1B1B. Windows color (decimal): -15727936 or 12583440. OLE color: 12583440.
HSL color Cylindrical-coordinate representation of color #1002C0: hue angle of 244.42º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1002C0 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 2 | 192 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.25 |
| HSL | 244.42º | 0.98% | 0.38% | - |
| HSV(B) | 244.42º | 0.99% | 0.75% | - |
| XYZ | 9.75 | 3.96 | 50.12 | - |
| YUV | 27.85 | 220.64 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 192 | 0.92 | 0.99 | 0 | 0.25 | 244.42 | 0.98 | 0.38 |
| Hex | 10 | 2 | C0 | 5C | 63 | 0 | 19 | F4 | 62 | 26 |
| Octal | 20 | 2 | 300 | 134 | 143 | 0 | 31 | 364 | 142 | 46 |
| Binary | 10000 | 10 | 11000000 | 1011100 | 1100011 | 0 | 11001 | 11110100 | 1100010 | 100110 |
Color Harmonies of #1002C0
Complementary color
Monochromatic Colors of #1002C0
Black with #1002C0
Text Example
Text Example
White with #1002C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1002C0; }
p { color: rgb(16,2,192); }
H1.HeaderClassName
{
color: #1002C0;
}
.AnyTagClassName
{
color: #1002C0;
}
</style>
background-color css
<style>
a { background-color: #1002C0; }
a { background-color: rgb(16,2,192); }
div.DivClassName
{
background-color: #1002C0;
}
.BgClassName
{
background-color: #1002C0;
}
</style>
border-color css
<style>
span { border-color: #1002C0; }
span { border-color: rgb(16,2,192); }
td.TdClassName
{
border-color: #1002C0;
}
.TagClassName
{
border-color: #1002C0;
}
</style>