#166BAE

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

Shades of Denim #166BAE

Tints of Denim #166BAE

Color information

#166BAE (or 0x166BAE) is unknown color: approx Denim. HEX triplet: 16, 6B and AE. RGB value is (22,107,174). Sum of RGB (Red+Green+Blue) = 22+107+174=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #166BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166BAE is #E99451. Grayscale: #585858. Windows color (decimal): -15307858 or 11430678. OLE color: 11430678.

HSL color Cylindrical-coordinate representation of color #166BAE: hue angle of 206.45º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #166BAE is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB22107174-
CMYK0.870.3900.32
HSL206.45º77.55%38.43%-
HSV(B)206.45º87.36%68.24%-
XYZ13.2313.7442-
YUV89.22175.8480.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.26%
GREEN value IS 107 (42.19% from 255) = 35.31%
BLUE value IS 174 (68.36% from 255) = 57.43%
R=7.26%
G=35.31%
B=57.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal221071740.870.3900.32206.4577.5538.43
Hex166BAE5727020ce4e26
Octal261532561274704031611646
Binary1011011010111010111010101111001110100000110011101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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