Shades of Persian Blue #1028DB
Tints of Persian Blue #1028DB
RGB
CMYK
RGB Variations
Color information
#1028DB (or 0x1028DB) is known color: Persian Blue. HEX triplet: 10, 28 and DB. RGB value is (16,40,219). Sum of RGB (Red+Green+Blue) = 16+40+219=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 219 (85.94% from 255 or 79.64% from 275); Max value from RGB is 219 - color contains mainly: blue. Hex color #1028DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1028DB is #EFD724. Grayscale: #343434. Windows color (decimal): -15718181 or 14362640. OLE color: 14362640.
HSL color Cylindrical-coordinate representation of color #1028DB: hue angle of 232.91º 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 #1028DB is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 40 | 219 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.14 |
| HSL | 232.91º | 0.86% | 0.46% | - |
| HSV(B) | 232.91º | 0.93% | 0.86% | - |
| XYZ | 13.76 | 6.74 | 67.59 | - |
| YUV | 53.23 | 221.55 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 40 | 219 | 0.93 | 0.82 | 0 | 0.14 | 232.91 | 0.86 | 0.46 |
| Hex | 10 | 28 | DB | 5D | 52 | 0 | E | E9 | 56 | 2E |
| Octal | 20 | 50 | 333 | 135 | 122 | 0 | 16 | 351 | 126 | 56 |
| Binary | 10000 | 101000 | 11011011 | 1011101 | 1010010 | 0 | 1110 | 11101001 | 1010110 | 101110 |
Color Harmonies of #1028DB
Complementary color
Monochromatic Colors of #1028DB
Black with #1028DB
Text Example
Text Example
White with #1028DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1028DB; }
p { color: rgb(16,40,219); }
H1.HeaderClassName
{
color: #1028DB;
}
.AnyTagClassName
{
color: #1028DB;
}
</style>
background-color css
<style>
a { background-color: #1028DB; }
a { background-color: rgb(16,40,219); }
div.DivClassName
{
background-color: #1028DB;
}
.BgClassName
{
background-color: #1028DB;
}
</style>
border-color css
<style>
span { border-color: #1028DB; }
span { border-color: rgb(16,40,219); }
td.TdClassName
{
border-color: #1028DB;
}
.TagClassName
{
border-color: #1028DB;
}
</style>