Shades of Persian Blue #132EC1
Tints of Persian Blue #132EC1
RGB
CMYK
RGB Variations
Color information
#132EC1 (or 0x132EC1) is known color: Persian Blue. HEX triplet: 13, 2E and C1. RGB value is (19,46,193). Sum of RGB (Red+Green+Blue) = 19+46+193=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 193 (75.78% from 255 or 74.81% from 258); Max value from RGB is 193 - color contains mainly: blue. Hex color #132EC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132EC1 is #ECD13E. Grayscale: #363636. Windows color (decimal): -15520063 or 12660243. OLE color: 12660243.
HSL color Cylindrical-coordinate representation of color #132EC1: hue angle of 230.69º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132EC1 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 46 | 193 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.24 |
| HSL | 230.69º | 0.82% | 0.42% | - |
| HSV(B) | 230.69º | 0.9% | 0.76% | - |
| XYZ | 10.87 | 5.94 | 51.03 | - |
| YUV | 54.69 | 206.05 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 193 | 0.90 | 0.76 | 0 | 0.24 | 230.69 | 0.82 | 0.42 |
| Hex | 13 | 2E | C1 | 5A | 4C | 0 | 18 | E7 | 52 | 2A |
| Octal | 23 | 56 | 301 | 132 | 114 | 0 | 30 | 347 | 122 | 52 |
| Binary | 10011 | 101110 | 11000001 | 1011010 | 1001100 | 0 | 11000 | 11100111 | 1010010 | 101010 |
Color Harmonies of #132EC1
Complementary color
Monochromatic Colors of #132EC1
Black with #132EC1
Text Example
Text Example
White with #132EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132EC1; }
p { color: rgb(19,46,193); }
H1.HeaderClassName
{
color: #132EC1;
}
.AnyTagClassName
{
color: #132EC1;
}
</style>
background-color css
<style>
a { background-color: #132EC1; }
a { background-color: rgb(19,46,193); }
div.DivClassName
{
background-color: #132EC1;
}
.BgClassName
{
background-color: #132EC1;
}
</style>
border-color css
<style>
span { border-color: #132EC1; }
span { border-color: rgb(19,46,193); }
td.TdClassName
{
border-color: #132EC1;
}
.TagClassName
{
border-color: #132EC1;
}
</style>