Shades of Persian Blue #132ADE
Tints of Persian Blue #132ADE
RGB
CMYK
RGB Variations
Color information
#132ADE (or 0x132ADE) is known color: Persian Blue. HEX triplet: 13, 2A and DE. RGB value is (19,42,222). Sum of RGB (Red+Green+Blue) = 19+42+222=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 222 (87.11% from 255 or 78.45% from 283); Max value from RGB is 222 - color contains mainly: blue. Hex color #132ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132ADE is #ECD521. Grayscale: #363636. Windows color (decimal): -15521058 or 14559763. OLE color: 14559763.
HSL color Cylindrical-coordinate representation of color #132ADE: hue angle of 233.2º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132ADE is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 42 | 222 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.13 |
| HSL | 233.2º | 0.84% | 0.47% | - |
| HSV(B) | 233.2º | 0.91% | 0.87% | - |
| XYZ | 14.28 | 7.07 | 69.72 | - |
| YUV | 55.64 | 221.88 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 222 | 0.91 | 0.81 | 0 | 0.13 | 233.2 | 0.84 | 0.47 |
| Hex | 13 | 2A | DE | 5B | 51 | 0 | D | E9 | 54 | 2F |
| Octal | 23 | 52 | 336 | 133 | 121 | 0 | 15 | 351 | 124 | 57 |
| Binary | 10011 | 101010 | 11011110 | 1011011 | 1010001 | 0 | 1101 | 11101001 | 1010100 | 101111 |
Color Harmonies of #132ADE
Complementary color
Monochromatic Colors of #132ADE
Black with #132ADE
Text Example
Text Example
White with #132ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132ADE; }
p { color: rgb(19,42,222); }
H1.HeaderClassName
{
color: #132ADE;
}
.AnyTagClassName
{
color: #132ADE;
}
</style>
background-color css
<style>
a { background-color: #132ADE; }
a { background-color: rgb(19,42,222); }
div.DivClassName
{
background-color: #132ADE;
}
.BgClassName
{
background-color: #132ADE;
}
</style>
border-color css
<style>
span { border-color: #132ADE; }
span { border-color: rgb(19,42,222); }
td.TdClassName
{
border-color: #132ADE;
}
.TagClassName
{
border-color: #132ADE;
}
</style>