Shades of Persian Blue #103CEC
Tints of Persian Blue #103CEC
RGB
CMYK
RGB Variations
Color information
#103CEC (or 0x103CEC) is known color: Persian Blue. HEX triplet: 10, 3C and EC. RGB value is (16,60,236). Sum of RGB (Red+Green+Blue) = 16+60+236=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 236 (92.58% from 255 or 75.64% from 312); Max value from RGB is 236 - color contains mainly: blue. Hex color #103CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103CEC is #EFC313. Grayscale: #424242. Windows color (decimal): -15713044 or 15481872. OLE color: 15481872.
HSL color Cylindrical-coordinate representation of color #103CEC: hue angle of 228º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103CEC is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 60 | 236 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.07 |
| HSL | 228º | 0.87% | 0.49% | - |
| HSV(B) | 228º | 0.93% | 0.93% | - |
| XYZ | 16.97 | 9.4 | 80.28 | - |
| YUV | 66.91 | 223.42 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 236 | 0.93 | 0.75 | 0 | 0.07 | 228 | 0.87 | 0.49 |
| Hex | 10 | 3C | EC | 5D | 4B | 0 | 7 | E4 | 57 | 31 |
| Octal | 20 | 74 | 354 | 135 | 113 | 0 | 7 | 344 | 127 | 61 |
| Binary | 10000 | 111100 | 11101100 | 1011101 | 1001011 | 0 | 111 | 11100100 | 1010111 | 110001 |
Color Harmonies of #103CEC
Complementary color
Monochromatic Colors of #103CEC
Black with #103CEC
Text Example
Text Example
White with #103CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103CEC; }
p { color: rgb(16,60,236); }
H1.HeaderClassName
{
color: #103CEC;
}
.AnyTagClassName
{
color: #103CEC;
}
</style>
background-color css
<style>
a { background-color: #103CEC; }
a { background-color: rgb(16,60,236); }
div.DivClassName
{
background-color: #103CEC;
}
.BgClassName
{
background-color: #103CEC;
}
</style>
border-color css
<style>
span { border-color: #103CEC; }
span { border-color: rgb(16,60,236); }
td.TdClassName
{
border-color: #103CEC;
}
.TagClassName
{
border-color: #103CEC;
}
</style>