#165f82

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

Shades of Allports #165F82

Tints of Allports #165F82

Color information

#165F82 (or 0x165F82) is unknown color: approx Allports. HEX triplet: 16, 5F and 82. RGB value is (22,95,130). Sum of RGB (Red+Green+Blue) = 22+95+130=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #165F82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165F82 is #E9A07D. Grayscale: #4C4C4C. Windows color (decimal): -15310974 or 8544022. OLE color: 8544022.

HSL color Cylindrical-coordinate representation of color #165F82: hue angle of 199.44º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #165F82 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2295130-
CMYK0.830.2700.49
HSL199.44º71.05%29.8%-
HSV(B)199.44º83.08%50.98%-
XYZ8.459.9722.6-
YUV77.16157.8288.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.91%
GREEN value IS 95 (37.5% from 255) = 38.46%
BLUE value IS 130 (51.17% from 255) = 52.63%
R=8.91%
G=38.46%
B=52.63%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal22951300.830.2700.49199.4471.0529.8
Hex165F82531B031c7471e
Octal261372021233306130710736
Binary10110101111110000010101001111011011000111000111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165f82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165f82; }

 p { color: rgb(22,95,130); }

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

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

 a { background-color: rgb(22,95,130); }

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

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

 span { border-color: rgb(22,95,130); }

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