Shades of Persian Blue #1034D8
Tints of Persian Blue #1034D8
RGB
CMYK
RGB Variations
Color information
#1034D8 (or 0x1034D8) is known color: Persian Blue. HEX triplet: 10, 34 and D8. RGB value is (16,52,216). Sum of RGB (Red+Green+Blue) = 16+52+216=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 216 (84.77% from 255 or 76.06% from 284); Max value from RGB is 216 - color contains mainly: blue. Hex color #1034D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1034D8 is #EFCB27. Grayscale: #3B3B3B. Windows color (decimal): -15715112 or 14169104. OLE color: 14169104.
HSL color Cylindrical-coordinate representation of color #1034D8: hue angle of 229.2º 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 #1034D8 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 52 | 216 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.15 |
| HSL | 229.2º | 0.86% | 0.45% | - |
| HSV(B) | 229.2º | 0.93% | 0.85% | - |
| XYZ | 13.84 | 7.52 | 65.69 | - |
| YUV | 59.93 | 216.07 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 216 | 0.93 | 0.76 | 0 | 0.15 | 229.2 | 0.86 | 0.45 |
| Hex | 10 | 34 | D8 | 5D | 4C | 0 | F | E5 | 56 | 2D |
| Octal | 20 | 64 | 330 | 135 | 114 | 0 | 17 | 345 | 126 | 55 |
| Binary | 10000 | 110100 | 11011000 | 1011101 | 1001100 | 0 | 1111 | 11100101 | 1010110 | 101101 |
Color Harmonies of #1034D8
Complementary color
Monochromatic Colors of #1034D8
Black with #1034D8
Text Example
Text Example
White with #1034D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1034D8; }
p { color: rgb(16,52,216); }
H1.HeaderClassName
{
color: #1034D8;
}
.AnyTagClassName
{
color: #1034D8;
}
</style>
background-color css
<style>
a { background-color: #1034D8; }
a { background-color: rgb(16,52,216); }
div.DivClassName
{
background-color: #1034D8;
}
.BgClassName
{
background-color: #1034D8;
}
</style>
border-color css
<style>
span { border-color: #1034D8; }
span { border-color: rgb(16,52,216); }
td.TdClassName
{
border-color: #1034D8;
}
.TagClassName
{
border-color: #1034D8;
}
</style>