Shades of Persian Blue #1029D8
Tints of Persian Blue #1029D8
RGB
CMYK
RGB Variations
Color information
#1029D8 (or 0x1029D8) is known color: Persian Blue. HEX triplet: 10, 29 and D8. RGB value is (16,41,216). Sum of RGB (Red+Green+Blue) = 16+41+216=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 216 (84.77% from 255 or 79.12% from 273); Max value from RGB is 216 - color contains mainly: blue. Hex color #1029D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1029D8 is #EFD627. Grayscale: #343434. Windows color (decimal): -15717928 or 14166288. OLE color: 14166288.
HSL color Cylindrical-coordinate representation of color #1029D8: hue angle of 232.5º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1029D8 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 41 | 216 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.15 |
| HSL | 232.5º | 0.86% | 0.45% | - |
| HSV(B) | 232.5º | 0.93% | 0.85% | - |
| XYZ | 13.4 | 6.65 | 65.54 | - |
| YUV | 53.48 | 219.72 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 216 | 0.93 | 0.81 | 0 | 0.15 | 232.5 | 0.86 | 0.45 |
| Hex | 10 | 29 | D8 | 5D | 51 | 0 | F | E8 | 56 | 2D |
| Octal | 20 | 51 | 330 | 135 | 121 | 0 | 17 | 350 | 126 | 55 |
| Binary | 10000 | 101001 | 11011000 | 1011101 | 1010001 | 0 | 1111 | 11101000 | 1010110 | 101101 |
Color Harmonies of #1029D8
Complementary color
Monochromatic Colors of #1029D8
Black with #1029D8
Text Example
Text Example
White with #1029D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1029D8; }
p { color: rgb(16,41,216); }
H1.HeaderClassName
{
color: #1029D8;
}
.AnyTagClassName
{
color: #1029D8;
}
</style>
background-color css
<style>
a { background-color: #1029D8; }
a { background-color: rgb(16,41,216); }
div.DivClassName
{
background-color: #1029D8;
}
.BgClassName
{
background-color: #1029D8;
}
</style>
border-color css
<style>
span { border-color: #1029D8; }
span { border-color: rgb(16,41,216); }
td.TdClassName
{
border-color: #1029D8;
}
.TagClassName
{
border-color: #1029D8;
}
</style>