Shades of Persian Blue #132CE5
Tints of Persian Blue #132CE5
RGB
CMYK
RGB Variations
Color information
#132CE5 (or 0x132CE5) is known color: Persian Blue. HEX triplet: 13, 2C and E5. RGB value is (19,44,229). Sum of RGB (Red+Green+Blue) = 19+44+229=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 229 (89.84% from 255 or 78.42% from 292); Max value from RGB is 229 - color contains mainly: blue. Hex color #132CE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132CE5 is #ECD31A. Grayscale: #383838. Windows color (decimal): -15520539 or 15019027. OLE color: 15019027.
HSL color Cylindrical-coordinate representation of color #132CE5: hue angle of 232.86º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #132CE5 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 44 | 229 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.10 |
| HSL | 232.86º | 0.85% | 0.49% | - |
| HSV(B) | 232.86º | 0.92% | 0.9% | - |
| XYZ | 15.31 | 7.6 | 74.79 | - |
| YUV | 57.62 | 224.72 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 229 | 0.92 | 0.81 | 0 | 0.10 | 232.86 | 0.85 | 0.49 |
| Hex | 13 | 2C | E5 | 5C | 51 | 0 | A | E9 | 55 | 31 |
| Octal | 23 | 54 | 345 | 134 | 121 | 0 | 12 | 351 | 125 | 61 |
| Binary | 10011 | 101100 | 11100101 | 1011100 | 1010001 | 0 | 1010 | 11101001 | 1010101 | 110001 |
Color Harmonies of #132CE5
Complementary color
Monochromatic Colors of #132CE5
Black with #132CE5
Text Example
Text Example
White with #132CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132CE5; }
p { color: rgb(19,44,229); }
H1.HeaderClassName
{
color: #132CE5;
}
.AnyTagClassName
{
color: #132CE5;
}
</style>
background-color css
<style>
a { background-color: #132CE5; }
a { background-color: rgb(19,44,229); }
div.DivClassName
{
background-color: #132CE5;
}
.BgClassName
{
background-color: #132CE5;
}
</style>
border-color css
<style>
span { border-color: #132CE5; }
span { border-color: rgb(19,44,229); }
td.TdClassName
{
border-color: #132CE5;
}
.TagClassName
{
border-color: #132CE5;
}
</style>