#164AB3

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

Shades of Persian Blue #164AB3

Tints of Persian Blue #164AB3

Color information

#164AB3 (or 0x164AB3) is unknown color: approx Persian Blue. HEX triplet: 16, 4A and B3. RGB value is (22,74,179). Sum of RGB (Red+Green+Blue) = 22+74+179=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 179 (70.31% from 255 or 65.09% from 275); Max value from RGB is 179 - color contains mainly: blue. Hex color #164AB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164AB3 is #E9B54C. Grayscale: #454545. Windows color (decimal): -15316301 or 11749910. OLE color: 11749910.

HSL color Cylindrical-coordinate representation of color #164AB3: hue angle of 220.13º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #164AB3 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2274179-
CMYK0.880.5900.30
HSL220.13º78.11%39.41%-
HSV(B)220.13º87.71%70.2%-
XYZ10.928.3243.68-
YUV70.42189.2793.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8%
GREEN value IS 74 (29.30% from 255) = 26.91%
BLUE value IS 179 (70.31% from 255) = 65.09%
R=8%
G=26.91%
B=65.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal22741790.880.5900.30220.1378.1139.41
Hex164AB3583B01Edc4e27
Octal261122631307303633411647
Binary101101001010101100111011000111011011110110111001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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