#164CB3

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

Shades of Denim #164CB3

Tints of Denim #164CB3

Color information

#164CB3 (or 0x164CB3) is unknown color: approx Denim. HEX triplet: 16, 4C and B3. RGB value is (22,76,179). Sum of RGB (Red+Green+Blue) = 22+76+179=277 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.94% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 179 (70.31% from 255 or 64.62% from 277); Max value from RGB is 179 - color contains mainly: blue. Hex color #164CB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #164CB3 is #E9B34C. Grayscale: #474747. Windows color (decimal): -15315789 or 11750422. OLE color: 11750422.

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

Color convert

RGB2276179-
CMYK0.880.5800.30
HSL219.36º78.11%39.41%-
HSV(B)219.36º87.71%70.2%-
XYZ11.058.5943.72-
YUV71.6188.6192.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.94%
GREEN value IS 76 (30.08% from 255) = 27.44%
BLUE value IS 179 (70.31% from 255) = 64.62%
R=7.94%
G=27.44%
B=64.62%

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
Decimal22761790.880.5800.30219.3678.1139.41
Hex164CB3583A01Edb4e27
Octal261142631307203633311647
Binary101101001100101100111011000111010011110110110111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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