Shades of Persian Blue #1440CE
Tints of Persian Blue #1440CE
RGB
CMYK
RGB Variations
Color information
#1440CE (or 0x1440CE) is known color: Persian Blue. HEX triplet: 14, 40 and CE. RGB value is (20,64,206). Sum of RGB (Red+Green+Blue) = 20+64+206=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #1440CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1440CE is #EBBF31. Grayscale: #424242. Windows color (decimal): -15449906 or 13516820. OLE color: 13516820.
HSL color Cylindrical-coordinate representation of color #1440CE: hue angle of 225.81º 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 #1440CE is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 64 | 206 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.19 |
| HSL | 225.81º | 0.82% | 0.44% | - |
| HSV(B) | 225.81º | 0.9% | 0.81% | - |
| XYZ | 13.26 | 8.27 | 59.29 | - |
| YUV | 67.03 | 206.42 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 64 | 206 | 0.90 | 0.69 | 0 | 0.19 | 225.81 | 0.82 | 0.44 |
| Hex | 14 | 40 | CE | 5A | 45 | 0 | 13 | E2 | 52 | 2C |
| Octal | 24 | 100 | 316 | 132 | 105 | 0 | 23 | 342 | 122 | 54 |
| Binary | 10100 | 1000000 | 11001110 | 1011010 | 1000101 | 0 | 10011 | 11100010 | 1010010 | 101100 |
Color Harmonies of #1440CE
Complementary color
Monochromatic Colors of #1440CE
Black with #1440CE
Text Example
Text Example
White with #1440CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1440CE; }
p { color: rgb(20,64,206); }
H1.HeaderClassName
{
color: #1440CE;
}
.AnyTagClassName
{
color: #1440CE;
}
</style>
background-color css
<style>
a { background-color: #1440CE; }
a { background-color: rgb(20,64,206); }
div.DivClassName
{
background-color: #1440CE;
}
.BgClassName
{
background-color: #1440CE;
}
</style>
border-color css
<style>
span { border-color: #1440CE; }
span { border-color: rgb(20,64,206); }
td.TdClassName
{
border-color: #1440CE;
}
.TagClassName
{
border-color: #1440CE;
}
</style>