Shades of Blue #1213EC
Tints of Blue #1213EC
RGB
CMYK
RGB Variations
Color information
#1213EC (or 0x1213EC) is known color: Blue. HEX triplet: 12, 13 and EC. RGB value is (18,19,236). Sum of RGB (Red+Green+Blue) = 18+19+236=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 236 (92.58% from 255 or 86.45% from 273); Max value from RGB is 236 - color contains mainly: blue. Hex color #1213EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1213EC is #EDEC13. Grayscale: #2A2A2A. Windows color (decimal): -15592468 or 15471378. OLE color: 15471378.
HSL color Cylindrical-coordinate representation of color #1213EC: hue angle of 239.72º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1213EC is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 19 | 236 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.07 |
| HSL | 239.72º | 0.86% | 0.5% | - |
| HSV(B) | 239.72º | 0.92% | 0.93% | - |
| XYZ | 15.62 | 6.65 | 79.82 | - |
| YUV | 43.44 | 236.67 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 236 | 0.92 | 0.92 | 0 | 0.07 | 239.72 | 0.86 | 0.5 |
| Hex | 12 | 13 | EC | 5C | 5C | 0 | 7 | F0 | 56 | 32 |
| Octal | 22 | 23 | 354 | 134 | 134 | 0 | 7 | 360 | 126 | 62 |
| Binary | 10010 | 10011 | 11101100 | 1011100 | 1011100 | 0 | 111 | 11110000 | 1010110 | 110010 |
Color Harmonies of #1213EC
Complementary color
Monochromatic Colors of #1213EC
Black with #1213EC
Text Example
Text Example
White with #1213EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1213EC; }
p { color: rgb(18,19,236); }
H1.HeaderClassName
{
color: #1213EC;
}
.AnyTagClassName
{
color: #1213EC;
}
</style>
background-color css
<style>
a { background-color: #1213EC; }
a { background-color: rgb(18,19,236); }
div.DivClassName
{
background-color: #1213EC;
}
.BgClassName
{
background-color: #1213EC;
}
</style>
border-color css
<style>
span { border-color: #1213EC; }
span { border-color: rgb(18,19,236); }
td.TdClassName
{
border-color: #1213EC;
}
.TagClassName
{
border-color: #1213EC;
}
</style>