Shades of Persian Blue #132BCA
Tints of Persian Blue #132BCA
RGB
CMYK
RGB Variations
Color information
#132BCA (or 0x132BCA) is known color: Persian Blue. HEX triplet: 13, 2B and CA. RGB value is (19,43,202). Sum of RGB (Red+Green+Blue) = 19+43+202=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 202 (79.30% from 255 or 76.52% from 264); Max value from RGB is 202 - color contains mainly: blue. Hex color #132BCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132BCA is #ECD435. Grayscale: #353535. Windows color (decimal): -15520822 or 13249299. OLE color: 13249299.
HSL color Cylindrical-coordinate representation of color #132BCA: hue angle of 232.13º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132BCA is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 43 | 202 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.21 |
| HSL | 232.13º | 0.83% | 0.43% | - |
| HSV(B) | 232.13º | 0.91% | 0.79% | - |
| XYZ | 11.79 | 6.13 | 56.44 | - |
| YUV | 53.95 | 211.55 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 43 | 202 | 0.91 | 0.79 | 0 | 0.21 | 232.13 | 0.83 | 0.43 |
| Hex | 13 | 2B | CA | 5B | 4F | 0 | 15 | E8 | 53 | 2B |
| Octal | 23 | 53 | 312 | 133 | 117 | 0 | 25 | 350 | 123 | 53 |
| Binary | 10011 | 101011 | 11001010 | 1011011 | 1001111 | 0 | 10101 | 11101000 | 1010011 | 101011 |
Color Harmonies of #132BCA
Complementary color
Monochromatic Colors of #132BCA
Black with #132BCA
Text Example
Text Example
White with #132BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132BCA; }
p { color: rgb(19,43,202); }
H1.HeaderClassName
{
color: #132BCA;
}
.AnyTagClassName
{
color: #132BCA;
}
</style>
background-color css
<style>
a { background-color: #132BCA; }
a { background-color: rgb(19,43,202); }
div.DivClassName
{
background-color: #132BCA;
}
.BgClassName
{
background-color: #132BCA;
}
</style>
border-color css
<style>
span { border-color: #132BCA; }
span { border-color: rgb(19,43,202); }
td.TdClassName
{
border-color: #132BCA;
}
.TagClassName
{
border-color: #132BCA;
}
</style>