Shades of Medium Blue #1216CA
Tints of Medium Blue #1216CA
RGB
CMYK
RGB Variations
Color information
#1216CA (or 0x1216CA) is known color: Medium Blue. HEX triplet: 12, 16 and CA. RGB value is (18,22,202). Sum of RGB (Red+Green+Blue) = 18+22+202=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 202 (79.30% from 255 or 83.47% from 242); Max value from RGB is 202 - color contains mainly: blue. Hex color #1216CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1216CA is #EDE935. Grayscale: #282828. Windows color (decimal): -15591734 or 13243922. OLE color: 13243922.
HSL color Cylindrical-coordinate representation of color #1216CA: hue angle of 238.7º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1216CA is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 22 | 202 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.21 |
| HSL | 238.7º | 0.84% | 0.43% | - |
| HSV(B) | 238.7º | 0.91% | 0.79% | - |
| XYZ | 11.2 | 4.97 | 56.25 | - |
| YUV | 41.32 | 218.67 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 202 | 0.91 | 0.89 | 0 | 0.21 | 238.7 | 0.84 | 0.43 |
| Hex | 12 | 16 | CA | 5B | 59 | 0 | 15 | EF | 54 | 2B |
| Octal | 22 | 26 | 312 | 133 | 131 | 0 | 25 | 357 | 124 | 53 |
| Binary | 10010 | 10110 | 11001010 | 1011011 | 1011001 | 0 | 10101 | 11101111 | 1010100 | 101011 |
Color Harmonies of #1216CA
Complementary color
Monochromatic Colors of #1216CA
Black with #1216CA
Text Example
Text Example
White with #1216CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1216CA; }
p { color: rgb(18,22,202); }
H1.HeaderClassName
{
color: #1216CA;
}
.AnyTagClassName
{
color: #1216CA;
}
</style>
background-color css
<style>
a { background-color: #1216CA; }
a { background-color: rgb(18,22,202); }
div.DivClassName
{
background-color: #1216CA;
}
.BgClassName
{
background-color: #1216CA;
}
</style>
border-color css
<style>
span { border-color: #1216CA; }
span { border-color: rgb(18,22,202); }
td.TdClassName
{
border-color: #1216CA;
}
.TagClassName
{
border-color: #1216CA;
}
</style>