Shades of Persian Blue #102AD9
Tints of Persian Blue #102AD9
RGB
CMYK
RGB Variations
Color information
#102AD9 (or 0x102AD9) is known color: Persian Blue. HEX triplet: 10, 2A and D9. RGB value is (16,42,217). Sum of RGB (Red+Green+Blue) = 16+42+217=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 217 (85.16% from 255 or 78.91% from 275); Max value from RGB is 217 - color contains mainly: blue. Hex color #102AD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102AD9 is #EFD526. Grayscale: #353535. Windows color (decimal): -15717671 or 14232080. OLE color: 14232080.
HSL color Cylindrical-coordinate representation of color #102AD9: hue angle of 232.24º 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 #102AD9 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 42 | 217 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.15 |
| HSL | 232.24º | 0.86% | 0.46% | - |
| HSV(B) | 232.24º | 0.93% | 0.85% | - |
| XYZ | 13.57 | 6.78 | 66.24 | - |
| YUV | 54.18 | 219.89 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 217 | 0.93 | 0.81 | 0 | 0.15 | 232.24 | 0.86 | 0.46 |
| Hex | 10 | 2A | D9 | 5D | 51 | 0 | F | E8 | 56 | 2E |
| Octal | 20 | 52 | 331 | 135 | 121 | 0 | 17 | 350 | 126 | 56 |
| Binary | 10000 | 101010 | 11011001 | 1011101 | 1010001 | 0 | 1111 | 11101000 | 1010110 | 101110 |
Color Harmonies of #102AD9
Complementary color
Monochromatic Colors of #102AD9
Black with #102AD9
Text Example
Text Example
White with #102AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102AD9; }
p { color: rgb(16,42,217); }
H1.HeaderClassName
{
color: #102AD9;
}
.AnyTagClassName
{
color: #102AD9;
}
</style>
background-color css
<style>
a { background-color: #102AD9; }
a { background-color: rgb(16,42,217); }
div.DivClassName
{
background-color: #102AD9;
}
.BgClassName
{
background-color: #102AD9;
}
</style>
border-color css
<style>
span { border-color: #102AD9; }
span { border-color: rgb(16,42,217); }
td.TdClassName
{
border-color: #102AD9;
}
.TagClassName
{
border-color: #102AD9;
}
</style>