Shades of Persian Blue #132DC6
Tints of Persian Blue #132DC6
RGB
CMYK
RGB Variations
Color information
#132DC6 (or 0x132DC6) is known color: Persian Blue. HEX triplet: 13, 2D and C6. RGB value is (19,45,198). Sum of RGB (Red+Green+Blue) = 19+45+198=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 198 (77.73% from 255 or 75.57% from 262); Max value from RGB is 198 - color contains mainly: blue. Hex color #132DC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132DC6 is #ECD239. Grayscale: #363636. Windows color (decimal): -15520314 or 12987667. OLE color: 12987667.
HSL color Cylindrical-coordinate representation of color #132DC6: hue angle of 231.28º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132DC6 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 45 | 198 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.22 |
| HSL | 231.28º | 0.82% | 0.43% | - |
| HSV(B) | 231.28º | 0.9% | 0.78% | - |
| XYZ | 11.4 | 6.09 | 54 | - |
| YUV | 54.67 | 208.89 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 198 | 0.90 | 0.77 | 0 | 0.22 | 231.28 | 0.82 | 0.43 |
| Hex | 13 | 2D | C6 | 5A | 4D | 0 | 16 | E7 | 52 | 2B |
| Octal | 23 | 55 | 306 | 132 | 115 | 0 | 26 | 347 | 122 | 53 |
| Binary | 10011 | 101101 | 11000110 | 1011010 | 1001101 | 0 | 10110 | 11100111 | 1010010 | 101011 |
Color Harmonies of #132DC6
Complementary color
Monochromatic Colors of #132DC6
Black with #132DC6
Text Example
Text Example
White with #132DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132DC6; }
p { color: rgb(19,45,198); }
H1.HeaderClassName
{
color: #132DC6;
}
.AnyTagClassName
{
color: #132DC6;
}
</style>
background-color css
<style>
a { background-color: #132DC6; }
a { background-color: rgb(19,45,198); }
div.DivClassName
{
background-color: #132DC6;
}
.BgClassName
{
background-color: #132DC6;
}
</style>
border-color css
<style>
span { border-color: #132DC6; }
span { border-color: rgb(19,45,198); }
td.TdClassName
{
border-color: #132DC6;
}
.TagClassName
{
border-color: #132DC6;
}
</style>