Shades of Persian Blue #132ECF
Tints of Persian Blue #132ECF
RGB
CMYK
RGB Variations
Color information
#132ECF (or 0x132ECF) is known color: Persian Blue. HEX triplet: 13, 2E and CF. RGB value is (19,46,207). Sum of RGB (Red+Green+Blue) = 19+46+207=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 207 (81.25% from 255 or 76.10% from 272); Max value from RGB is 207 - color contains mainly: blue. Hex color #132ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132ECF is #ECD130. Grayscale: #373737. Windows color (decimal): -15520049 or 13577747. OLE color: 13577747.
HSL color Cylindrical-coordinate representation of color #132ECF: hue angle of 231.38º 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 #132ECF is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 46 | 207 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.19 |
| HSL | 231.38º | 0.83% | 0.44% | - |
| HSV(B) | 231.38º | 0.91% | 0.81% | - |
| XYZ | 12.51 | 6.6 | 59.65 | - |
| YUV | 56.28 | 213.05 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 207 | 0.91 | 0.78 | 0 | 0.19 | 231.38 | 0.83 | 0.44 |
| Hex | 13 | 2E | CF | 5B | 4E | 0 | 13 | E7 | 53 | 2C |
| Octal | 23 | 56 | 317 | 133 | 116 | 0 | 23 | 347 | 123 | 54 |
| Binary | 10011 | 101110 | 11001111 | 1011011 | 1001110 | 0 | 10011 | 11100111 | 1010011 | 101100 |
Color Harmonies of #132ECF
Complementary color
Monochromatic Colors of #132ECF
Black with #132ECF
Text Example
Text Example
White with #132ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132ECF; }
p { color: rgb(19,46,207); }
H1.HeaderClassName
{
color: #132ECF;
}
.AnyTagClassName
{
color: #132ECF;
}
</style>
background-color css
<style>
a { background-color: #132ECF; }
a { background-color: rgb(19,46,207); }
div.DivClassName
{
background-color: #132ECF;
}
.BgClassName
{
background-color: #132ECF;
}
</style>
border-color css
<style>
span { border-color: #132ECF; }
span { border-color: rgb(19,46,207); }
td.TdClassName
{
border-color: #132ECF;
}
.TagClassName
{
border-color: #132ECF;
}
</style>