Shades of Persian Blue #132EC2
Tints of Persian Blue #132EC2
RGB
CMYK
RGB Variations
Color information
#132EC2 (or 0x132EC2) is known color: Persian Blue. HEX triplet: 13, 2E and C2. RGB value is (19,46,194). Sum of RGB (Red+Green+Blue) = 19+46+194=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 194 (76.17% from 255 or 74.90% from 259); Max value from RGB is 194 - color contains mainly: blue. Hex color #132EC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132EC2 is #ECD13D. Grayscale: #363636. Windows color (decimal): -15520062 or 12725779. OLE color: 12725779.
HSL color Cylindrical-coordinate representation of color #132EC2: hue angle of 230.74º 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 #132EC2 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 46 | 194 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.24 |
| HSL | 230.74º | 0.82% | 0.42% | - |
| HSV(B) | 230.74º | 0.9% | 0.76% | - |
| XYZ | 10.98 | 5.99 | 51.62 | - |
| YUV | 54.8 | 206.55 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 194 | 0.90 | 0.76 | 0 | 0.24 | 230.74 | 0.82 | 0.42 |
| Hex | 13 | 2E | C2 | 5A | 4C | 0 | 18 | E7 | 52 | 2A |
| Octal | 23 | 56 | 302 | 132 | 114 | 0 | 30 | 347 | 122 | 52 |
| Binary | 10011 | 101110 | 11000010 | 1011010 | 1001100 | 0 | 11000 | 11100111 | 1010010 | 101010 |
Color Harmonies of #132EC2
Complementary color
Monochromatic Colors of #132EC2
Black with #132EC2
Text Example
Text Example
White with #132EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132EC2; }
p { color: rgb(19,46,194); }
H1.HeaderClassName
{
color: #132EC2;
}
.AnyTagClassName
{
color: #132EC2;
}
</style>
background-color css
<style>
a { background-color: #132EC2; }
a { background-color: rgb(19,46,194); }
div.DivClassName
{
background-color: #132EC2;
}
.BgClassName
{
background-color: #132EC2;
}
</style>
border-color css
<style>
span { border-color: #132EC2; }
span { border-color: rgb(19,46,194); }
td.TdClassName
{
border-color: #132EC2;
}
.TagClassName
{
border-color: #132EC2;
}
</style>