Shades of Persian Blue #103CF0
Tints of Persian Blue #103CF0
RGB
CMYK
RGB Variations
Color information
#103CF0 (or 0x103CF0) is known color: Persian Blue. HEX triplet: 10, 3C and F0. RGB value is (16,60,240). Sum of RGB (Red+Green+Blue) = 16+60+240=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 240 (94.14% from 255 or 75.95% from 316); Max value from RGB is 240 - color contains mainly: blue. Hex color #103CF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103CF0 is #EFC30F. Grayscale: #424242. Windows color (decimal): -15713040 or 15744016. OLE color: 15744016.
HSL color Cylindrical-coordinate representation of color #103CF0: hue angle of 228.21º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103CF0 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 60 | 240 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.06 |
| HSL | 228.21º | 0.88% | 0.5% | - |
| HSV(B) | 228.21º | 0.93% | 0.94% | - |
| XYZ | 17.56 | 9.63 | 83.37 | - |
| YUV | 67.36 | 225.42 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 240 | 0.93 | 0.75 | 0 | 0.06 | 228.21 | 0.88 | 0.5 |
| Hex | 10 | 3C | F0 | 5D | 4B | 0 | 6 | E4 | 58 | 32 |
| Octal | 20 | 74 | 360 | 135 | 113 | 0 | 6 | 344 | 130 | 62 |
| Binary | 10000 | 111100 | 11110000 | 1011101 | 1001011 | 0 | 110 | 11100100 | 1011000 | 110010 |
Color Harmonies of #103CF0
Complementary color
Monochromatic Colors of #103CF0
Black with #103CF0
Text Example
Text Example
White with #103CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103CF0; }
p { color: rgb(16,60,240); }
H1.HeaderClassName
{
color: #103CF0;
}
.AnyTagClassName
{
color: #103CF0;
}
</style>
background-color css
<style>
a { background-color: #103CF0; }
a { background-color: rgb(16,60,240); }
div.DivClassName
{
background-color: #103CF0;
}
.BgClassName
{
background-color: #103CF0;
}
</style>
border-color css
<style>
span { border-color: #103CF0; }
span { border-color: rgb(16,60,240); }
td.TdClassName
{
border-color: #103CF0;
}
.TagClassName
{
border-color: #103CF0;
}
</style>