Shades of Persian Blue #103AD9
Tints of Persian Blue #103AD9
RGB
CMYK
RGB Variations
Color information
#103AD9 (or 0x103AD9) is known color: Persian Blue. HEX triplet: 10, 3A and D9. RGB value is (16,58,217). Sum of RGB (Red+Green+Blue) = 16+58+217=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 217 (85.16% from 255 or 74.57% from 291); Max value from RGB is 217 - color contains mainly: blue. Hex color #103AD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103AD9 is #EFC526. Grayscale: #3E3E3E. Windows color (decimal): -15713575 or 14236176. OLE color: 14236176.
HSL color Cylindrical-coordinate representation of color #103AD9: hue angle of 227.46º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103AD9 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 58 | 217 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.15 |
| HSL | 227.46º | 0.86% | 0.46% | - |
| HSV(B) | 227.46º | 0.93% | 0.85% | - |
| XYZ | 14.25 | 8.15 | 66.47 | - |
| YUV | 63.57 | 214.59 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 217 | 0.93 | 0.73 | 0 | 0.15 | 227.46 | 0.86 | 0.46 |
| Hex | 10 | 3A | D9 | 5D | 49 | 0 | F | E3 | 56 | 2E |
| Octal | 20 | 72 | 331 | 135 | 111 | 0 | 17 | 343 | 126 | 56 |
| Binary | 10000 | 111010 | 11011001 | 1011101 | 1001001 | 0 | 1111 | 11100011 | 1010110 | 101110 |
Color Harmonies of #103AD9
Complementary color
Monochromatic Colors of #103AD9
Black with #103AD9
Text Example
Text Example
White with #103AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103AD9; }
p { color: rgb(16,58,217); }
H1.HeaderClassName
{
color: #103AD9;
}
.AnyTagClassName
{
color: #103AD9;
}
</style>
background-color css
<style>
a { background-color: #103AD9; }
a { background-color: rgb(16,58,217); }
div.DivClassName
{
background-color: #103AD9;
}
.BgClassName
{
background-color: #103AD9;
}
</style>
border-color css
<style>
span { border-color: #103AD9; }
span { border-color: rgb(16,58,217); }
td.TdClassName
{
border-color: #103AD9;
}
.TagClassName
{
border-color: #103AD9;
}
</style>