Shades of Persian Blue #1436CD
Tints of Persian Blue #1436CD
RGB
CMYK
RGB Variations
Color information
#1436CD (or 0x1436CD) is known color: Persian Blue. HEX triplet: 14, 36 and CD. RGB value is (20,54,205). Sum of RGB (Red+Green+Blue) = 20+54+205=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 205 (80.47% from 255 or 73.48% from 279); Max value from RGB is 205 - color contains mainly: blue. Hex color #1436CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1436CD is #EBC932. Grayscale: #3C3C3C. Windows color (decimal): -15452467 or 13448724. OLE color: 13448724.
HSL color Cylindrical-coordinate representation of color #1436CD: hue angle of 228.97º 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 #1436CD is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 54 | 205 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.20 |
| HSL | 228.97º | 0.82% | 0.44% | - |
| HSV(B) | 228.97º | 0.9% | 0.8% | - |
| XYZ | 12.63 | 7.19 | 58.48 | - |
| YUV | 61.05 | 209.24 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 205 | 0.90 | 0.74 | 0 | 0.20 | 228.97 | 0.82 | 0.44 |
| Hex | 14 | 36 | CD | 5A | 4A | 0 | 14 | E5 | 52 | 2C |
| Octal | 24 | 66 | 315 | 132 | 112 | 0 | 24 | 345 | 122 | 54 |
| Binary | 10100 | 110110 | 11001101 | 1011010 | 1001010 | 0 | 10100 | 11100101 | 1010010 | 101100 |
Color Harmonies of #1436CD
Complementary color
Monochromatic Colors of #1436CD
Black with #1436CD
Text Example
Text Example
White with #1436CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1436CD; }
p { color: rgb(20,54,205); }
H1.HeaderClassName
{
color: #1436CD;
}
.AnyTagClassName
{
color: #1436CD;
}
</style>
background-color css
<style>
a { background-color: #1436CD; }
a { background-color: rgb(20,54,205); }
div.DivClassName
{
background-color: #1436CD;
}
.BgClassName
{
background-color: #1436CD;
}
</style>
border-color css
<style>
span { border-color: #1436CD; }
span { border-color: rgb(20,54,205); }
td.TdClassName
{
border-color: #1436CD;
}
.TagClassName
{
border-color: #1436CD;
}
</style>