Shades of Persian Blue #132DE6
Tints of Persian Blue #132DE6
RGB
CMYK
RGB Variations
Color information
#132DE6 (or 0x132DE6) is known color: Persian Blue. HEX triplet: 13, 2D and E6. RGB value is (19,45,230). Sum of RGB (Red+Green+Blue) = 19+45+230=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 230 (90.23% from 255 or 78.23% from 294); Max value from RGB is 230 - color contains mainly: blue. Hex color #132DE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132DE6 is #ECD219. Grayscale: #393939. Windows color (decimal): -15520282 or 15084819. OLE color: 15084819.
HSL color Cylindrical-coordinate representation of color #132DE6: hue angle of 232.61º 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 #132DE6 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 45 | 230 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.10 |
| HSL | 232.61º | 0.85% | 0.49% | - |
| HSV(B) | 232.61º | 0.92% | 0.9% | - |
| XYZ | 15.49 | 7.73 | 75.54 | - |
| YUV | 58.32 | 224.89 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 230 | 0.92 | 0.80 | 0 | 0.10 | 232.61 | 0.85 | 0.49 |
| Hex | 13 | 2D | E6 | 5C | 50 | 0 | A | E9 | 55 | 31 |
| Octal | 23 | 55 | 346 | 134 | 120 | 0 | 12 | 351 | 125 | 61 |
| Binary | 10011 | 101101 | 11100110 | 1011100 | 1010000 | 0 | 1010 | 11101001 | 1010101 | 110001 |
Color Harmonies of #132DE6
Complementary color
Monochromatic Colors of #132DE6
Black with #132DE6
Text Example
Text Example
White with #132DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132DE6; }
p { color: rgb(19,45,230); }
H1.HeaderClassName
{
color: #132DE6;
}
.AnyTagClassName
{
color: #132DE6;
}
</style>
background-color css
<style>
a { background-color: #132DE6; }
a { background-color: rgb(19,45,230); }
div.DivClassName
{
background-color: #132DE6;
}
.BgClassName
{
background-color: #132DE6;
}
</style>
border-color css
<style>
span { border-color: #132DE6; }
span { border-color: rgb(19,45,230); }
td.TdClassName
{
border-color: #132DE6;
}
.TagClassName
{
border-color: #132DE6;
}
</style>