Shades of Persian Blue #102DDB
Tints of Persian Blue #102DDB
RGB
CMYK
RGB Variations
Color information
#102DDB (or 0x102DDB) is known color: Persian Blue. HEX triplet: 10, 2D and DB. RGB value is (16,45,219). Sum of RGB (Red+Green+Blue) = 16+45+219=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #102DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #102DDB is #EFD224. Grayscale: #373737. Windows color (decimal): -15716901 or 14363920. OLE color: 14363920.
HSL color Cylindrical-coordinate representation of color #102DDB: hue angle of 231.43º 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 #102DDB is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 45 | 219 | - |
| CMYK | 0.93 | 0.79 | 0 | 0.14 |
| HSL | 231.43º | 0.86% | 0.46% | - |
| HSV(B) | 231.43º | 0.93% | 0.86% | - |
| XYZ | 13.94 | 7.1 | 67.65 | - |
| YUV | 56.17 | 219.89 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 219 | 0.93 | 0.79 | 0 | 0.14 | 231.43 | 0.86 | 0.46 |
| Hex | 10 | 2D | DB | 5D | 4F | 0 | E | E7 | 56 | 2E |
| Octal | 20 | 55 | 333 | 135 | 117 | 0 | 16 | 347 | 126 | 56 |
| Binary | 10000 | 101101 | 11011011 | 1011101 | 1001111 | 0 | 1110 | 11100111 | 1010110 | 101110 |
Color Harmonies of #102DDB
Complementary color
Monochromatic Colors of #102DDB
Black with #102DDB
Text Example
Text Example
White with #102DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102DDB; }
p { color: rgb(16,45,219); }
H1.HeaderClassName
{
color: #102DDB;
}
.AnyTagClassName
{
color: #102DDB;
}
</style>
background-color css
<style>
a { background-color: #102DDB; }
a { background-color: rgb(16,45,219); }
div.DivClassName
{
background-color: #102DDB;
}
.BgClassName
{
background-color: #102DDB;
}
</style>
border-color css
<style>
span { border-color: #102DDB; }
span { border-color: rgb(16,45,219); }
td.TdClassName
{
border-color: #102DDB;
}
.TagClassName
{
border-color: #102DDB;
}
</style>