Shades of Persian Blue #103CE5
Tints of Persian Blue #103CE5
RGB
CMYK
RGB Variations
Color information
#103CE5 (or 0x103CE5) is known color: Persian Blue. HEX triplet: 10, 3C and E5. RGB value is (16,60,229). Sum of RGB (Red+Green+Blue) = 16+60+229=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 229 (89.84% from 255 or 75.08% from 305); Max value from RGB is 229 - color contains mainly: blue. Hex color #103CE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103CE5 is #EFC31A. Grayscale: #414141. Windows color (decimal): -15713051 or 15023120. OLE color: 15023120.
HSL color Cylindrical-coordinate representation of color #103CE5: hue angle of 227.61º 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 #103CE5 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 60 | 229 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.10 |
| HSL | 227.61º | 0.87% | 0.48% | - |
| HSV(B) | 227.61º | 0.93% | 0.9% | - |
| XYZ | 15.97 | 9 | 75.02 | - |
| YUV | 66.11 | 219.92 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 229 | 0.93 | 0.74 | 0 | 0.10 | 227.61 | 0.87 | 0.48 |
| Hex | 10 | 3C | E5 | 5D | 4A | 0 | A | E4 | 57 | 30 |
| Octal | 20 | 74 | 345 | 135 | 112 | 0 | 12 | 344 | 127 | 60 |
| Binary | 10000 | 111100 | 11100101 | 1011101 | 1001010 | 0 | 1010 | 11100100 | 1010111 | 110000 |
Color Harmonies of #103CE5
Complementary color
Monochromatic Colors of #103CE5
Black with #103CE5
Text Example
Text Example
White with #103CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103CE5; }
p { color: rgb(16,60,229); }
H1.HeaderClassName
{
color: #103CE5;
}
.AnyTagClassName
{
color: #103CE5;
}
</style>
background-color css
<style>
a { background-color: #103CE5; }
a { background-color: rgb(16,60,229); }
div.DivClassName
{
background-color: #103CE5;
}
.BgClassName
{
background-color: #103CE5;
}
</style>
border-color css
<style>
span { border-color: #103CE5; }
span { border-color: rgb(16,60,229); }
td.TdClassName
{
border-color: #103CE5;
}
.TagClassName
{
border-color: #103CE5;
}
</style>