Shades of Persian Blue #103FF1
Tints of Persian Blue #103FF1
RGB
CMYK
RGB Variations
Color information
#103FF1 (or 0x103FF1) is known color: Persian Blue. HEX triplet: 10, 3F and F1. RGB value is (16,63,241). Sum of RGB (Red+Green+Blue) = 16+63+241=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 241 (94.53% from 255 or 75.31% from 320); Max value from RGB is 241 - color contains mainly: blue. Hex color #103FF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103FF1 is #EFC00E. Grayscale: #444444. Windows color (decimal): -15712271 or 15810320. OLE color: 15810320.
HSL color Cylindrical-coordinate representation of color #103FF1: hue angle of 227.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103FF1 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 63 | 241 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.05 |
| HSL | 227.47º | 0.89% | 0.5% | - |
| HSV(B) | 227.47º | 0.93% | 0.95% | - |
| XYZ | 17.87 | 10.02 | 84.21 | - |
| YUV | 69.24 | 224.93 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 241 | 0.93 | 0.74 | 0 | 0.05 | 227.47 | 0.89 | 0.5 |
| Hex | 10 | 3F | F1 | 5D | 4A | 0 | 5 | E3 | 59 | 32 |
| Octal | 20 | 77 | 361 | 135 | 112 | 0 | 5 | 343 | 131 | 62 |
| Binary | 10000 | 111111 | 11110001 | 1011101 | 1001010 | 0 | 101 | 11100011 | 1011001 | 110010 |
Color Harmonies of #103FF1
Complementary color
Monochromatic Colors of #103FF1
Black with #103FF1
Text Example
Text Example
White with #103FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103FF1; }
p { color: rgb(16,63,241); }
H1.HeaderClassName
{
color: #103FF1;
}
.AnyTagClassName
{
color: #103FF1;
}
</style>
background-color css
<style>
a { background-color: #103FF1; }
a { background-color: rgb(16,63,241); }
div.DivClassName
{
background-color: #103FF1;
}
.BgClassName
{
background-color: #103FF1;
}
</style>
border-color css
<style>
span { border-color: #103FF1; }
span { border-color: rgb(16,63,241); }
td.TdClassName
{
border-color: #103FF1;
}
.TagClassName
{
border-color: #103FF1;
}
</style>