Shades of Persian Blue #103FC2
Tints of Persian Blue #103FC2
RGB
CMYK
RGB Variations
Color information
#103FC2 (or 0x103FC2) is known color: Persian Blue. HEX triplet: 10, 3F and C2. RGB value is (16,63,194). Sum of RGB (Red+Green+Blue) = 16+63+194=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 194 (76.17% from 255 or 71.06% from 273); Max value from RGB is 194 - color contains mainly: blue. Hex color #103FC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103FC2 is #EFC03D. Grayscale: #3F3F3F. Windows color (decimal): -15712318 or 12730128. OLE color: 12730128.
HSL color Cylindrical-coordinate representation of color #103FC2: hue angle of 224.16º 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 #103FC2 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 63 | 194 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.24 |
| HSL | 224.16º | 0.85% | 0.41% | - |
| HSV(B) | 224.16º | 0.92% | 0.76% | - |
| XYZ | 11.73 | 7.56 | 51.88 | - |
| YUV | 63.88 | 201.43 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 194 | 0.92 | 0.68 | 0 | 0.24 | 224.16 | 0.85 | 0.41 |
| Hex | 10 | 3F | C2 | 5C | 44 | 0 | 18 | E0 | 55 | 29 |
| Octal | 20 | 77 | 302 | 134 | 104 | 0 | 30 | 340 | 125 | 51 |
| Binary | 10000 | 111111 | 11000010 | 1011100 | 1000100 | 0 | 11000 | 11100000 | 1010101 | 101001 |
Color Harmonies of #103FC2
Complementary color
Monochromatic Colors of #103FC2
Black with #103FC2
Text Example
Text Example
White with #103FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103FC2; }
p { color: rgb(16,63,194); }
H1.HeaderClassName
{
color: #103FC2;
}
.AnyTagClassName
{
color: #103FC2;
}
</style>
background-color css
<style>
a { background-color: #103FC2; }
a { background-color: rgb(16,63,194); }
div.DivClassName
{
background-color: #103FC2;
}
.BgClassName
{
background-color: #103FC2;
}
</style>
border-color css
<style>
span { border-color: #103FC2; }
span { border-color: rgb(16,63,194); }
td.TdClassName
{
border-color: #103FC2;
}
.TagClassName
{
border-color: #103FC2;
}
</style>