Shades of Medium Blue #1210CA
Tints of Medium Blue #1210CA
RGB
CMYK
RGB Variations
Color information
#1210CA (or 0x1210CA) is known color: Medium Blue. HEX triplet: 12, 10 and CA. RGB value is (18,16,202). Sum of RGB (Red+Green+Blue) = 18+16+202=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 202 (79.30% from 255 or 85.59% from 236); Max value from RGB is 202 - color contains mainly: blue. Hex color #1210CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1210CA is #EDEF35. Grayscale: #252525. Windows color (decimal): -15593270 or 13242386. OLE color: 13242386.
HSL color Cylindrical-coordinate representation of color #1210CA: hue angle of 240.65º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1210CA is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 16 | 202 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.21 |
| HSL | 240.65º | 0.85% | 0.43% | - |
| HSV(B) | 240.65º | 0.92% | 0.79% | - |
| XYZ | 11.1 | 4.76 | 56.21 | - |
| YUV | 37.8 | 220.66 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 16 | 202 | 0.91 | 0.92 | 0 | 0.21 | 240.65 | 0.85 | 0.43 |
| Hex | 12 | 10 | CA | 5B | 5C | 0 | 15 | F1 | 55 | 2B |
| Octal | 22 | 20 | 312 | 133 | 134 | 0 | 25 | 361 | 125 | 53 |
| Binary | 10010 | 10000 | 11001010 | 1011011 | 1011100 | 0 | 10101 | 11110001 | 1010101 | 101011 |
Color Harmonies of #1210CA
Complementary color
Monochromatic Colors of #1210CA
Black with #1210CA
Text Example
Text Example
White with #1210CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1210CA; }
p { color: rgb(18,16,202); }
H1.HeaderClassName
{
color: #1210CA;
}
.AnyTagClassName
{
color: #1210CA;
}
</style>
background-color css
<style>
a { background-color: #1210CA; }
a { background-color: rgb(18,16,202); }
div.DivClassName
{
background-color: #1210CA;
}
.BgClassName
{
background-color: #1210CA;
}
</style>
border-color css
<style>
span { border-color: #1210CA; }
span { border-color: rgb(18,16,202); }
td.TdClassName
{
border-color: #1210CA;
}
.TagClassName
{
border-color: #1210CA;
}
</style>