Shades of Persian Blue #103EFA
Tints of Persian Blue #103EFA
RGB
CMYK
RGB Variations
Color information
#103EFA (or 0x103EFA) is known color: Persian Blue. HEX triplet: 10, 3E and FA. RGB value is (16,62,250). Sum of RGB (Red+Green+Blue) = 16+62+250=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 250 (98.05% from 255 or 76.22% from 328); Max value from RGB is 250 - color contains mainly: blue. Hex color #103EFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103EFA is #EFC105. Grayscale: #444444. Windows color (decimal): -15712518 or 16399888. OLE color: 16399888.
HSL color Cylindrical-coordinate representation of color #103EFA: hue angle of 228.21º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #103EFA is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 62 | 250 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.02 |
| HSL | 228.21º | 0.96% | 0.52% | - |
| HSV(B) | 228.21º | 0.94% | 0.98% | - |
| XYZ | 19.19 | 10.46 | 91.45 | - |
| YUV | 69.68 | 229.76 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 250 | 0.94 | 0.75 | 0 | 0.02 | 228.21 | 0.96 | 0.52 |
| Hex | 10 | 3E | FA | 5E | 4B | 0 | 2 | E4 | 60 | 34 |
| Octal | 20 | 76 | 372 | 136 | 113 | 0 | 2 | 344 | 140 | 64 |
| Binary | 10000 | 111110 | 11111010 | 1011110 | 1001011 | 0 | 10 | 11100100 | 1100000 | 110100 |
Color Harmonies of #103EFA
Complementary color
Monochromatic Colors of #103EFA
Black with #103EFA
Text Example
Text Example
White with #103EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103EFA; }
p { color: rgb(16,62,250); }
H1.HeaderClassName
{
color: #103EFA;
}
.AnyTagClassName
{
color: #103EFA;
}
</style>
background-color css
<style>
a { background-color: #103EFA; }
a { background-color: rgb(16,62,250); }
div.DivClassName
{
background-color: #103EFA;
}
.BgClassName
{
background-color: #103EFA;
}
</style>
border-color css
<style>
span { border-color: #103EFA; }
span { border-color: rgb(16,62,250); }
td.TdClassName
{
border-color: #103EFA;
}
.TagClassName
{
border-color: #103EFA;
}
</style>