#167485

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

Shades of Allports #167485

Tints of Allports #167485

Color information

#167485 (or 0x167485) is unknown color: approx Allports. HEX triplet: 16, 74 and 85. RGB value is (22,116,133). Sum of RGB (Red+Green+Blue) = 22+116+133=271 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.12% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #167485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #167485 is #E98B7A. Grayscale: #595959. Windows color (decimal): -15305595 or 8746006. OLE color: 8746006.

HSL color Cylindrical-coordinate representation of color #167485: hue angle of 189.19º 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 #167485 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB22116133-
CMYK0.830.1300.48
HSL189.19º71.61%30.39%-
HSV(B)189.19º83.46%52.16%-
XYZ10.8114.3524.39-
YUV89.83152.3679.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.12%
GREEN value IS 116 (45.70% from 255) = 42.80%
BLUE value IS 133 (52.34% from 255) = 49.08%
R=8.12%
G=42.80%
B=49.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal221161330.830.1300.48189.1971.6130.39
Hex16748553D030bd481e
Octal261642051231506027511036
Binary1011011101001000010110100111101011000010111101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167485; }

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

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

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

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

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

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

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

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