Shades of Persian Blue #1032DB
Tints of Persian Blue #1032DB
RGB
CMYK
RGB Variations
Color information
#1032DB (or 0x1032DB) is known color: Persian Blue. HEX triplet: 10, 32 and DB. RGB value is (16,50,219). Sum of RGB (Red+Green+Blue) = 16+50+219=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #1032DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1032DB is #EFCD24. Grayscale: #3A3A3A. Windows color (decimal): -15715621 or 14365200. OLE color: 14365200.
HSL color Cylindrical-coordinate representation of color #1032DB: hue angle of 229.95º 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 #1032DB is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 50 | 219 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.14 |
| HSL | 229.95º | 0.86% | 0.46% | - |
| HSV(B) | 229.95º | 0.93% | 0.86% | - |
| XYZ | 14.14 | 7.51 | 67.72 | - |
| YUV | 59.1 | 218.24 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 219 | 0.93 | 0.77 | 0 | 0.14 | 229.95 | 0.86 | 0.46 |
| Hex | 10 | 32 | DB | 5D | 4D | 0 | E | E6 | 56 | 2E |
| Octal | 20 | 62 | 333 | 135 | 115 | 0 | 16 | 346 | 126 | 56 |
| Binary | 10000 | 110010 | 11011011 | 1011101 | 1001101 | 0 | 1110 | 11100110 | 1010110 | 101110 |
Color Harmonies of #1032DB
Complementary color
Monochromatic Colors of #1032DB
Black with #1032DB
Text Example
Text Example
White with #1032DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1032DB; }
p { color: rgb(16,50,219); }
H1.HeaderClassName
{
color: #1032DB;
}
.AnyTagClassName
{
color: #1032DB;
}
</style>
background-color css
<style>
a { background-color: #1032DB; }
a { background-color: rgb(16,50,219); }
div.DivClassName
{
background-color: #1032DB;
}
.BgClassName
{
background-color: #1032DB;
}
</style>
border-color css
<style>
span { border-color: #1032DB; }
span { border-color: rgb(16,50,219); }
td.TdClassName
{
border-color: #1032DB;
}
.TagClassName
{
border-color: #1032DB;
}
</style>