#166CBF

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

Shades of Denim #166CBF

Tints of Denim #166CBF

Color information

#166CBF (or 0x166CBF) is unknown color: approx Denim. HEX triplet: 16, 6C and BF. RGB value is (22,108,191). Sum of RGB (Red+Green+Blue) = 22+108+191=321 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.85% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #166CBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166CBF is #E99340. Grayscale: #5B5B5B. Windows color (decimal): -15307585 or 12545046. OLE color: 12545046.

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

Color convert

RGB22108191-
CMYK0.880.4300.25
HSL209.47º79.34%41.76%-
HSV(B)209.47º88.48%74.9%-
XYZ15.114.6651.32-
YUV91.75184.0178.25-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.85%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 191 (75% from 255) = 59.50%
R=6.85%
G=33.64%
B=59.50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal221081910.880.4300.25209.4779.3441.76
Hex166CBF582B019d14f2a
Octal261542771305303132111752
Binary101101101100101111111011000101011011001110100011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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