#1644D9

Color #1644D9 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1644D9

Tints of Persian Blue #1644D9

Color information

#1644D9 (or 0x1644D9) is unknown color: approx Persian Blue. HEX triplet: 16, 44 and D9. RGB value is (22,68,217). Sum of RGB (Red+Green+Blue) = 22+68+217=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 217 (85.16% from 255 or 70.68% from 307); Max value from RGB is 217 - color contains mainly: blue. Hex color #1644D9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1644D9 is #E9BB26. Grayscale: #464646. Windows color (decimal): -15317799 or 14238742. OLE color: 14238742.

HSL color Cylindrical-coordinate representation of color #1644D9: hue angle of 225.85º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1644D9 is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2268217-
CMYK0.900.6900.15
HSL225.85º81.59%46.86%-
HSV(B)225.85º89.86%85.1%-
XYZ14.929.3166.66-
YUV71.23210.2692.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 7.17%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 217 (85.16% from 255) = 70.68%
R=7.17%
G=22.15%
B=70.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal22682170.900.6900.15225.8581.5946.86
Hex1644D95A450Fe2522f
Octal2610433113210501734212257
Binary101101000100110110011011010100010101111111000101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1644D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1644D9; }

 p { color: rgb(22,68,217); }

 H1.HeaderClassName
 {
   color: #1644D9;
 }
 .AnyTagClassName
 {
   color: #1644D9;
 }
</style>
background-color css

<style>
 a { background-color: #1644D9; }

 a { background-color: rgb(22,68,217); }

 div.DivClassName
 {
   background-color: #1644D9;
 }
 .BgClassName
 {
   background-color: #1644D9;
 }
</style>
border-color css

<style>
 span { border-color: #1644D9; }

 span { border-color: rgb(22,68,217); }

 td.TdClassName
 {
   border-color: #1644D9;
 }
 .TagClassName
 {
   border-color: #1644D9;
 }
</style>