#166BBE

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

Shades of Denim #166BBE

Tints of Denim #166BBE

Color information

#166BBE (or 0x166BBE) is unknown color: approx Denim. HEX triplet: 16, 6B and BE. RGB value is (22,107,190). Sum of RGB (Red+Green+Blue) = 22+107+190=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #166BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166BBE is #E99441. Grayscale: #5A5A5A. Windows color (decimal): -15307842 or 12479254. OLE color: 12479254.

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

Color convert

RGB22107190-
CMYK0.880.4400.25
HSL209.64º79.25%41.57%-
HSV(B)209.64º88.42%74.51%-
XYZ14.8814.450.71-
YUV91.05183.8478.75-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.90%
GREEN value IS 107 (42.19% from 255) = 33.54%
BLUE value IS 190 (74.61% from 255) = 59.56%
R=6.90%
G=33.54%
B=59.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal221071900.880.4400.25209.6479.2541.57
Hex166BBE582C019d24f2a
Octal261532761305403132211752
Binary101101101011101111101011000101100011001110100101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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