Shades of Blue #1206EC
Tints of Blue #1206EC
RGB
CMYK
RGB Variations
Color information
#1206EC (or 0x1206EC) is known color: Blue. HEX triplet: 12, 06 and EC. RGB value is (18,6,236). Sum of RGB (Red+Green+Blue) = 18+6+236=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 236 (92.58% from 255 or 90.77% from 260); Max value from RGB is 236 - color contains mainly: blue. Hex color #1206EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1206EC is #EDF913. Grayscale: #222222. Windows color (decimal): -15595796 or 15468050. OLE color: 15468050.
HSL color Cylindrical-coordinate representation of color #1206EC: hue angle of 243.13º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1206EC is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 6 | 236 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.07 |
| HSL | 243.13º | 0.95% | 0.47% | - |
| HSV(B) | 243.13º | 0.97% | 0.93% | - |
| XYZ | 15.45 | 6.31 | 79.76 | - |
| YUV | 35.81 | 240.98 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 6 | 236 | 0.92 | 0.97 | 0 | 0.07 | 243.13 | 0.95 | 0.47 |
| Hex | 12 | 6 | EC | 5C | 61 | 0 | 7 | F3 | 5F | 2F |
| Octal | 22 | 6 | 354 | 134 | 141 | 0 | 7 | 363 | 137 | 57 |
| Binary | 10010 | 110 | 11101100 | 1011100 | 1100001 | 0 | 111 | 11110011 | 1011111 | 101111 |
Color Harmonies of #1206EC
Complementary color
Monochromatic Colors of #1206EC
Black with #1206EC
Text Example
Text Example
White with #1206EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1206EC; }
p { color: rgb(18,6,236); }
H1.HeaderClassName
{
color: #1206EC;
}
.AnyTagClassName
{
color: #1206EC;
}
</style>
background-color css
<style>
a { background-color: #1206EC; }
a { background-color: rgb(18,6,236); }
div.DivClassName
{
background-color: #1206EC;
}
.BgClassName
{
background-color: #1206EC;
}
</style>
border-color css
<style>
span { border-color: #1206EC; }
span { border-color: rgb(18,6,236); }
td.TdClassName
{
border-color: #1206EC;
}
.TagClassName
{
border-color: #1206EC;
}
</style>