Shades of Persian Blue #132CDD
Tints of Persian Blue #132CDD
RGB
CMYK
RGB Variations
Color information
#132CDD (or 0x132CDD) is known color: Persian Blue. HEX triplet: 13, 2C and DD. RGB value is (19,44,221). Sum of RGB (Red+Green+Blue) = 19+44+221=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 221 (86.72% from 255 or 77.82% from 284); Max value from RGB is 221 - color contains mainly: blue. Hex color #132CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132CDD is #ECD322. Grayscale: #373737. Windows color (decimal): -15520547 or 14494739. OLE color: 14494739.
HSL color Cylindrical-coordinate representation of color #132CDD: hue angle of 232.57º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132CDD is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 44 | 221 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.13 |
| HSL | 232.57º | 0.84% | 0.47% | - |
| HSV(B) | 232.57º | 0.91% | 0.87% | - |
| XYZ | 14.22 | 7.16 | 69.04 | - |
| YUV | 56.7 | 220.72 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 221 | 0.91 | 0.80 | 0 | 0.13 | 232.57 | 0.84 | 0.47 |
| Hex | 13 | 2C | DD | 5B | 50 | 0 | D | E9 | 54 | 2F |
| Octal | 23 | 54 | 335 | 133 | 120 | 0 | 15 | 351 | 124 | 57 |
| Binary | 10011 | 101100 | 11011101 | 1011011 | 1010000 | 0 | 1101 | 11101001 | 1010100 | 101111 |
Color Harmonies of #132CDD
Complementary color
Monochromatic Colors of #132CDD
Black with #132CDD
Text Example
Text Example
White with #132CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132CDD; }
p { color: rgb(19,44,221); }
H1.HeaderClassName
{
color: #132CDD;
}
.AnyTagClassName
{
color: #132CDD;
}
</style>
background-color css
<style>
a { background-color: #132CDD; }
a { background-color: rgb(19,44,221); }
div.DivClassName
{
background-color: #132CDD;
}
.BgClassName
{
background-color: #132CDD;
}
</style>
border-color css
<style>
span { border-color: #132CDD; }
span { border-color: rgb(19,44,221); }
td.TdClassName
{
border-color: #132CDD;
}
.TagClassName
{
border-color: #132CDD;
}
</style>