Shades of Persian Blue #1436CE
Tints of Persian Blue #1436CE
RGB
CMYK
RGB Variations
Color information
#1436CE (or 0x1436CE) is known color: Persian Blue. HEX triplet: 14, 36 and CE. RGB value is (20,54,206). Sum of RGB (Red+Green+Blue) = 20+54+206=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 206 (80.86% from 255 or 73.57% from 280); Max value from RGB is 206 - color contains mainly: blue. Hex color #1436CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1436CE is #EBC931. Grayscale: #3C3C3C. Windows color (decimal): -15452466 or 13514260. OLE color: 13514260.
HSL color Cylindrical-coordinate representation of color #1436CE: hue angle of 229.03º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1436CE is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 54 | 206 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.19 |
| HSL | 229.03º | 0.82% | 0.44% | - |
| HSV(B) | 229.03º | 0.9% | 0.81% | - |
| XYZ | 12.75 | 7.24 | 59.12 | - |
| YUV | 61.16 | 209.74 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 206 | 0.90 | 0.74 | 0 | 0.19 | 229.03 | 0.82 | 0.44 |
| Hex | 14 | 36 | CE | 5A | 4A | 0 | 13 | E5 | 52 | 2C |
| Octal | 24 | 66 | 316 | 132 | 112 | 0 | 23 | 345 | 122 | 54 |
| Binary | 10100 | 110110 | 11001110 | 1011010 | 1001010 | 0 | 10011 | 11100101 | 1010010 | 101100 |
Color Harmonies of #1436CE
Complementary color
Monochromatic Colors of #1436CE
Black with #1436CE
Text Example
Text Example
White with #1436CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1436CE; }
p { color: rgb(20,54,206); }
H1.HeaderClassName
{
color: #1436CE;
}
.AnyTagClassName
{
color: #1436CE;
}
</style>
background-color css
<style>
a { background-color: #1436CE; }
a { background-color: rgb(20,54,206); }
div.DivClassName
{
background-color: #1436CE;
}
.BgClassName
{
background-color: #1436CE;
}
</style>
border-color css
<style>
span { border-color: #1436CE; }
span { border-color: rgb(20,54,206); }
td.TdClassName
{
border-color: #1436CE;
}
.TagClassName
{
border-color: #1436CE;
}
</style>