Shades of Persian Blue #132CE6
Tints of Persian Blue #132CE6
RGB
CMYK
RGB Variations
Color information
#132CE6 (or 0x132CE6) is known color: Persian Blue. HEX triplet: 13, 2C and E6. RGB value is (19,44,230). Sum of RGB (Red+Green+Blue) = 19+44+230=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 230 (90.23% from 255 or 78.50% from 293); Max value from RGB is 230 - color contains mainly: blue. Hex color #132CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132CE6 is #ECD319. Grayscale: #383838. Windows color (decimal): -15520538 or 15084563. OLE color: 15084563.
HSL color Cylindrical-coordinate representation of color #132CE6: hue angle of 232.89º 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 #132CE6 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 44 | 230 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.10 |
| HSL | 232.89º | 0.85% | 0.49% | - |
| HSV(B) | 232.89º | 0.92% | 0.9% | - |
| XYZ | 15.45 | 7.65 | 75.53 | - |
| YUV | 57.73 | 225.22 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 230 | 0.92 | 0.81 | 0 | 0.10 | 232.89 | 0.85 | 0.49 |
| Hex | 13 | 2C | E6 | 5C | 51 | 0 | A | E9 | 55 | 31 |
| Octal | 23 | 54 | 346 | 134 | 121 | 0 | 12 | 351 | 125 | 61 |
| Binary | 10011 | 101100 | 11100110 | 1011100 | 1010001 | 0 | 1010 | 11101001 | 1010101 | 110001 |
Color Harmonies of #132CE6
Complementary color
Monochromatic Colors of #132CE6
Black with #132CE6
Text Example
Text Example
White with #132CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132CE6; }
p { color: rgb(19,44,230); }
H1.HeaderClassName
{
color: #132CE6;
}
.AnyTagClassName
{
color: #132CE6;
}
</style>
background-color css
<style>
a { background-color: #132CE6; }
a { background-color: rgb(19,44,230); }
div.DivClassName
{
background-color: #132CE6;
}
.BgClassName
{
background-color: #132CE6;
}
</style>
border-color css
<style>
span { border-color: #132CE6; }
span { border-color: rgb(19,44,230); }
td.TdClassName
{
border-color: #132CE6;
}
.TagClassName
{
border-color: #132CE6;
}
</style>