Shades of Persian Blue #132DCE
Tints of Persian Blue #132DCE
RGB
CMYK
RGB Variations
Color information
#132DCE (or 0x132DCE) is known color: Persian Blue. HEX triplet: 13, 2D and CE. RGB value is (19,45,206). Sum of RGB (Red+Green+Blue) = 19+45+206=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #132DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132DCE is #ECD231. Grayscale: #363636. Windows color (decimal): -15520306 or 13511955. OLE color: 13511955.
HSL color Cylindrical-coordinate representation of color #132DCE: hue angle of 231.66º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132DCE is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 45 | 206 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.19 |
| HSL | 231.66º | 0.83% | 0.44% | - |
| HSV(B) | 231.66º | 0.91% | 0.81% | - |
| XYZ | 12.35 | 6.47 | 58.99 | - |
| YUV | 55.58 | 212.89 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 206 | 0.91 | 0.78 | 0 | 0.19 | 231.66 | 0.83 | 0.44 |
| Hex | 13 | 2D | CE | 5B | 4E | 0 | 13 | E8 | 53 | 2C |
| Octal | 23 | 55 | 316 | 133 | 116 | 0 | 23 | 350 | 123 | 54 |
| Binary | 10011 | 101101 | 11001110 | 1011011 | 1001110 | 0 | 10011 | 11101000 | 1010011 | 101100 |
Color Harmonies of #132DCE
Complementary color
Monochromatic Colors of #132DCE
Black with #132DCE
Text Example
Text Example
White with #132DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132DCE; }
p { color: rgb(19,45,206); }
H1.HeaderClassName
{
color: #132DCE;
}
.AnyTagClassName
{
color: #132DCE;
}
</style>
background-color css
<style>
a { background-color: #132DCE; }
a { background-color: rgb(19,45,206); }
div.DivClassName
{
background-color: #132DCE;
}
.BgClassName
{
background-color: #132DCE;
}
</style>
border-color css
<style>
span { border-color: #132DCE; }
span { border-color: rgb(19,45,206); }
td.TdClassName
{
border-color: #132DCE;
}
.TagClassName
{
border-color: #132DCE;
}
</style>