Shades of Persian Blue #103CDB
Tints of Persian Blue #103CDB
RGB
CMYK
RGB Variations
Color information
#103CDB (or 0x103CDB) is known color: Persian Blue. HEX triplet: 10, 3C and DB. RGB value is (16,60,219). Sum of RGB (Red+Green+Blue) = 16+60+219=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #103CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103CDB is #EFC324. Grayscale: #404040. Windows color (decimal): -15713061 or 14367760. OLE color: 14367760.
HSL color Cylindrical-coordinate representation of color #103CDB: hue angle of 227º 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 #103CDB is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 60 | 219 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.14 |
| HSL | 227º | 0.86% | 0.46% | - |
| HSV(B) | 227º | 0.93% | 0.86% | - |
| XYZ | 14.62 | 8.46 | 67.88 | - |
| YUV | 64.97 | 214.92 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 219 | 0.93 | 0.73 | 0 | 0.14 | 227 | 0.86 | 0.46 |
| Hex | 10 | 3C | DB | 5D | 49 | 0 | E | E3 | 56 | 2E |
| Octal | 20 | 74 | 333 | 135 | 111 | 0 | 16 | 343 | 126 | 56 |
| Binary | 10000 | 111100 | 11011011 | 1011101 | 1001001 | 0 | 1110 | 11100011 | 1010110 | 101110 |
Color Harmonies of #103CDB
Complementary color
Monochromatic Colors of #103CDB
Black with #103CDB
Text Example
Text Example
White with #103CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103CDB; }
p { color: rgb(16,60,219); }
H1.HeaderClassName
{
color: #103CDB;
}
.AnyTagClassName
{
color: #103CDB;
}
</style>
background-color css
<style>
a { background-color: #103CDB; }
a { background-color: rgb(16,60,219); }
div.DivClassName
{
background-color: #103CDB;
}
.BgClassName
{
background-color: #103CDB;
}
</style>
border-color css
<style>
span { border-color: #103CDB; }
span { border-color: rgb(16,60,219); }
td.TdClassName
{
border-color: #103CDB;
}
.TagClassName
{
border-color: #103CDB;
}
</style>