Shades of Persian Blue #1028DC
Tints of Persian Blue #1028DC
RGB
CMYK
RGB Variations
Color information
#1028DC (or 0x1028DC) is known color: Persian Blue. HEX triplet: 10, 28 and DC. RGB value is (16,40,220). Sum of RGB (Red+Green+Blue) = 16+40+220=276 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.80% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 220 (86.33% from 255 or 79.71% from 276); Max value from RGB is 220 - color contains mainly: blue. Hex color #1028DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1028DC is #EFD723. Grayscale: #343434. Windows color (decimal): -15718180 or 14428176. OLE color: 14428176.
HSL color Cylindrical-coordinate representation of color #1028DC: hue angle of 232.94º 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 #1028DC is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 40 | 220 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.14 |
| HSL | 232.94º | 0.86% | 0.46% | - |
| HSV(B) | 232.94º | 0.93% | 0.86% | - |
| XYZ | 13.89 | 6.8 | 68.29 | - |
| YUV | 53.34 | 222.05 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 40 | 220 | 0.93 | 0.82 | 0 | 0.14 | 232.94 | 0.86 | 0.46 |
| Hex | 10 | 28 | DC | 5D | 52 | 0 | E | E9 | 56 | 2E |
| Octal | 20 | 50 | 334 | 135 | 122 | 0 | 16 | 351 | 126 | 56 |
| Binary | 10000 | 101000 | 11011100 | 1011101 | 1010010 | 0 | 1110 | 11101001 | 1010110 | 101110 |
Color Harmonies of #1028DC
Complementary color
Monochromatic Colors of #1028DC
Black with #1028DC
Text Example
Text Example
White with #1028DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1028DC; }
p { color: rgb(16,40,220); }
H1.HeaderClassName
{
color: #1028DC;
}
.AnyTagClassName
{
color: #1028DC;
}
</style>
background-color css
<style>
a { background-color: #1028DC; }
a { background-color: rgb(16,40,220); }
div.DivClassName
{
background-color: #1028DC;
}
.BgClassName
{
background-color: #1028DC;
}
</style>
border-color css
<style>
span { border-color: #1028DC; }
span { border-color: rgb(16,40,220); }
td.TdClassName
{
border-color: #1028DC;
}
.TagClassName
{
border-color: #1028DC;
}
</style>