Shades of Persian Blue #1034E4
Tints of Persian Blue #1034E4
RGB
CMYK
RGB Variations
Color information
#1034E4 (or 0x1034E4) is known color: Persian Blue. HEX triplet: 10, 34 and E4. RGB value is (16,52,228). Sum of RGB (Red+Green+Blue) = 16+52+228=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 228 (89.45% from 255 or 77.03% from 296); Max value from RGB is 228 - color contains mainly: blue. Hex color #1034E4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1034E4 is #EFCB1B. Grayscale: #3C3C3C. Windows color (decimal): -15715100 or 14955536. OLE color: 14955536.
HSL color Cylindrical-coordinate representation of color #1034E4: hue angle of 229.81º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1034E4 is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 52 | 228 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.11 |
| HSL | 229.81º | 0.87% | 0.48% | - |
| HSV(B) | 229.81º | 0.93% | 0.89% | - |
| XYZ | 15.45 | 8.17 | 74.16 | - |
| YUV | 61.3 | 222.07 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 52 | 228 | 0.93 | 0.77 | 0 | 0.11 | 229.81 | 0.87 | 0.48 |
| Hex | 10 | 34 | E4 | 5D | 4D | 0 | B | E6 | 57 | 30 |
| Octal | 20 | 64 | 344 | 135 | 115 | 0 | 13 | 346 | 127 | 60 |
| Binary | 10000 | 110100 | 11100100 | 1011101 | 1001101 | 0 | 1011 | 11100110 | 1010111 | 110000 |
Color Harmonies of #1034E4
Complementary color
Monochromatic Colors of #1034E4
Black with #1034E4
Text Example
Text Example
White with #1034E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1034E4; }
p { color: rgb(16,52,228); }
H1.HeaderClassName
{
color: #1034E4;
}
.AnyTagClassName
{
color: #1034E4;
}
</style>
background-color css
<style>
a { background-color: #1034E4; }
a { background-color: rgb(16,52,228); }
div.DivClassName
{
background-color: #1034E4;
}
.BgClassName
{
background-color: #1034E4;
}
</style>
border-color css
<style>
span { border-color: #1034E4; }
span { border-color: rgb(16,52,228); }
td.TdClassName
{
border-color: #1034E4;
}
.TagClassName
{
border-color: #1034E4;
}
</style>