Shades of Persian Blue #103FFA
Tints of Persian Blue #103FFA
RGB
CMYK
RGB Variations
Color information
#103FFA (or 0x103FFA) is known color: Persian Blue. HEX triplet: 10, 3F and FA. RGB value is (16,63,250). Sum of RGB (Red+Green+Blue) = 16+63+250=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 250 (98.05% from 255 or 75.99% from 329); Max value from RGB is 250 - color contains mainly: blue. Hex color #103FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103FFA is #EFC005. Grayscale: #454545. Windows color (decimal): -15712262 or 16400144. OLE color: 16400144.
HSL color Cylindrical-coordinate representation of color #103FFA: hue angle of 227.95º 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 #103FFA is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 63 | 250 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.02 |
| HSL | 227.95º | 0.96% | 0.52% | - |
| HSV(B) | 227.95º | 0.94% | 0.98% | - |
| XYZ | 19.25 | 10.57 | 91.47 | - |
| YUV | 70.27 | 229.43 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 250 | 0.94 | 0.75 | 0 | 0.02 | 227.95 | 0.96 | 0.52 |
| Hex | 10 | 3F | FA | 5E | 4B | 0 | 2 | E4 | 60 | 34 |
| Octal | 20 | 77 | 372 | 136 | 113 | 0 | 2 | 344 | 140 | 64 |
| Binary | 10000 | 111111 | 11111010 | 1011110 | 1001011 | 0 | 10 | 11100100 | 1100000 | 110100 |
Color Harmonies of #103FFA
Complementary color
Monochromatic Colors of #103FFA
Black with #103FFA
Text Example
Text Example
White with #103FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103FFA; }
p { color: rgb(16,63,250); }
H1.HeaderClassName
{
color: #103FFA;
}
.AnyTagClassName
{
color: #103FFA;
}
</style>
background-color css
<style>
a { background-color: #103FFA; }
a { background-color: rgb(16,63,250); }
div.DivClassName
{
background-color: #103FFA;
}
.BgClassName
{
background-color: #103FFA;
}
</style>
border-color css
<style>
span { border-color: #103FFA; }
span { border-color: rgb(16,63,250); }
td.TdClassName
{
border-color: #103FFA;
}
.TagClassName
{
border-color: #103FFA;
}
</style>