Shades of Persian Blue #1434CA
Tints of Persian Blue #1434CA
RGB
CMYK
RGB Variations
Color information
#1434CA (or 0x1434CA) is known color: Persian Blue. HEX triplet: 14, 34 and CA. RGB value is (20,52,202). Sum of RGB (Red+Green+Blue) = 20+52+202=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 202 (79.30% from 255 or 73.72% from 274); Max value from RGB is 202 - color contains mainly: blue. Hex color #1434CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1434CA is #EBCB35. Grayscale: #3A3A3A. Windows color (decimal): -15452982 or 13251604. OLE color: 13251604.
HSL color Cylindrical-coordinate representation of color #1434CA: hue angle of 229.45º 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 #1434CA is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 52 | 202 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.21 |
| HSL | 229.45º | 0.82% | 0.44% | - |
| HSV(B) | 229.45º | 0.9% | 0.79% | - |
| XYZ | 12.18 | 6.87 | 56.56 | - |
| YUV | 59.53 | 208.4 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 202 | 0.90 | 0.74 | 0 | 0.21 | 229.45 | 0.82 | 0.44 |
| Hex | 14 | 34 | CA | 5A | 4A | 0 | 15 | E5 | 52 | 2C |
| Octal | 24 | 64 | 312 | 132 | 112 | 0 | 25 | 345 | 122 | 54 |
| Binary | 10100 | 110100 | 11001010 | 1011010 | 1001010 | 0 | 10101 | 11100101 | 1010010 | 101100 |
Color Harmonies of #1434CA
Complementary color
Monochromatic Colors of #1434CA
Black with #1434CA
Text Example
Text Example
White with #1434CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1434CA; }
p { color: rgb(20,52,202); }
H1.HeaderClassName
{
color: #1434CA;
}
.AnyTagClassName
{
color: #1434CA;
}
</style>
background-color css
<style>
a { background-color: #1434CA; }
a { background-color: rgb(20,52,202); }
div.DivClassName
{
background-color: #1434CA;
}
.BgClassName
{
background-color: #1434CA;
}
</style>
border-color css
<style>
span { border-color: #1434CA; }
span { border-color: rgb(20,52,202); }
td.TdClassName
{
border-color: #1434CA;
}
.TagClassName
{
border-color: #1434CA;
}
</style>