Shades of Persian Blue #103FE5
Tints of Persian Blue #103FE5
RGB
CMYK
RGB Variations
Color information
#103FE5 (or 0x103FE5) is known color: Persian Blue. HEX triplet: 10, 3F and E5. RGB value is (16,63,229). Sum of RGB (Red+Green+Blue) = 16+63+229=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 229 (89.84% from 255 or 74.35% from 308); Max value from RGB is 229 - color contains mainly: blue. Hex color #103FE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103FE5 is #EFC01A. Grayscale: #434343. Windows color (decimal): -15712283 or 15023888. OLE color: 15023888.
HSL color Cylindrical-coordinate representation of color #103FE5: hue angle of 226.76º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103FE5 is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 63 | 229 | - |
| CMYK | 0.93 | 0.72 | 0 | 0.10 |
| HSL | 226.76º | 0.87% | 0.48% | - |
| HSV(B) | 226.76º | 0.93% | 0.9% | - |
| XYZ | 16.13 | 9.32 | 75.08 | - |
| YUV | 67.87 | 218.93 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 229 | 0.93 | 0.72 | 0 | 0.10 | 226.76 | 0.87 | 0.48 |
| Hex | 10 | 3F | E5 | 5D | 48 | 0 | A | E3 | 57 | 30 |
| Octal | 20 | 77 | 345 | 135 | 110 | 0 | 12 | 343 | 127 | 60 |
| Binary | 10000 | 111111 | 11100101 | 1011101 | 1001000 | 0 | 1010 | 11100011 | 1010111 | 110000 |
Color Harmonies of #103FE5
Complementary color
Monochromatic Colors of #103FE5
Black with #103FE5
Text Example
Text Example
White with #103FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103FE5; }
p { color: rgb(16,63,229); }
H1.HeaderClassName
{
color: #103FE5;
}
.AnyTagClassName
{
color: #103FE5;
}
</style>
background-color css
<style>
a { background-color: #103FE5; }
a { background-color: rgb(16,63,229); }
div.DivClassName
{
background-color: #103FE5;
}
.BgClassName
{
background-color: #103FE5;
}
</style>
border-color css
<style>
span { border-color: #103FE5; }
span { border-color: rgb(16,63,229); }
td.TdClassName
{
border-color: #103FE5;
}
.TagClassName
{
border-color: #103FE5;
}
</style>