Shades of Persian Blue #103AD6
Tints of Persian Blue #103AD6
RGB
CMYK
RGB Variations
Color information
#103AD6 (or 0x103AD6) is known color: Persian Blue. HEX triplet: 10, 3A and D6. RGB value is (16,58,214). Sum of RGB (Red+Green+Blue) = 16+58+214=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 214 (83.98% from 255 or 74.31% from 288); Max value from RGB is 214 - color contains mainly: blue. Hex color #103AD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103AD6 is #EFC529. Grayscale: #3E3E3E. Windows color (decimal): -15713578 or 14039568. OLE color: 14039568.
HSL color Cylindrical-coordinate representation of color #103AD6: hue angle of 227.27º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103AD6 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 58 | 214 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.16 |
| HSL | 227.27º | 0.86% | 0.45% | - |
| HSV(B) | 227.27º | 0.93% | 0.84% | - |
| XYZ | 13.86 | 7.99 | 64.43 | - |
| YUV | 63.23 | 213.09 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 58 | 214 | 0.93 | 0.73 | 0 | 0.16 | 227.27 | 0.86 | 0.45 |
| Hex | 10 | 3A | D6 | 5D | 49 | 0 | 10 | E3 | 56 | 2D |
| Octal | 20 | 72 | 326 | 135 | 111 | 0 | 20 | 343 | 126 | 55 |
| Binary | 10000 | 111010 | 11010110 | 1011101 | 1001001 | 0 | 10000 | 11100011 | 1010110 | 101101 |
Color Harmonies of #103AD6
Complementary color
Monochromatic Colors of #103AD6
Black with #103AD6
Text Example
Text Example
White with #103AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103AD6; }
p { color: rgb(16,58,214); }
H1.HeaderClassName
{
color: #103AD6;
}
.AnyTagClassName
{
color: #103AD6;
}
</style>
background-color css
<style>
a { background-color: #103AD6; }
a { background-color: rgb(16,58,214); }
div.DivClassName
{
background-color: #103AD6;
}
.BgClassName
{
background-color: #103AD6;
}
</style>
border-color css
<style>
span { border-color: #103AD6; }
span { border-color: rgb(16,58,214); }
td.TdClassName
{
border-color: #103AD6;
}
.TagClassName
{
border-color: #103AD6;
}
</style>