Shades of Persian Blue #102ADB
Tints of Persian Blue #102ADB
RGB
CMYK
RGB Variations
Color information
#102ADB (or 0x102ADB) is known color: Persian Blue. HEX triplet: 10, 2A and DB. RGB value is (16,42,219). Sum of RGB (Red+Green+Blue) = 16+42+219=277 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.78% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 219 (85.94% from 255 or 79.06% from 277); Max value from RGB is 219 - color contains mainly: blue. Hex color #102ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102ADB is #EFD524. Grayscale: #353535. Windows color (decimal): -15717669 or 14363152. OLE color: 14363152.
HSL color Cylindrical-coordinate representation of color #102ADB: hue angle of 232.32º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #102ADB is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 42 | 219 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.14 |
| HSL | 232.32º | 0.86% | 0.46% | - |
| HSV(B) | 232.32º | 0.93% | 0.86% | - |
| XYZ | 13.83 | 6.88 | 67.62 | - |
| YUV | 54.4 | 220.89 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 219 | 0.93 | 0.81 | 0 | 0.14 | 232.32 | 0.86 | 0.46 |
| Hex | 10 | 2A | DB | 5D | 51 | 0 | E | E8 | 56 | 2E |
| Octal | 20 | 52 | 333 | 135 | 121 | 0 | 16 | 350 | 126 | 56 |
| Binary | 10000 | 101010 | 11011011 | 1011101 | 1010001 | 0 | 1110 | 11101000 | 1010110 | 101110 |
Color Harmonies of #102ADB
Complementary color
Monochromatic Colors of #102ADB
Black with #102ADB
Text Example
Text Example
White with #102ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102ADB; }
p { color: rgb(16,42,219); }
H1.HeaderClassName
{
color: #102ADB;
}
.AnyTagClassName
{
color: #102ADB;
}
</style>
background-color css
<style>
a { background-color: #102ADB; }
a { background-color: rgb(16,42,219); }
div.DivClassName
{
background-color: #102ADB;
}
.BgClassName
{
background-color: #102ADB;
}
</style>
border-color css
<style>
span { border-color: #102ADB; }
span { border-color: rgb(16,42,219); }
td.TdClassName
{
border-color: #102ADB;
}
.TagClassName
{
border-color: #102ADB;
}
</style>