#166BBC

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

Shades of Denim #166BBC

Tints of Denim #166BBC

Color information

#166BBC (or 0x166BBC) is unknown color: approx Denim. HEX triplet: 16, 6B and BC. RGB value is (22,107,188). Sum of RGB (Red+Green+Blue) = 22+107+188=317 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.94% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #166BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166BBC is #E99443. Grayscale: #5A5A5A. Windows color (decimal): -15307844 or 12348182. OLE color: 12348182.

HSL color Cylindrical-coordinate representation of color #166BBC: hue angle of 209.28º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #166BBC is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB22107188-
CMYK0.880.4300.26
HSL209.28º79.05%41.18%-
HSV(B)209.28º88.3%73.73%-
XYZ14.6714.3249.57-
YUV90.82182.8478.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.94%
GREEN value IS 107 (42.19% from 255) = 33.75%
BLUE value IS 188 (73.83% from 255) = 59.31%
R=6.94%
G=33.75%
B=59.31%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal221071880.880.4300.26209.2879.0541.18
Hex166BBC582B01Ad14f29
Octal261532741305303232111751
Binary101101101011101111001011000101011011010110100011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,107,188); }

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

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

 a { background-color: rgb(22,107,188); }

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

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

 span { border-color: rgb(22,107,188); }

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