Shades of Persian Blue #1441E6
Tints of Persian Blue #1441E6
RGB
CMYK
RGB Variations
Color information
#1441E6 (or 0x1441E6) is known color: Persian Blue. HEX triplet: 14, 41 and E6. RGB value is (20,65,230). Sum of RGB (Red+Green+Blue) = 20+65+230=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 230 (90.23% from 255 or 73.02% from 315); Max value from RGB is 230 - color contains mainly: blue. Hex color #1441E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1441E6 is #EBBE19. Grayscale: #454545. Windows color (decimal): -15449626 or 15089940. OLE color: 15089940.
HSL color Cylindrical-coordinate representation of color #1441E6: hue angle of 227.14º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1441E6 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 65 | 230 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.10 |
| HSL | 227.14º | 0.84% | 0.49% | - |
| HSV(B) | 227.14º | 0.91% | 0.9% | - |
| XYZ | 16.46 | 9.64 | 75.86 | - |
| YUV | 70.36 | 218.09 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 230 | 0.91 | 0.72 | 0 | 0.10 | 227.14 | 0.84 | 0.49 |
| Hex | 14 | 41 | E6 | 5B | 48 | 0 | A | E3 | 54 | 31 |
| Octal | 24 | 101 | 346 | 133 | 110 | 0 | 12 | 343 | 124 | 61 |
| Binary | 10100 | 1000001 | 11100110 | 1011011 | 1001000 | 0 | 1010 | 11100011 | 1010100 | 110001 |
Color Harmonies of #1441E6
Complementary color
Monochromatic Colors of #1441E6
Black with #1441E6
Text Example
Text Example
White with #1441E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1441E6; }
p { color: rgb(20,65,230); }
H1.HeaderClassName
{
color: #1441E6;
}
.AnyTagClassName
{
color: #1441E6;
}
</style>
background-color css
<style>
a { background-color: #1441E6; }
a { background-color: rgb(20,65,230); }
div.DivClassName
{
background-color: #1441E6;
}
.BgClassName
{
background-color: #1441E6;
}
</style>
border-color css
<style>
span { border-color: #1441E6; }
span { border-color: rgb(20,65,230); }
td.TdClassName
{
border-color: #1441E6;
}
.TagClassName
{
border-color: #1441E6;
}
</style>