#166FB3

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

Shades of Denim #166FB3

Tints of Denim #166FB3

Color information

#166FB3 (or 0x166FB3) is unknown color: approx Denim. HEX triplet: 16, 6F and B3. RGB value is (22,111,179). Sum of RGB (Red+Green+Blue) = 22+111+179=312 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.05% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 179 (70.31% from 255 or 57.37% from 312); Max value from RGB is 179 - color contains mainly: blue. Hex color #166FB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166FB3 is #E9904C. Grayscale: #5B5B5B. Windows color (decimal): -15306829 or 11759382. OLE color: 11759382.

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

Color convert

RGB22111179-
CMYK0.880.3800.30
HSL205.99º78.11%39.41%-
HSV(B)205.99º87.71%70.2%-
XYZ14.1514.7944.76-
YUV92.14177.0177.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.05%
GREEN value IS 111 (43.75% from 255) = 35.58%
BLUE value IS 179 (70.31% from 255) = 57.37%
R=7.05%
G=35.58%
B=57.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal221111790.880.3800.30205.9978.1139.41
Hex166FB3582601Ece4e27
Octal261572631304603631611647
Binary101101101111101100111011000100110011110110011101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,111,179); }

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

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

 a { background-color: rgb(22,111,179); }

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

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

 span { border-color: rgb(22,111,179); }

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