Shades of Persian Blue #103ECC
Tints of Persian Blue #103ECC
RGB
CMYK
RGB Variations
Color information
#103ECC (or 0x103ECC) is known color: Persian Blue. HEX triplet: 10, 3E and CC. RGB value is (16,62,204). Sum of RGB (Red+Green+Blue) = 16+62+204=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #103ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103ECC is #EFC133. Grayscale: #3F3F3F. Windows color (decimal): -15712564 or 13385232. OLE color: 13385232.
HSL color Cylindrical-coordinate representation of color #103ECC: hue angle of 225.32º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #103ECC is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 62 | 204 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.2 |
| HSL | 225.32º | 0.85% | 0.43% | - |
| HSV(B) | 225.32º | 0.92% | 0.8% | - |
| XYZ | 12.84 | 7.92 | 57.98 | - |
| YUV | 64.43 | 206.76 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 204 | 0.92 | 0.70 | 0 | 0.2 | 225.32 | 0.85 | 0.43 |
| Hex | 10 | 3E | CC | 5C | 46 | 0 | 14 | E1 | 55 | 2B |
| Octal | 20 | 76 | 314 | 134 | 106 | 0 | 24 | 341 | 125 | 53 |
| Binary | 10000 | 111110 | 11001100 | 1011100 | 1000110 | 0 | 10100 | 11100001 | 1010101 | 101011 |
Color Harmonies of #103ECC
Complementary color
Monochromatic Colors of #103ECC
Black with #103ECC
Text Example
Text Example
White with #103ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103ECC; }
p { color: rgb(16,62,204); }
H1.HeaderClassName
{
color: #103ECC;
}
.AnyTagClassName
{
color: #103ECC;
}
</style>
background-color css
<style>
a { background-color: #103ECC; }
a { background-color: rgb(16,62,204); }
div.DivClassName
{
background-color: #103ECC;
}
.BgClassName
{
background-color: #103ECC;
}
</style>
border-color css
<style>
span { border-color: #103ECC; }
span { border-color: rgb(16,62,204); }
td.TdClassName
{
border-color: #103ECC;
}
.TagClassName
{
border-color: #103ECC;
}
</style>