Shades of Persian Blue #132BCC
Tints of Persian Blue #132BCC
RGB
CMYK
RGB Variations
Color information
#132BCC (or 0x132BCC) is known color: Persian Blue. HEX triplet: 13, 2B and CC. RGB value is (19,43,204). Sum of RGB (Red+Green+Blue) = 19+43+204=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 204 (80.08% from 255 or 76.69% from 266); Max value from RGB is 204 - color contains mainly: blue. Hex color #132BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132BCC is #ECD433. Grayscale: #353535. Windows color (decimal): -15520820 or 13380371. OLE color: 13380371.
HSL color Cylindrical-coordinate representation of color #132BCC: hue angle of 232.22º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132BCC is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 43 | 204 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.2 |
| HSL | 232.22º | 0.83% | 0.44% | - |
| HSV(B) | 232.22º | 0.91% | 0.8% | - |
| XYZ | 12.03 | 6.23 | 57.69 | - |
| YUV | 54.18 | 212.55 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 43 | 204 | 0.91 | 0.79 | 0 | 0.2 | 232.22 | 0.83 | 0.44 |
| Hex | 13 | 2B | CC | 5B | 4F | 0 | 14 | E8 | 53 | 2C |
| Octal | 23 | 53 | 314 | 133 | 117 | 0 | 24 | 350 | 123 | 54 |
| Binary | 10011 | 101011 | 11001100 | 1011011 | 1001111 | 0 | 10100 | 11101000 | 1010011 | 101100 |
Color Harmonies of #132BCC
Complementary color
Monochromatic Colors of #132BCC
Black with #132BCC
Text Example
Text Example
White with #132BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132BCC; }
p { color: rgb(19,43,204); }
H1.HeaderClassName
{
color: #132BCC;
}
.AnyTagClassName
{
color: #132BCC;
}
</style>
background-color css
<style>
a { background-color: #132BCC; }
a { background-color: rgb(19,43,204); }
div.DivClassName
{
background-color: #132BCC;
}
.BgClassName
{
background-color: #132BCC;
}
</style>
border-color css
<style>
span { border-color: #132BCC; }
span { border-color: rgb(19,43,204); }
td.TdClassName
{
border-color: #132BCC;
}
.TagClassName
{
border-color: #132BCC;
}
</style>