Shades of Medium Blue #1210CE
Tints of Medium Blue #1210CE
RGB
CMYK
RGB Variations
Color information
#1210CE (or 0x1210CE) is known color: Medium Blue. HEX triplet: 12, 10 and CE. RGB value is (18,16,206). Sum of RGB (Red+Green+Blue) = 18+16+206=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 206 (80.86% from 255 or 85.83% from 240); Max value from RGB is 206 - color contains mainly: blue. Hex color #1210CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1210CE is #EDEF31. Grayscale: #252525. Windows color (decimal): -15593266 or 13504530. OLE color: 13504530.
HSL color Cylindrical-coordinate representation of color #1210CE: hue angle of 240.63º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1210CE is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 16 | 206 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.19 |
| HSL | 240.63º | 0.86% | 0.44% | - |
| HSV(B) | 240.63º | 0.92% | 0.81% | - |
| XYZ | 11.58 | 4.96 | 58.74 | - |
| YUV | 38.26 | 222.66 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 16 | 206 | 0.91 | 0.92 | 0 | 0.19 | 240.63 | 0.86 | 0.44 |
| Hex | 12 | 10 | CE | 5B | 5C | 0 | 13 | F1 | 56 | 2C |
| Octal | 22 | 20 | 316 | 133 | 134 | 0 | 23 | 361 | 126 | 54 |
| Binary | 10010 | 10000 | 11001110 | 1011011 | 1011100 | 0 | 10011 | 11110001 | 1010110 | 101100 |
Color Harmonies of #1210CE
Complementary color
Monochromatic Colors of #1210CE
Black with #1210CE
Text Example
Text Example
White with #1210CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1210CE; }
p { color: rgb(18,16,206); }
H1.HeaderClassName
{
color: #1210CE;
}
.AnyTagClassName
{
color: #1210CE;
}
</style>
background-color css
<style>
a { background-color: #1210CE; }
a { background-color: rgb(18,16,206); }
div.DivClassName
{
background-color: #1210CE;
}
.BgClassName
{
background-color: #1210CE;
}
</style>
border-color css
<style>
span { border-color: #1210CE; }
span { border-color: rgb(18,16,206); }
td.TdClassName
{
border-color: #1210CE;
}
.TagClassName
{
border-color: #1210CE;
}
</style>