#164BB3

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

Shades of Persian Blue #164BB3

Tints of Persian Blue #164BB3

Color information

#164BB3 (or 0x164BB3) is unknown color: approx Persian Blue. HEX triplet: 16, 4B and B3. RGB value is (22,75,179). Sum of RGB (Red+Green+Blue) = 22+75+179=276 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.97% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 179 (70.31% from 255 or 64.86% from 276); Max value from RGB is 179 - color contains mainly: blue. Hex color #164BB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164BB3 is #E9B44C. Grayscale: #464646. Windows color (decimal): -15316045 or 11750166. OLE color: 11750166.

HSL color Cylindrical-coordinate representation of color #164BB3: hue angle of 219.75º 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 #164BB3 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2275179-
CMYK0.880.5800.30
HSL219.75º78.11%39.41%-
HSV(B)219.75º87.71%70.2%-
XYZ10.988.4643.7-
YUV71.01188.9493.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.97%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 179 (70.31% from 255) = 64.86%
R=7.97%
G=27.17%
B=64.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal22751790.880.5800.30219.7578.1139.41
Hex164BB3583A01Edc4e27
Octal261132631307203633411647
Binary101101001011101100111011000111010011110110111001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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