Shades of Persian Blue #1445CD
Tints of Persian Blue #1445CD
RGB
CMYK
RGB Variations
Color information
#1445CD (or 0x1445CD) is known color: Persian Blue. HEX triplet: 14, 45 and CD. RGB value is (20,69,205). Sum of RGB (Red+Green+Blue) = 20+69+205=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 205 (80.47% from 255 or 69.73% from 294); Max value from RGB is 205 - color contains mainly: blue. Hex color #1445CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1445CD is #EBBA32. Grayscale: #454545. Windows color (decimal): -15448627 or 13452564. OLE color: 13452564.
HSL color Cylindrical-coordinate representation of color #1445CD: hue angle of 224.11º 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 #1445CD is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 69 | 205 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.20 |
| HSL | 224.11º | 0.82% | 0.44% | - |
| HSV(B) | 224.11º | 0.9% | 0.8% | - |
| XYZ | 13.44 | 8.81 | 58.75 | - |
| YUV | 69.85 | 204.27 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 69 | 205 | 0.90 | 0.66 | 0 | 0.20 | 224.11 | 0.82 | 0.44 |
| Hex | 14 | 45 | CD | 5A | 42 | 0 | 14 | E0 | 52 | 2C |
| Octal | 24 | 105 | 315 | 132 | 102 | 0 | 24 | 340 | 122 | 54 |
| Binary | 10100 | 1000101 | 11001101 | 1011010 | 1000010 | 0 | 10100 | 11100000 | 1010010 | 101100 |
Color Harmonies of #1445CD
Complementary color
Monochromatic Colors of #1445CD
Black with #1445CD
Text Example
Text Example
White with #1445CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1445CD; }
p { color: rgb(20,69,205); }
H1.HeaderClassName
{
color: #1445CD;
}
.AnyTagClassName
{
color: #1445CD;
}
</style>
background-color css
<style>
a { background-color: #1445CD; }
a { background-color: rgb(20,69,205); }
div.DivClassName
{
background-color: #1445CD;
}
.BgClassName
{
background-color: #1445CD;
}
</style>
border-color css
<style>
span { border-color: #1445CD; }
span { border-color: rgb(20,69,205); }
td.TdClassName
{
border-color: #1445CD;
}
.TagClassName
{
border-color: #1445CD;
}
</style>