#165F71

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

Shades of Allports #165F71

Tints of Allports #165F71

Color information

#165F71 (or 0x165F71) is unknown color: approx Allports. HEX triplet: 16, 5F and 71. RGB value is (22,95,113). Sum of RGB (Red+Green+Blue) = 22+95+113=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #165F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165F71 is #E9A08E. Grayscale: #4B4B4B. Windows color (decimal): -15310991 or 7429910. OLE color: 7429910.

HSL color Cylindrical-coordinate representation of color #165F71: hue angle of 191.87º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165F71 is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2295113-
CMYK0.810.1600.56
HSL191.87º67.41%26.47%-
HSV(B)191.87º80.53%44.31%-
XYZ7.49.5517.08-
YUV75.22149.3290.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.57%
GREEN value IS 95 (37.5% from 255) = 41.30%
BLUE value IS 113 (44.53% from 255) = 49.13%
R=9.57%
G=41.30%
B=49.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22951130.810.1600.56191.8767.4126.47
Hex165F715110038c0431a
Octal261371611212007030010332
Binary1011010111111110001101000110000011100011000000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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