#166EBF

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

Shades of Denim #166EBF

Tints of Denim #166EBF

Color information

#166EBF (or 0x166EBF) is unknown color: approx Denim. HEX triplet: 16, 6E and BF. RGB value is (22,110,191). Sum of RGB (Red+Green+Blue) = 22+110+191=323 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.81% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #166EBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166EBF is #E99140. Grayscale: #5C5C5C. Windows color (decimal): -15307073 or 12545558. OLE color: 12545558.

HSL color Cylindrical-coordinate representation of color #166EBF: hue angle of 208.76º 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 #166EBF is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB22110191-
CMYK0.880.4200.25
HSL208.76º79.34%41.76%-
HSV(B)208.76º88.48%74.9%-
XYZ15.3115.0851.39-
YUV92.92183.3577.41-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.81%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 191 (75% from 255) = 59.13%
R=6.81%
G=34.06%
B=59.13%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal221101910.880.4200.25208.7679.3441.76
Hex166EBF582A019d14f2a
Octal261562771305203132111752
Binary101101101110101111111011000101010011001110100011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166EBF; }

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

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

<style>
 a { background-color: #166EBF; }

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

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

<style>
 span { border-color: #166EBF; }

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

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