Shades of Persian Blue #102CDB
Tints of Persian Blue #102CDB
RGB
CMYK
RGB Variations
Color information
#102CDB (or 0x102CDB) is known color: Persian Blue. HEX triplet: 10, 2C and DB. RGB value is (16,44,219). Sum of RGB (Red+Green+Blue) = 16+44+219=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 219 (85.94% from 255 or 78.49% from 279); Max value from RGB is 219 - color contains mainly: blue. Hex color #102CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102CDB is #EFD324. Grayscale: #363636. Windows color (decimal): -15717157 or 14363664. OLE color: 14363664.
HSL color Cylindrical-coordinate representation of color #102CDB: hue angle of 231.72º 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 #102CDB is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 44 | 219 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.14 |
| HSL | 231.72º | 0.86% | 0.46% | - |
| HSV(B) | 231.72º | 0.93% | 0.86% | - |
| XYZ | 13.9 | 7.03 | 67.64 | - |
| YUV | 55.58 | 220.22 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 219 | 0.93 | 0.80 | 0 | 0.14 | 231.72 | 0.86 | 0.46 |
| Hex | 10 | 2C | DB | 5D | 50 | 0 | E | E8 | 56 | 2E |
| Octal | 20 | 54 | 333 | 135 | 120 | 0 | 16 | 350 | 126 | 56 |
| Binary | 10000 | 101100 | 11011011 | 1011101 | 1010000 | 0 | 1110 | 11101000 | 1010110 | 101110 |
Color Harmonies of #102CDB
Complementary color
Monochromatic Colors of #102CDB
Black with #102CDB
Text Example
Text Example
White with #102CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102CDB; }
p { color: rgb(16,44,219); }
H1.HeaderClassName
{
color: #102CDB;
}
.AnyTagClassName
{
color: #102CDB;
}
</style>
background-color css
<style>
a { background-color: #102CDB; }
a { background-color: rgb(16,44,219); }
div.DivClassName
{
background-color: #102CDB;
}
.BgClassName
{
background-color: #102CDB;
}
</style>
border-color css
<style>
span { border-color: #102CDB; }
span { border-color: rgb(16,44,219); }
td.TdClassName
{
border-color: #102CDB;
}
.TagClassName
{
border-color: #102CDB;
}
</style>