Shades of Persian Blue #1034DB
Tints of Persian Blue #1034DB
RGB
CMYK
RGB Variations
Color information
#1034DB (or 0x1034DB) is known color: Persian Blue. HEX triplet: 10, 34 and DB. RGB value is (16,52,219). Sum of RGB (Red+Green+Blue) = 16+52+219=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 219 (85.94% from 255 or 76.31% from 287); Max value from RGB is 219 - color contains mainly: blue. Hex color #1034DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1034DB is #EFCB24. Grayscale: #3B3B3B. Windows color (decimal): -15715109 or 14365712. OLE color: 14365712.
HSL color Cylindrical-coordinate representation of color #1034DB: hue angle of 229.36º 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 #1034DB is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 52 | 219 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.14 |
| HSL | 229.36º | 0.86% | 0.46% | - |
| HSV(B) | 229.36º | 0.93% | 0.86% | - |
| XYZ | 14.23 | 7.68 | 67.75 | - |
| YUV | 60.27 | 217.57 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 219 | 0.93 | 0.76 | 0 | 0.14 | 229.36 | 0.86 | 0.46 |
| Hex | 10 | 34 | DB | 5D | 4C | 0 | E | E5 | 56 | 2E |
| Octal | 20 | 64 | 333 | 135 | 114 | 0 | 16 | 345 | 126 | 56 |
| Binary | 10000 | 110100 | 11011011 | 1011101 | 1001100 | 0 | 1110 | 11100101 | 1010110 | 101110 |
Color Harmonies of #1034DB
Complementary color
Monochromatic Colors of #1034DB
Black with #1034DB
Text Example
Text Example
White with #1034DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1034DB; }
p { color: rgb(16,52,219); }
H1.HeaderClassName
{
color: #1034DB;
}
.AnyTagClassName
{
color: #1034DB;
}
</style>
background-color css
<style>
a { background-color: #1034DB; }
a { background-color: rgb(16,52,219); }
div.DivClassName
{
background-color: #1034DB;
}
.BgClassName
{
background-color: #1034DB;
}
</style>
border-color css
<style>
span { border-color: #1034DB; }
span { border-color: rgb(16,52,219); }
td.TdClassName
{
border-color: #1034DB;
}
.TagClassName
{
border-color: #1034DB;
}
</style>