Shades of Persian Blue #103BF1
Tints of Persian Blue #103BF1
RGB
CMYK
RGB Variations
Color information
#103BF1 (or 0x103BF1) is known color: Persian Blue. HEX triplet: 10, 3B and F1. RGB value is (16,59,241). Sum of RGB (Red+Green+Blue) = 16+59+241=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 241 (94.53% from 255 or 76.27% from 316); Max value from RGB is 241 - color contains mainly: blue. Hex color #103BF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103BF1 is #EFC40E. Grayscale: #424242. Windows color (decimal): -15713295 or 15809296. OLE color: 15809296.
HSL color Cylindrical-coordinate representation of color #103BF1: hue angle of 228.53º 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 #103BF1 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 59 | 241 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.05 |
| HSL | 228.53º | 0.89% | 0.5% | - |
| HSV(B) | 228.53º | 0.93% | 0.95% | - |
| XYZ | 17.65 | 9.59 | 84.14 | - |
| YUV | 66.89 | 226.25 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 59 | 241 | 0.93 | 0.76 | 0 | 0.05 | 228.53 | 0.89 | 0.5 |
| Hex | 10 | 3B | F1 | 5D | 4C | 0 | 5 | E5 | 59 | 32 |
| Octal | 20 | 73 | 361 | 135 | 114 | 0 | 5 | 345 | 131 | 62 |
| Binary | 10000 | 111011 | 11110001 | 1011101 | 1001100 | 0 | 101 | 11100101 | 1011001 | 110010 |
Color Harmonies of #103BF1
Complementary color
Monochromatic Colors of #103BF1
Black with #103BF1
Text Example
Text Example
White with #103BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103BF1; }
p { color: rgb(16,59,241); }
H1.HeaderClassName
{
color: #103BF1;
}
.AnyTagClassName
{
color: #103BF1;
}
</style>
background-color css
<style>
a { background-color: #103BF1; }
a { background-color: rgb(16,59,241); }
div.DivClassName
{
background-color: #103BF1;
}
.BgClassName
{
background-color: #103BF1;
}
</style>
border-color css
<style>
span { border-color: #103BF1; }
span { border-color: rgb(16,59,241); }
td.TdClassName
{
border-color: #103BF1;
}
.TagClassName
{
border-color: #103BF1;
}
</style>