#1644EF

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

Shades of Persian Blue #1644EF

Tints of Persian Blue #1644EF

Color information

#1644EF (or 0x1644EF) is unknown color: approx Persian Blue. HEX triplet: 16, 44 and EF. RGB value is (22,68,239). Sum of RGB (Red+Green+Blue) = 22+68+239=329 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.69% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 239 (93.75% from 255 or 72.64% from 329); Max value from RGB is 239 - color contains mainly: blue. Hex color #1644EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1644EF is #E9BB10. Grayscale: #494949. Windows color (decimal): -15317777 or 15680534. OLE color: 15680534.

HSL color Cylindrical-coordinate representation of color #1644EF: hue angle of 227.28º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1644EF is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2268239-
CMYK0.910.7200.06
HSL227.28º87.15%51.18%-
HSV(B)227.28º90.79%93.73%-
XYZ17.9810.5482.75-
YUV73.74221.2691.1-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.69%
GREEN value IS 68 (26.95% from 255) = 20.67%
BLUE value IS 239 (93.75% from 255) = 72.64%
R=6.69%
G=20.67%
B=72.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal22682390.910.7200.06227.2887.1551.18
Hex1644EF5B4806e35733
Octal261043571331100634312763
Binary10110100010011101111101101110010000110111000111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1644EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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