Shades of Persian Blue #132ECD
Tints of Persian Blue #132ECD
RGB
CMYK
RGB Variations
Color information
#132ECD (or 0x132ECD) is known color: Persian Blue. HEX triplet: 13, 2E and CD. RGB value is (19,46,205). Sum of RGB (Red+Green+Blue) = 19+46+205=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 205 (80.47% from 255 or 75.93% from 270); Max value from RGB is 205 - color contains mainly: blue. Hex color #132ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132ECD is #ECD132. Grayscale: #373737. Windows color (decimal): -15520051 or 13446675. OLE color: 13446675.
HSL color Cylindrical-coordinate representation of color #132ECD: hue angle of 231.29º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132ECD is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 46 | 205 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.20 |
| HSL | 231.29º | 0.83% | 0.44% | - |
| HSV(B) | 231.29º | 0.91% | 0.8% | - |
| XYZ | 12.27 | 6.5 | 58.37 | - |
| YUV | 56.05 | 212.05 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 205 | 0.91 | 0.78 | 0 | 0.20 | 231.29 | 0.83 | 0.44 |
| Hex | 13 | 2E | CD | 5B | 4E | 0 | 14 | E7 | 53 | 2C |
| Octal | 23 | 56 | 315 | 133 | 116 | 0 | 24 | 347 | 123 | 54 |
| Binary | 10011 | 101110 | 11001101 | 1011011 | 1001110 | 0 | 10100 | 11100111 | 1010011 | 101100 |
Color Harmonies of #132ECD
Complementary color
Monochromatic Colors of #132ECD
Black with #132ECD
Text Example
Text Example
White with #132ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132ECD; }
p { color: rgb(19,46,205); }
H1.HeaderClassName
{
color: #132ECD;
}
.AnyTagClassName
{
color: #132ECD;
}
</style>
background-color css
<style>
a { background-color: #132ECD; }
a { background-color: rgb(19,46,205); }
div.DivClassName
{
background-color: #132ECD;
}
.BgClassName
{
background-color: #132ECD;
}
</style>
border-color css
<style>
span { border-color: #132ECD; }
span { border-color: rgb(19,46,205); }
td.TdClassName
{
border-color: #132ECD;
}
.TagClassName
{
border-color: #132ECD;
}
</style>