Shades of Persian Blue #1641ED
Tints of Persian Blue #1641ED
RGB
CMYK
RGB Variations
Color information
#1641ED (or 0x1641ED) is known color: Persian Blue. HEX triplet: 16, 41 and ED. RGB value is (22,65,237). Sum of RGB (Red+Green+Blue) = 22+65+237=324 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.79% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 237 (92.97% from 255 or 73.15% from 324); Max value from RGB is 237 - color contains mainly: blue. Hex color #1641ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1641ED is #E9BE12. Grayscale: #474747. Windows color (decimal): -15318547 or 15548694. OLE color: 15548694.
HSL color Cylindrical-coordinate representation of color #1641ED: hue angle of 228º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1641ED is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 65 | 237 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.07 |
| HSL | 228º | 0.86% | 0.51% | - |
| HSV(B) | 228º | 0.91% | 0.93% | - |
| XYZ | 17.51 | 10.07 | 81.14 | - |
| YUV | 71.75 | 221.25 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 237 | 0.91 | 0.73 | 0 | 0.07 | 228 | 0.86 | 0.51 |
| Hex | 16 | 41 | ED | 5B | 49 | 0 | 7 | E4 | 56 | 33 |
| Octal | 26 | 101 | 355 | 133 | 111 | 0 | 7 | 344 | 126 | 63 |
| Binary | 10110 | 1000001 | 11101101 | 1011011 | 1001001 | 0 | 111 | 11100100 | 1010110 | 110011 |
Color Harmonies of #1641ED
Complementary color
Monochromatic Colors of #1641ED
Black with #1641ED
Text Example
Text Example
White with #1641ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1641ED; }
p { color: rgb(22,65,237); }
H1.HeaderClassName
{
color: #1641ED;
}
.AnyTagClassName
{
color: #1641ED;
}
</style>
background-color css
<style>
a { background-color: #1641ED; }
a { background-color: rgb(22,65,237); }
div.DivClassName
{
background-color: #1641ED;
}
.BgClassName
{
background-color: #1641ED;
}
</style>
border-color css
<style>
span { border-color: #1641ED; }
span { border-color: rgb(22,65,237); }
td.TdClassName
{
border-color: #1641ED;
}
.TagClassName
{
border-color: #1641ED;
}
</style>