Shades of Persian Blue #103FC1
Tints of Persian Blue #103FC1
RGB
CMYK
RGB Variations
Color information
#103FC1 (or 0x103FC1) is known color: Persian Blue. HEX triplet: 10, 3F and C1. RGB value is (16,63,193). Sum of RGB (Red+Green+Blue) = 16+63+193=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 193 (75.78% from 255 or 70.96% from 272); Max value from RGB is 193 - color contains mainly: blue. Hex color #103FC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103FC1 is #EFC03E. Grayscale: #3F3F3F. Windows color (decimal): -15712319 or 12664592. OLE color: 12664592.
HSL color Cylindrical-coordinate representation of color #103FC1: hue angle of 224.07º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #103FC1 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 63 | 193 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.24 |
| HSL | 224.07º | 0.85% | 0.41% | - |
| HSV(B) | 224.07º | 0.92% | 0.76% | - |
| XYZ | 11.62 | 7.52 | 51.29 | - |
| YUV | 63.77 | 200.93 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 193 | 0.92 | 0.67 | 0 | 0.24 | 224.07 | 0.85 | 0.41 |
| Hex | 10 | 3F | C1 | 5C | 43 | 0 | 18 | E0 | 55 | 29 |
| Octal | 20 | 77 | 301 | 134 | 103 | 0 | 30 | 340 | 125 | 51 |
| Binary | 10000 | 111111 | 11000001 | 1011100 | 1000011 | 0 | 11000 | 11100000 | 1010101 | 101001 |
Color Harmonies of #103FC1
Complementary color
Monochromatic Colors of #103FC1
Black with #103FC1
Text Example
Text Example
White with #103FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103FC1; }
p { color: rgb(16,63,193); }
H1.HeaderClassName
{
color: #103FC1;
}
.AnyTagClassName
{
color: #103FC1;
}
</style>
background-color css
<style>
a { background-color: #103FC1; }
a { background-color: rgb(16,63,193); }
div.DivClassName
{
background-color: #103FC1;
}
.BgClassName
{
background-color: #103FC1;
}
</style>
border-color css
<style>
span { border-color: #103FC1; }
span { border-color: rgb(16,63,193); }
td.TdClassName
{
border-color: #103FC1;
}
.TagClassName
{
border-color: #103FC1;
}
</style>