Shades of Persian Blue #1134E6
Tints of Persian Blue #1134E6
RGB
CMYK
RGB Variations
Color information
#1134E6 (or 0x1134E6) is known color: Persian Blue. HEX triplet: 11, 34 and E6. RGB value is (17,52,230). Sum of RGB (Red+Green+Blue) = 17+52+230=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 230 (90.23% from 255 or 76.92% from 299); Max value from RGB is 230 - color contains mainly: blue. Hex color #1134E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1134E6 is #EECB19. Grayscale: #3D3D3D. Windows color (decimal): -15649562 or 15086609. OLE color: 15086609.
HSL color Cylindrical-coordinate representation of color #1134E6: hue angle of 230.14º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1134E6 is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 52 | 230 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.10 |
| HSL | 230.14º | 0.86% | 0.48% | - |
| HSV(B) | 230.14º | 0.93% | 0.9% | - |
| XYZ | 15.74 | 8.29 | 75.63 | - |
| YUV | 61.83 | 222.9 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 52 | 230 | 0.93 | 0.77 | 0 | 0.10 | 230.14 | 0.86 | 0.48 |
| Hex | 11 | 34 | E6 | 5D | 4D | 0 | A | E6 | 56 | 30 |
| Octal | 21 | 64 | 346 | 135 | 115 | 0 | 12 | 346 | 126 | 60 |
| Binary | 10001 | 110100 | 11100110 | 1011101 | 1001101 | 0 | 1010 | 11100110 | 1010110 | 110000 |
Color Harmonies of #1134E6
Complementary color
Monochromatic Colors of #1134E6
Black with #1134E6
Text Example
Text Example
White with #1134E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1134E6; }
p { color: rgb(17,52,230); }
H1.HeaderClassName
{
color: #1134E6;
}
.AnyTagClassName
{
color: #1134E6;
}
</style>
background-color css
<style>
a { background-color: #1134E6; }
a { background-color: rgb(17,52,230); }
div.DivClassName
{
background-color: #1134E6;
}
.BgClassName
{
background-color: #1134E6;
}
</style>
border-color css
<style>
span { border-color: #1134E6; }
span { border-color: rgb(17,52,230); }
td.TdClassName
{
border-color: #1134E6;
}
.TagClassName
{
border-color: #1134E6;
}
</style>