Shades of Persian Blue #103EF5
Tints of Persian Blue #103EF5
RGB
CMYK
RGB Variations
Color information
#103EF5 (or 0x103EF5) is known color: Persian Blue. HEX triplet: 10, 3E and F5. RGB value is (16,62,245). Sum of RGB (Red+Green+Blue) = 16+62+245=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 245 (96.09% from 255 or 75.85% from 323); Max value from RGB is 245 - color contains mainly: blue. Hex color #103EF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103EF5 is #EFC10A. Grayscale: #444444. Windows color (decimal): -15712523 or 16072208. OLE color: 16072208.
HSL color Cylindrical-coordinate representation of color #103EF5: hue angle of 227.95º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103EF5 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 62 | 245 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.04 |
| HSL | 227.95º | 0.92% | 0.51% | - |
| HSV(B) | 227.95º | 0.93% | 0.96% | - |
| XYZ | 18.42 | 10.15 | 87.37 | - |
| YUV | 69.11 | 227.26 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 245 | 0.93 | 0.75 | 0 | 0.04 | 227.95 | 0.92 | 0.51 |
| Hex | 10 | 3E | F5 | 5D | 4B | 0 | 4 | E4 | 5C | 33 |
| Octal | 20 | 76 | 365 | 135 | 113 | 0 | 4 | 344 | 134 | 63 |
| Binary | 10000 | 111110 | 11110101 | 1011101 | 1001011 | 0 | 100 | 11100100 | 1011100 | 110011 |
Color Harmonies of #103EF5
Complementary color
Monochromatic Colors of #103EF5
Black with #103EF5
Text Example
Text Example
White with #103EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103EF5; }
p { color: rgb(16,62,245); }
H1.HeaderClassName
{
color: #103EF5;
}
.AnyTagClassName
{
color: #103EF5;
}
</style>
background-color css
<style>
a { background-color: #103EF5; }
a { background-color: rgb(16,62,245); }
div.DivClassName
{
background-color: #103EF5;
}
.BgClassName
{
background-color: #103EF5;
}
</style>
border-color css
<style>
span { border-color: #103EF5; }
span { border-color: rgb(16,62,245); }
td.TdClassName
{
border-color: #103EF5;
}
.TagClassName
{
border-color: #103EF5;
}
</style>