Shades of Persian Blue #132EE5
Tints of Persian Blue #132EE5
RGB
CMYK
RGB Variations
Color information
#132EE5 (or 0x132EE5) is known color: Persian Blue. HEX triplet: 13, 2E and E5. RGB value is (19,46,229). Sum of RGB (Red+Green+Blue) = 19+46+229=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 229 (89.84% from 255 or 77.89% from 294); Max value from RGB is 229 - color contains mainly: blue. Hex color #132EE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132EE5 is #ECD11A. Grayscale: #3A3A3A. Windows color (decimal): -15520027 or 15019539. OLE color: 15019539.
HSL color Cylindrical-coordinate representation of color #132EE5: hue angle of 232.29º 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 #132EE5 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 46 | 229 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.10 |
| HSL | 232.29º | 0.85% | 0.49% | - |
| HSV(B) | 232.29º | 0.92% | 0.9% | - |
| XYZ | 15.39 | 7.75 | 74.81 | - |
| YUV | 58.79 | 224.05 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 229 | 0.92 | 0.80 | 0 | 0.10 | 232.29 | 0.85 | 0.49 |
| Hex | 13 | 2E | E5 | 5C | 50 | 0 | A | E8 | 55 | 31 |
| Octal | 23 | 56 | 345 | 134 | 120 | 0 | 12 | 350 | 125 | 61 |
| Binary | 10011 | 101110 | 11100101 | 1011100 | 1010000 | 0 | 1010 | 11101000 | 1010101 | 110001 |
Color Harmonies of #132EE5
Complementary color
Monochromatic Colors of #132EE5
Black with #132EE5
Text Example
Text Example
White with #132EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132EE5; }
p { color: rgb(19,46,229); }
H1.HeaderClassName
{
color: #132EE5;
}
.AnyTagClassName
{
color: #132EE5;
}
</style>
background-color css
<style>
a { background-color: #132EE5; }
a { background-color: rgb(19,46,229); }
div.DivClassName
{
background-color: #132EE5;
}
.BgClassName
{
background-color: #132EE5;
}
</style>
border-color css
<style>
span { border-color: #132EE5; }
span { border-color: rgb(19,46,229); }
td.TdClassName
{
border-color: #132EE5;
}
.TagClassName
{
border-color: #132EE5;
}
</style>