Shades of Persian Blue #103ED7
Tints of Persian Blue #103ED7
RGB
CMYK
RGB Variations
Color information
#103ED7 (or 0x103ED7) is known color: Persian Blue. HEX triplet: 10, 3E and D7. RGB value is (16,62,215). Sum of RGB (Red+Green+Blue) = 16+62+215=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 215 (84.38% from 255 or 73.38% from 293); Max value from RGB is 215 - color contains mainly: blue. Hex color #103ED7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103ED7 is #EFC128. Grayscale: #414141. Windows color (decimal): -15712553 or 14106128. OLE color: 14106128.
HSL color Cylindrical-coordinate representation of color #103ED7: hue angle of 226.13º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103ED7 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 62 | 215 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.16 |
| HSL | 226.13º | 0.86% | 0.45% | - |
| HSV(B) | 226.13º | 0.93% | 0.84% | - |
| XYZ | 14.2 | 8.46 | 65.17 | - |
| YUV | 65.69 | 212.26 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 215 | 0.93 | 0.71 | 0 | 0.16 | 226.13 | 0.86 | 0.45 |
| Hex | 10 | 3E | D7 | 5D | 47 | 0 | 10 | E2 | 56 | 2D |
| Octal | 20 | 76 | 327 | 135 | 107 | 0 | 20 | 342 | 126 | 55 |
| Binary | 10000 | 111110 | 11010111 | 1011101 | 1000111 | 0 | 10000 | 11100010 | 1010110 | 101101 |
Color Harmonies of #103ED7
Complementary color
Monochromatic Colors of #103ED7
Black with #103ED7
Text Example
Text Example
White with #103ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103ED7; }
p { color: rgb(16,62,215); }
H1.HeaderClassName
{
color: #103ED7;
}
.AnyTagClassName
{
color: #103ED7;
}
</style>
background-color css
<style>
a { background-color: #103ED7; }
a { background-color: rgb(16,62,215); }
div.DivClassName
{
background-color: #103ED7;
}
.BgClassName
{
background-color: #103ED7;
}
</style>
border-color css
<style>
span { border-color: #103ED7; }
span { border-color: rgb(16,62,215); }
td.TdClassName
{
border-color: #103ED7;
}
.TagClassName
{
border-color: #103ED7;
}
</style>