Shades of Persian Blue #1432CA
Tints of Persian Blue #1432CA
RGB
CMYK
RGB Variations
Color information
#1432CA (or 0x1432CA) is known color: Persian Blue. HEX triplet: 14, 32 and CA. RGB value is (20,50,202). Sum of RGB (Red+Green+Blue) = 20+50+202=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 202 (79.30% from 255 or 74.26% from 272); Max value from RGB is 202 - color contains mainly: blue. Hex color #1432CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1432CA is #EBCD35. Grayscale: #393939. Windows color (decimal): -15453494 or 13251092. OLE color: 13251092.
HSL color Cylindrical-coordinate representation of color #1432CA: hue angle of 230.11º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1432CA is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 50 | 202 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.21 |
| HSL | 230.11º | 0.82% | 0.44% | - |
| HSV(B) | 230.11º | 0.9% | 0.79% | - |
| XYZ | 12.09 | 6.69 | 56.53 | - |
| YUV | 58.36 | 209.06 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 202 | 0.90 | 0.75 | 0 | 0.21 | 230.11 | 0.82 | 0.44 |
| Hex | 14 | 32 | CA | 5A | 4B | 0 | 15 | E6 | 52 | 2C |
| Octal | 24 | 62 | 312 | 132 | 113 | 0 | 25 | 346 | 122 | 54 |
| Binary | 10100 | 110010 | 11001010 | 1011010 | 1001011 | 0 | 10101 | 11100110 | 1010010 | 101100 |
Color Harmonies of #1432CA
Complementary color
Monochromatic Colors of #1432CA
Black with #1432CA
Text Example
Text Example
White with #1432CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1432CA; }
p { color: rgb(20,50,202); }
H1.HeaderClassName
{
color: #1432CA;
}
.AnyTagClassName
{
color: #1432CA;
}
</style>
background-color css
<style>
a { background-color: #1432CA; }
a { background-color: rgb(20,50,202); }
div.DivClassName
{
background-color: #1432CA;
}
.BgClassName
{
background-color: #1432CA;
}
</style>
border-color css
<style>
span { border-color: #1432CA; }
span { border-color: rgb(20,50,202); }
td.TdClassName
{
border-color: #1432CA;
}
.TagClassName
{
border-color: #1432CA;
}
</style>