Shades of Persian Blue #1134EA
Tints of Persian Blue #1134EA
RGB
CMYK
RGB Variations
Color information
#1134EA (or 0x1134EA) is known color: Persian Blue. HEX triplet: 11, 34 and EA. RGB value is (17,52,234). Sum of RGB (Red+Green+Blue) = 17+52+234=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 234 (91.80% from 255 or 77.23% from 303); Max value from RGB is 234 - color contains mainly: blue. Hex color #1134EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1134EA is #EECB15. Grayscale: #3D3D3D. Windows color (decimal): -15649558 or 15348753. OLE color: 15348753.
HSL color Cylindrical-coordinate representation of color #1134EA: hue angle of 230.32º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1134EA is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 52 | 234 | - |
| CMYK | 0.93 | 0.78 | 0 | 0.08 |
| HSL | 230.32º | 0.86% | 0.49% | - |
| HSV(B) | 230.32º | 0.93% | 0.92% | - |
| XYZ | 16.31 | 8.52 | 78.63 | - |
| YUV | 62.28 | 224.9 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 52 | 234 | 0.93 | 0.78 | 0 | 0.08 | 230.32 | 0.86 | 0.49 |
| Hex | 11 | 34 | EA | 5D | 4E | 0 | 8 | E6 | 56 | 31 |
| Octal | 21 | 64 | 352 | 135 | 116 | 0 | 10 | 346 | 126 | 61 |
| Binary | 10001 | 110100 | 11101010 | 1011101 | 1001110 | 0 | 1000 | 11100110 | 1010110 | 110001 |
Color Harmonies of #1134EA
Complementary color
Monochromatic Colors of #1134EA
Black with #1134EA
Text Example
Text Example
White with #1134EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1134EA; }
p { color: rgb(17,52,234); }
H1.HeaderClassName
{
color: #1134EA;
}
.AnyTagClassName
{
color: #1134EA;
}
</style>
background-color css
<style>
a { background-color: #1134EA; }
a { background-color: rgb(17,52,234); }
div.DivClassName
{
background-color: #1134EA;
}
.BgClassName
{
background-color: #1134EA;
}
</style>
border-color css
<style>
span { border-color: #1134EA; }
span { border-color: rgb(17,52,234); }
td.TdClassName
{
border-color: #1134EA;
}
.TagClassName
{
border-color: #1134EA;
}
</style>