Shades of Persian Blue #103FF2
Tints of Persian Blue #103FF2
RGB
CMYK
RGB Variations
Color information
#103FF2 (or 0x103FF2) is known color: Persian Blue. HEX triplet: 10, 3F and F2. RGB value is (16,63,242). Sum of RGB (Red+Green+Blue) = 16+63+242=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 242 (94.92% from 255 or 75.39% from 321); Max value from RGB is 242 - color contains mainly: blue. Hex color #103FF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103FF2 is #EFC00D. Grayscale: #444444. Windows color (decimal): -15712270 or 15875856. OLE color: 15875856.
HSL color Cylindrical-coordinate representation of color #103FF2: hue angle of 227.52º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103FF2 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 63 | 242 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.05 |
| HSL | 227.52º | 0.9% | 0.51% | - |
| HSV(B) | 227.52º | 0.93% | 0.95% | - |
| XYZ | 18.02 | 10.08 | 85 | - |
| YUV | 69.35 | 225.43 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 242 | 0.93 | 0.74 | 0 | 0.05 | 227.52 | 0.9 | 0.51 |
| Hex | 10 | 3F | F2 | 5D | 4A | 0 | 5 | E4 | 5A | 33 |
| Octal | 20 | 77 | 362 | 135 | 112 | 0 | 5 | 344 | 132 | 63 |
| Binary | 10000 | 111111 | 11110010 | 1011101 | 1001010 | 0 | 101 | 11100100 | 1011010 | 110011 |
Color Harmonies of #103FF2
Complementary color
Monochromatic Colors of #103FF2
Black with #103FF2
Text Example
Text Example
White with #103FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103FF2; }
p { color: rgb(16,63,242); }
H1.HeaderClassName
{
color: #103FF2;
}
.AnyTagClassName
{
color: #103FF2;
}
</style>
background-color css
<style>
a { background-color: #103FF2; }
a { background-color: rgb(16,63,242); }
div.DivClassName
{
background-color: #103FF2;
}
.BgClassName
{
background-color: #103FF2;
}
</style>
border-color css
<style>
span { border-color: #103FF2; }
span { border-color: rgb(16,63,242); }
td.TdClassName
{
border-color: #103FF2;
}
.TagClassName
{
border-color: #103FF2;
}
</style>