#164ABF

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

Shades of Persian Blue #164ABF

Tints of Persian Blue #164ABF

Color information

#164ABF (or 0x164ABF) is unknown color: approx Persian Blue. HEX triplet: 16, 4A and BF. RGB value is (22,74,191). Sum of RGB (Red+Green+Blue) = 22+74+191=287 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.67% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #164ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164ABF is #E9B540. Grayscale: #474747. Windows color (decimal): -15316289 or 12536342. OLE color: 12536342.

HSL color Cylindrical-coordinate representation of color #164ABF: hue angle of 221.54º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #164ABF is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2274191-
CMYK0.880.6100.25
HSL221.54º79.34%41.76%-
HSV(B)221.54º88.48%74.9%-
XYZ12.188.8350.35-
YUV71.79195.2792.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.67%
GREEN value IS 74 (29.30% from 255) = 25.78%
BLUE value IS 191 (75% from 255) = 66.55%
R=7.67%
G=25.78%
B=66.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal22741910.880.6100.25221.5479.3441.76
Hex164ABF583D019de4f2a
Octal261122771307503133611752
Binary101101001010101111111011000111101011001110111101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164ABF; }

 p { color: rgb(22,74,191); }

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

<style>
 a { background-color: #164ABF; }

 a { background-color: rgb(22,74,191); }

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

<style>
 span { border-color: #164ABF; }

 span { border-color: rgb(22,74,191); }

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