Shades of Persian Blue #1134DA
Tints of Persian Blue #1134DA
RGB
CMYK
RGB Variations
Color information
#1134DA (or 0x1134DA) is known color: Persian Blue. HEX triplet: 11, 34 and DA. RGB value is (17,52,218). Sum of RGB (Red+Green+Blue) = 17+52+218=287 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.92% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 218 (85.55% from 255 or 75.96% from 287); Max value from RGB is 218 - color contains mainly: blue. Hex color #1134DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1134DA is #EECB25. Grayscale: #3B3B3B. Windows color (decimal): -15649574 or 14300177. OLE color: 14300177.
HSL color Cylindrical-coordinate representation of color #1134DA: hue angle of 229.55º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1134DA is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 52 | 218 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.15 |
| HSL | 229.55º | 0.86% | 0.46% | - |
| HSV(B) | 229.55º | 0.92% | 0.85% | - |
| XYZ | 14.11 | 7.64 | 67.06 | - |
| YUV | 60.46 | 216.9 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 52 | 218 | 0.92 | 0.76 | 0 | 0.15 | 229.55 | 0.86 | 0.46 |
| Hex | 11 | 34 | DA | 5C | 4C | 0 | F | E6 | 56 | 2E |
| Octal | 21 | 64 | 332 | 134 | 114 | 0 | 17 | 346 | 126 | 56 |
| Binary | 10001 | 110100 | 11011010 | 1011100 | 1001100 | 0 | 1111 | 11100110 | 1010110 | 101110 |
Color Harmonies of #1134DA
Complementary color
Monochromatic Colors of #1134DA
Black with #1134DA
Text Example
Text Example
White with #1134DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1134DA; }
p { color: rgb(17,52,218); }
H1.HeaderClassName
{
color: #1134DA;
}
.AnyTagClassName
{
color: #1134DA;
}
</style>
background-color css
<style>
a { background-color: #1134DA; }
a { background-color: rgb(17,52,218); }
div.DivClassName
{
background-color: #1134DA;
}
.BgClassName
{
background-color: #1134DA;
}
</style>
border-color css
<style>
span { border-color: #1134DA; }
span { border-color: rgb(17,52,218); }
td.TdClassName
{
border-color: #1134DA;
}
.TagClassName
{
border-color: #1134DA;
}
</style>