Shades of Persian Blue #132EC8
Tints of Persian Blue #132EC8
RGB
CMYK
RGB Variations
Color information
#132EC8 (or 0x132EC8) is known color: Persian Blue. HEX triplet: 13, 2E and C8. RGB value is (19,46,200). Sum of RGB (Red+Green+Blue) = 19+46+200=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 200 (78.52% from 255 or 75.47% from 265); Max value from RGB is 200 - color contains mainly: blue. Hex color #132EC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132EC8 is #ECD137. Grayscale: #363636. Windows color (decimal): -15520056 or 13118995. OLE color: 13118995.
HSL color Cylindrical-coordinate representation of color #132EC8: hue angle of 231.05º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132EC8 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 46 | 200 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.22 |
| HSL | 231.05º | 0.83% | 0.43% | - |
| HSV(B) | 231.05º | 0.91% | 0.78% | - |
| XYZ | 11.67 | 6.26 | 55.24 | - |
| YUV | 55.48 | 209.55 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 200 | 0.90 | 0.77 | 0 | 0.22 | 231.05 | 0.83 | 0.43 |
| Hex | 13 | 2E | C8 | 5A | 4D | 0 | 16 | E7 | 53 | 2B |
| Octal | 23 | 56 | 310 | 132 | 115 | 0 | 26 | 347 | 123 | 53 |
| Binary | 10011 | 101110 | 11001000 | 1011010 | 1001101 | 0 | 10110 | 11100111 | 1010011 | 101011 |
Color Harmonies of #132EC8
Complementary color
Monochromatic Colors of #132EC8
Black with #132EC8
Text Example
Text Example
White with #132EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132EC8; }
p { color: rgb(19,46,200); }
H1.HeaderClassName
{
color: #132EC8;
}
.AnyTagClassName
{
color: #132EC8;
}
</style>
background-color css
<style>
a { background-color: #132EC8; }
a { background-color: rgb(19,46,200); }
div.DivClassName
{
background-color: #132EC8;
}
.BgClassName
{
background-color: #132EC8;
}
</style>
border-color css
<style>
span { border-color: #132EC8; }
span { border-color: rgb(19,46,200); }
td.TdClassName
{
border-color: #132EC8;
}
.TagClassName
{
border-color: #132EC8;
}
</style>