#164EB0

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

Shades of Denim #164EB0

Tints of Denim #164EB0

Color information

#164EB0 (or 0x164EB0) is unknown color: approx Denim. HEX triplet: 16, 4E and B0. RGB value is (22,78,176). Sum of RGB (Red+Green+Blue) = 22+78+176=276 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.97% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 176 (69.14% from 255 or 63.77% from 276); Max value from RGB is 176 - color contains mainly: blue. Hex color #164EB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #164EB0 is #E9B14F. Grayscale: #474747. Windows color (decimal): -15315280 or 11554326. OLE color: 11554326.

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

Color convert

RGB2278176-
CMYK0.880.5600.31
HSL218.18º77.78%38.82%-
HSV(B)218.18º87.5%69.02%-
XYZ10.898.7542.19-
YUV72.43186.4592.03-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.97%
GREEN value IS 78 (30.86% from 255) = 28.26%
BLUE value IS 176 (69.14% from 255) = 63.77%
R=7.97%
G=28.26%
B=63.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal22781760.880.5600.31218.1877.7838.82
Hex164EB0583801Fda4e27
Octal261162601307003733211647
Binary101101001110101100001011000111000011111110110101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,78,176); }

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

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

 a { background-color: rgb(22,78,176); }

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

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

 span { border-color: rgb(22,78,176); }

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