Shades of Persian Blue #1435CD
Tints of Persian Blue #1435CD
RGB
CMYK
RGB Variations
Color information
#1435CD (or 0x1435CD) is known color: Persian Blue. HEX triplet: 14, 35 and CD. RGB value is (20,53,205). Sum of RGB (Red+Green+Blue) = 20+53+205=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 205 (80.47% from 255 or 73.74% from 278); Max value from RGB is 205 - color contains mainly: blue. Hex color #1435CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1435CD is #EBCA32. Grayscale: #3B3B3B. Windows color (decimal): -15452723 or 13448468. OLE color: 13448468.
HSL color Cylindrical-coordinate representation of color #1435CD: hue angle of 229.3º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1435CD is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 53 | 205 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.20 |
| HSL | 229.3º | 0.82% | 0.44% | - |
| HSV(B) | 229.3º | 0.9% | 0.8% | - |
| XYZ | 12.58 | 7.1 | 58.47 | - |
| YUV | 60.46 | 209.57 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 205 | 0.90 | 0.74 | 0 | 0.20 | 229.3 | 0.82 | 0.44 |
| Hex | 14 | 35 | CD | 5A | 4A | 0 | 14 | E5 | 52 | 2C |
| Octal | 24 | 65 | 315 | 132 | 112 | 0 | 24 | 345 | 122 | 54 |
| Binary | 10100 | 110101 | 11001101 | 1011010 | 1001010 | 0 | 10100 | 11100101 | 1010010 | 101100 |
Color Harmonies of #1435CD
Complementary color
Monochromatic Colors of #1435CD
Black with #1435CD
Text Example
Text Example
White with #1435CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1435CD; }
p { color: rgb(20,53,205); }
H1.HeaderClassName
{
color: #1435CD;
}
.AnyTagClassName
{
color: #1435CD;
}
</style>
background-color css
<style>
a { background-color: #1435CD; }
a { background-color: rgb(20,53,205); }
div.DivClassName
{
background-color: #1435CD;
}
.BgClassName
{
background-color: #1435CD;
}
</style>
border-color css
<style>
span { border-color: #1435CD; }
span { border-color: rgb(20,53,205); }
td.TdClassName
{
border-color: #1435CD;
}
.TagClassName
{
border-color: #1435CD;
}
</style>