Shades of Persian Blue #132ABC
Tints of Persian Blue #132ABC
RGB
CMYK
RGB Variations
Color information
#132ABC (or 0x132ABC) is known color: Persian Blue. HEX triplet: 13, 2A and BC. RGB value is (19,42,188). Sum of RGB (Red+Green+Blue) = 19+42+188=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 188 (73.83% from 255 or 75.50% from 249); Max value from RGB is 188 - color contains mainly: blue. Hex color #132ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132ABC is #ECD543. Grayscale: #333333. Windows color (decimal): -15521092 or 12331539. OLE color: 12331539.
HSL color Cylindrical-coordinate representation of color #132ABC: hue angle of 231.83º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132ABC is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 42 | 188 | - |
| CMYK | 0.90 | 0.78 | 0 | 0.26 |
| HSL | 231.83º | 0.82% | 0.41% | - |
| HSV(B) | 231.83º | 0.9% | 0.74% | - |
| XYZ | 10.17 | 5.43 | 48.09 | - |
| YUV | 51.77 | 204.88 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 188 | 0.90 | 0.78 | 0 | 0.26 | 231.83 | 0.82 | 0.41 |
| Hex | 13 | 2A | BC | 5A | 4E | 0 | 1A | E8 | 52 | 29 |
| Octal | 23 | 52 | 274 | 132 | 116 | 0 | 32 | 350 | 122 | 51 |
| Binary | 10011 | 101010 | 10111100 | 1011010 | 1001110 | 0 | 11010 | 11101000 | 1010010 | 101001 |
Color Harmonies of #132ABC
Complementary color
Monochromatic Colors of #132ABC
Black with #132ABC
Text Example
Text Example
White with #132ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132ABC; }
p { color: rgb(19,42,188); }
H1.HeaderClassName
{
color: #132ABC;
}
.AnyTagClassName
{
color: #132ABC;
}
</style>
background-color css
<style>
a { background-color: #132ABC; }
a { background-color: rgb(19,42,188); }
div.DivClassName
{
background-color: #132ABC;
}
.BgClassName
{
background-color: #132ABC;
}
</style>
border-color css
<style>
span { border-color: #132ABC; }
span { border-color: rgb(19,42,188); }
td.TdClassName
{
border-color: #132ABC;
}
.TagClassName
{
border-color: #132ABC;
}
</style>