Shades of Persian Blue #132DCB
Tints of Persian Blue #132DCB
RGB
CMYK
RGB Variations
Color information
#132DCB (or 0x132DCB) is known color: Persian Blue. HEX triplet: 13, 2D and CB. RGB value is (19,45,203). Sum of RGB (Red+Green+Blue) = 19+45+203=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 203 (79.69% from 255 or 76.03% from 267); Max value from RGB is 203 - color contains mainly: blue. Hex color #132DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132DCB is #ECD234. Grayscale: #363636. Windows color (decimal): -15520309 or 13315347. OLE color: 13315347.
HSL color Cylindrical-coordinate representation of color #132DCB: hue angle of 231.52º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132DCB is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 45 | 203 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.20 |
| HSL | 231.52º | 0.83% | 0.44% | - |
| HSV(B) | 231.52º | 0.91% | 0.8% | - |
| XYZ | 11.99 | 6.33 | 57.09 | - |
| YUV | 55.24 | 211.39 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 203 | 0.91 | 0.78 | 0 | 0.20 | 231.52 | 0.83 | 0.44 |
| Hex | 13 | 2D | CB | 5B | 4E | 0 | 14 | E8 | 53 | 2C |
| Octal | 23 | 55 | 313 | 133 | 116 | 0 | 24 | 350 | 123 | 54 |
| Binary | 10011 | 101101 | 11001011 | 1011011 | 1001110 | 0 | 10100 | 11101000 | 1010011 | 101100 |
Color Harmonies of #132DCB
Complementary color
Monochromatic Colors of #132DCB
Black with #132DCB
Text Example
Text Example
White with #132DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132DCB; }
p { color: rgb(19,45,203); }
H1.HeaderClassName
{
color: #132DCB;
}
.AnyTagClassName
{
color: #132DCB;
}
</style>
background-color css
<style>
a { background-color: #132DCB; }
a { background-color: rgb(19,45,203); }
div.DivClassName
{
background-color: #132DCB;
}
.BgClassName
{
background-color: #132DCB;
}
</style>
border-color css
<style>
span { border-color: #132DCB; }
span { border-color: rgb(19,45,203); }
td.TdClassName
{
border-color: #132DCB;
}
.TagClassName
{
border-color: #132DCB;
}
</style>