Shades of Persian Blue #1641E0
Tints of Persian Blue #1641E0
RGB
CMYK
RGB Variations
Color information
#1641E0 (or 0x1641E0) is known color: Persian Blue. HEX triplet: 16, 41 and E0. RGB value is (22,65,224). Sum of RGB (Red+Green+Blue) = 22+65+224=311 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.07% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 224 (87.89% from 255 or 72.03% from 311); Max value from RGB is 224 - color contains mainly: blue. Hex color #1641E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1641E0 is #E9BE1F. Grayscale: #454545. Windows color (decimal): -15318560 or 14696726. OLE color: 14696726.
HSL color Cylindrical-coordinate representation of color #1641E0: hue angle of 227.23º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1641E0 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 65 | 224 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.12 |
| HSL | 227.23º | 0.82% | 0.48% | - |
| HSV(B) | 227.23º | 0.9% | 0.88% | - |
| XYZ | 15.68 | 9.33 | 71.5 | - |
| YUV | 70.27 | 214.75 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 224 | 0.90 | 0.71 | 0 | 0.12 | 227.23 | 0.82 | 0.48 |
| Hex | 16 | 41 | E0 | 5A | 47 | 0 | C | E3 | 52 | 30 |
| Octal | 26 | 101 | 340 | 132 | 107 | 0 | 14 | 343 | 122 | 60 |
| Binary | 10110 | 1000001 | 11100000 | 1011010 | 1000111 | 0 | 1100 | 11100011 | 1010010 | 110000 |
Color Harmonies of #1641E0
Complementary color
Monochromatic Colors of #1641E0
Black with #1641E0
Text Example
Text Example
White with #1641E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1641E0; }
p { color: rgb(22,65,224); }
H1.HeaderClassName
{
color: #1641E0;
}
.AnyTagClassName
{
color: #1641E0;
}
</style>
background-color css
<style>
a { background-color: #1641E0; }
a { background-color: rgb(22,65,224); }
div.DivClassName
{
background-color: #1641E0;
}
.BgClassName
{
background-color: #1641E0;
}
</style>
border-color css
<style>
span { border-color: #1641E0; }
span { border-color: rgb(22,65,224); }
td.TdClassName
{
border-color: #1641E0;
}
.TagClassName
{
border-color: #1641E0;
}
</style>