Shades of Persian Blue #104ADB
Tints of Persian Blue #104ADB
RGB
CMYK
RGB Variations
Color information
#104ADB (or 0x104ADB) is known color: Persian Blue. HEX triplet: 10, 4A and DB. RGB value is (16,74,219). Sum of RGB (Red+Green+Blue) = 16+74+219=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 219 (85.94% from 255 or 70.87% from 309); Max value from RGB is 219 - color contains mainly: blue. Hex color #104ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104ADB is #EFB524. Grayscale: #484848. Windows color (decimal): -15709477 or 14371344. OLE color: 14371344.
HSL color Cylindrical-coordinate representation of color #104ADB: hue angle of 222.86º 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 #104ADB is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 74 | 219 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.14 |
| HSL | 222.86º | 0.86% | 0.46% | - |
| HSV(B) | 222.86º | 0.93% | 0.86% | - |
| XYZ | 15.45 | 10.12 | 68.16 | - |
| YUV | 73.19 | 210.28 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 219 | 0.93 | 0.66 | 0 | 0.14 | 222.86 | 0.86 | 0.46 |
| Hex | 10 | 4A | DB | 5D | 42 | 0 | E | DF | 56 | 2E |
| Octal | 20 | 112 | 333 | 135 | 102 | 0 | 16 | 337 | 126 | 56 |
| Binary | 10000 | 1001010 | 11011011 | 1011101 | 1000010 | 0 | 1110 | 11011111 | 1010110 | 101110 |
Color Harmonies of #104ADB
Complementary color
Monochromatic Colors of #104ADB
Black with #104ADB
Text Example
Text Example
White with #104ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104ADB; }
p { color: rgb(16,74,219); }
H1.HeaderClassName
{
color: #104ADB;
}
.AnyTagClassName
{
color: #104ADB;
}
</style>
background-color css
<style>
a { background-color: #104ADB; }
a { background-color: rgb(16,74,219); }
div.DivClassName
{
background-color: #104ADB;
}
.BgClassName
{
background-color: #104ADB;
}
</style>
border-color css
<style>
span { border-color: #104ADB; }
span { border-color: rgb(16,74,219); }
td.TdClassName
{
border-color: #104ADB;
}
.TagClassName
{
border-color: #104ADB;
}
</style>