Shades of Persian Blue #1445EE
Tints of Persian Blue #1445EE
RGB
CMYK
RGB Variations
Color information
#1445EE (or 0x1445EE) is known color: Persian Blue. HEX triplet: 14, 45 and EE. RGB value is (20,69,238). Sum of RGB (Red+Green+Blue) = 20+69+238=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 238 (93.36% from 255 or 72.78% from 327); Max value from RGB is 238 - color contains mainly: blue. Hex color #1445EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1445EE is #EBBA11. Grayscale: #484848. Windows color (decimal): -15448594 or 15615252. OLE color: 15615252.
HSL color Cylindrical-coordinate representation of color #1445EE: hue angle of 226.51º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1445EE is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 69 | 238 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.07 |
| HSL | 226.51º | 0.87% | 0.51% | - |
| HSV(B) | 226.51º | 0.92% | 0.93% | - |
| XYZ | 17.85 | 10.58 | 81.99 | - |
| YUV | 73.62 | 220.77 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 69 | 238 | 0.92 | 0.71 | 0 | 0.07 | 226.51 | 0.87 | 0.51 |
| Hex | 14 | 45 | EE | 5C | 47 | 0 | 7 | E3 | 57 | 33 |
| Octal | 24 | 105 | 356 | 134 | 107 | 0 | 7 | 343 | 127 | 63 |
| Binary | 10100 | 1000101 | 11101110 | 1011100 | 1000111 | 0 | 111 | 11100011 | 1010111 | 110011 |
Color Harmonies of #1445EE
Complementary color
Monochromatic Colors of #1445EE
Black with #1445EE
Text Example
Text Example
White with #1445EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1445EE; }
p { color: rgb(20,69,238); }
H1.HeaderClassName
{
color: #1445EE;
}
.AnyTagClassName
{
color: #1445EE;
}
</style>
background-color css
<style>
a { background-color: #1445EE; }
a { background-color: rgb(20,69,238); }
div.DivClassName
{
background-color: #1445EE;
}
.BgClassName
{
background-color: #1445EE;
}
</style>
border-color css
<style>
span { border-color: #1445EE; }
span { border-color: rgb(20,69,238); }
td.TdClassName
{
border-color: #1445EE;
}
.TagClassName
{
border-color: #1445EE;
}
</style>