Shades of Blue #1203EC
Tints of Blue #1203EC
RGB
CMYK
RGB Variations
Color information
#1203EC (or 0x1203EC) is known color: Blue. HEX triplet: 12, 03 and EC. RGB value is (18,3,236). Sum of RGB (Red+Green+Blue) = 18+3+236=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 236 (92.58% from 255 or 91.83% from 257); Max value from RGB is 236 - color contains mainly: blue. Hex color #1203EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1203EC is #EDFC13. Grayscale: #212121. Windows color (decimal): -15596564 or 15467282. OLE color: 15467282.
HSL color Cylindrical-coordinate representation of color #1203EC: hue angle of 243.86º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1203EC is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 3 | 236 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.07 |
| HSL | 243.86º | 0.97% | 0.47% | - |
| HSV(B) | 243.86º | 0.99% | 0.93% | - |
| XYZ | 15.42 | 6.25 | 79.75 | - |
| YUV | 34.05 | 241.97 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 236 | 0.92 | 0.99 | 0 | 0.07 | 243.86 | 0.97 | 0.47 |
| Hex | 12 | 3 | EC | 5C | 63 | 0 | 7 | F4 | 61 | 2F |
| Octal | 22 | 3 | 354 | 134 | 143 | 0 | 7 | 364 | 141 | 57 |
| Binary | 10010 | 11 | 11101100 | 1011100 | 1100011 | 0 | 111 | 11110100 | 1100001 | 101111 |
Color Harmonies of #1203EC
Complementary color
Monochromatic Colors of #1203EC
Black with #1203EC
Text Example
Text Example
White with #1203EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1203EC; }
p { color: rgb(18,3,236); }
H1.HeaderClassName
{
color: #1203EC;
}
.AnyTagClassName
{
color: #1203EC;
}
</style>
background-color css
<style>
a { background-color: #1203EC; }
a { background-color: rgb(18,3,236); }
div.DivClassName
{
background-color: #1203EC;
}
.BgClassName
{
background-color: #1203EC;
}
</style>
border-color css
<style>
span { border-color: #1203EC; }
span { border-color: rgb(18,3,236); }
td.TdClassName
{
border-color: #1203EC;
}
.TagClassName
{
border-color: #1203EC;
}
</style>