Shades of Persian Blue #103EC5
Tints of Persian Blue #103EC5
RGB
CMYK
RGB Variations
Color information
#103EC5 (or 0x103EC5) is known color: Persian Blue. HEX triplet: 10, 3E and C5. RGB value is (16,62,197). Sum of RGB (Red+Green+Blue) = 16+62+197=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 197 (77.34% from 255 or 71.64% from 275); Max value from RGB is 197 - color contains mainly: blue. Hex color #103EC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103EC5 is #EFC13A. Grayscale: #3F3F3F. Windows color (decimal): -15712571 or 12926480. OLE color: 12926480.
HSL color Cylindrical-coordinate representation of color #103EC5: hue angle of 224.75º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #103EC5 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 62 | 197 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.23 |
| HSL | 224.75º | 0.85% | 0.42% | - |
| HSV(B) | 224.75º | 0.92% | 0.77% | - |
| XYZ | 12.01 | 7.59 | 53.65 | - |
| YUV | 63.64 | 203.26 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 197 | 0.92 | 0.69 | 0 | 0.23 | 224.75 | 0.85 | 0.42 |
| Hex | 10 | 3E | C5 | 5C | 45 | 0 | 17 | E1 | 55 | 2A |
| Octal | 20 | 76 | 305 | 134 | 105 | 0 | 27 | 341 | 125 | 52 |
| Binary | 10000 | 111110 | 11000101 | 1011100 | 1000101 | 0 | 10111 | 11100001 | 1010101 | 101010 |
Color Harmonies of #103EC5
Complementary color
Monochromatic Colors of #103EC5
Black with #103EC5
Text Example
Text Example
White with #103EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103EC5; }
p { color: rgb(16,62,197); }
H1.HeaderClassName
{
color: #103EC5;
}
.AnyTagClassName
{
color: #103EC5;
}
</style>
background-color css
<style>
a { background-color: #103EC5; }
a { background-color: rgb(16,62,197); }
div.DivClassName
{
background-color: #103EC5;
}
.BgClassName
{
background-color: #103EC5;
}
</style>
border-color css
<style>
span { border-color: #103EC5; }
span { border-color: rgb(16,62,197); }
td.TdClassName
{
border-color: #103EC5;
}
.TagClassName
{
border-color: #103EC5;
}
</style>