Shades of Persian Blue #132DD5
Tints of Persian Blue #132DD5
RGB
CMYK
RGB Variations
Color information
#132DD5 (or 0x132DD5) is known color: Persian Blue. HEX triplet: 13, 2D and D5. RGB value is (19,45,213). Sum of RGB (Red+Green+Blue) = 19+45+213=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 213 (83.59% from 255 or 76.90% from 277); Max value from RGB is 213 - color contains mainly: blue. Hex color #132DD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132DD5 is #ECD22A. Grayscale: #373737. Windows color (decimal): -15520299 or 13970707. OLE color: 13970707.
HSL color Cylindrical-coordinate representation of color #132DD5: hue angle of 231.96º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132DD5 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 45 | 213 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.16 |
| HSL | 231.96º | 0.84% | 0.45% | - |
| HSV(B) | 231.96º | 0.91% | 0.84% | - |
| XYZ | 13.22 | 6.82 | 63.57 | - |
| YUV | 56.38 | 216.39 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 213 | 0.91 | 0.79 | 0 | 0.16 | 231.96 | 0.84 | 0.45 |
| Hex | 13 | 2D | D5 | 5B | 4F | 0 | 10 | E8 | 54 | 2D |
| Octal | 23 | 55 | 325 | 133 | 117 | 0 | 20 | 350 | 124 | 55 |
| Binary | 10011 | 101101 | 11010101 | 1011011 | 1001111 | 0 | 10000 | 11101000 | 1010100 | 101101 |
Color Harmonies of #132DD5
Complementary color
Monochromatic Colors of #132DD5
Black with #132DD5
Text Example
Text Example
White with #132DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132DD5; }
p { color: rgb(19,45,213); }
H1.HeaderClassName
{
color: #132DD5;
}
.AnyTagClassName
{
color: #132DD5;
}
</style>
background-color css
<style>
a { background-color: #132DD5; }
a { background-color: rgb(19,45,213); }
div.DivClassName
{
background-color: #132DD5;
}
.BgClassName
{
background-color: #132DD5;
}
</style>
border-color css
<style>
span { border-color: #132DD5; }
span { border-color: rgb(19,45,213); }
td.TdClassName
{
border-color: #132DD5;
}
.TagClassName
{
border-color: #132DD5;
}
</style>