Shades of Persian Blue #1436CA
Tints of Persian Blue #1436CA
RGB
CMYK
RGB Variations
Color information
#1436CA (or 0x1436CA) is known color: Persian Blue. HEX triplet: 14, 36 and CA. RGB value is (20,54,202). Sum of RGB (Red+Green+Blue) = 20+54+202=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 202 (79.30% from 255 or 73.19% from 276); Max value from RGB is 202 - color contains mainly: blue. Hex color #1436CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1436CA is #EBC935. Grayscale: #3C3C3C. Windows color (decimal): -15452470 or 13252116. OLE color: 13252116.
HSL color Cylindrical-coordinate representation of color #1436CA: hue angle of 228.79º 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 #1436CA is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 54 | 202 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.21 |
| HSL | 228.79º | 0.82% | 0.44% | - |
| HSV(B) | 228.79º | 0.9% | 0.79% | - |
| XYZ | 12.27 | 7.05 | 56.59 | - |
| YUV | 60.71 | 207.74 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 202 | 0.90 | 0.73 | 0 | 0.21 | 228.79 | 0.82 | 0.44 |
| Hex | 14 | 36 | CA | 5A | 49 | 0 | 15 | E5 | 52 | 2C |
| Octal | 24 | 66 | 312 | 132 | 111 | 0 | 25 | 345 | 122 | 54 |
| Binary | 10100 | 110110 | 11001010 | 1011010 | 1001001 | 0 | 10101 | 11100101 | 1010010 | 101100 |
Color Harmonies of #1436CA
Complementary color
Monochromatic Colors of #1436CA
Black with #1436CA
Text Example
Text Example
White with #1436CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1436CA; }
p { color: rgb(20,54,202); }
H1.HeaderClassName
{
color: #1436CA;
}
.AnyTagClassName
{
color: #1436CA;
}
</style>
background-color css
<style>
a { background-color: #1436CA; }
a { background-color: rgb(20,54,202); }
div.DivClassName
{
background-color: #1436CA;
}
.BgClassName
{
background-color: #1436CA;
}
</style>
border-color css
<style>
span { border-color: #1436CA; }
span { border-color: rgb(20,54,202); }
td.TdClassName
{
border-color: #1436CA;
}
.TagClassName
{
border-color: #1436CA;
}
</style>