Shades of Persian Blue #132DC7
Tints of Persian Blue #132DC7
RGB
CMYK
RGB Variations
Color information
#132DC7 (or 0x132DC7) is known color: Persian Blue. HEX triplet: 13, 2D and C7. RGB value is (19,45,199). Sum of RGB (Red+Green+Blue) = 19+45+199=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 45 (17.97% from 255 or 17.11% from 263); Blue value is 199 (78.12% from 255 or 75.67% from 263); Max value from RGB is 199 - color contains mainly: blue. Hex color #132DC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132DC7 is #ECD238. Grayscale: #363636. Windows color (decimal): -15520313 or 13053203. OLE color: 13053203.
HSL color Cylindrical-coordinate representation of color #132DC7: hue angle of 231.33º degrees, saturation: 0.83, 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 #132DC7 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 45 | 199 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.22 |
| HSL | 231.33º | 0.83% | 0.43% | - |
| HSV(B) | 231.33º | 0.9% | 0.78% | - |
| XYZ | 11.52 | 6.14 | 54.61 | - |
| YUV | 54.78 | 209.39 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 199 | 0.90 | 0.77 | 0 | 0.22 | 231.33 | 0.83 | 0.43 |
| Hex | 13 | 2D | C7 | 5A | 4D | 0 | 16 | E7 | 53 | 2B |
| Octal | 23 | 55 | 307 | 132 | 115 | 0 | 26 | 347 | 123 | 53 |
| Binary | 10011 | 101101 | 11000111 | 1011010 | 1001101 | 0 | 10110 | 11100111 | 1010011 | 101011 |
Color Harmonies of #132DC7
Complementary color
Monochromatic Colors of #132DC7
Black with #132DC7
Text Example
Text Example
White with #132DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132DC7; }
p { color: rgb(19,45,199); }
H1.HeaderClassName
{
color: #132DC7;
}
.AnyTagClassName
{
color: #132DC7;
}
</style>
background-color css
<style>
a { background-color: #132DC7; }
a { background-color: rgb(19,45,199); }
div.DivClassName
{
background-color: #132DC7;
}
.BgClassName
{
background-color: #132DC7;
}
</style>
border-color css
<style>
span { border-color: #132DC7; }
span { border-color: rgb(19,45,199); }
td.TdClassName
{
border-color: #132DC7;
}
.TagClassName
{
border-color: #132DC7;
}
</style>