#166785

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

Shades of Allports #166785

Tints of Allports #166785

Color information

#166785 (or 0x166785) is unknown color: approx Allports. HEX triplet: 16, 67 and 85. RGB value is (22,103,133). Sum of RGB (Red+Green+Blue) = 22+103+133=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #166785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166785 is #E9987A. Grayscale: #515151. Windows color (decimal): -15308923 or 8742678. OLE color: 8742678.

HSL color Cylindrical-coordinate representation of color #166785: hue angle of 196.22º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #166785 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB22103133-
CMYK0.830.2300.48
HSL196.22º71.61%30.39%-
HSV(B)196.22º83.46%52.16%-
XYZ9.4111.5623.93-
YUV82.2156.6685.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.53%
GREEN value IS 103 (40.62% from 255) = 39.92%
BLUE value IS 133 (52.34% from 255) = 51.55%
R=8.53%
G=39.92%
B=51.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal221031330.830.2300.48196.2271.6130.39
Hex1667855317030c4481e
Octal261472051232706030411036
Binary10110110011110000101101001110111011000011000100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166785; }

 p { color: rgb(22,103,133); }

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

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

 a { background-color: rgb(22,103,133); }

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

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

 span { border-color: rgb(22,103,133); }

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