#165F7C

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

Shades of Allports #165F7C

Tints of Allports #165F7C

Color information

#165F7C (or 0x165F7C) is unknown color: approx Allports. HEX triplet: 16, 5F and 7C. RGB value is (22,95,124). Sum of RGB (Red+Green+Blue) = 22+95+124=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #165F7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165F7C is #E9A083. Grayscale: #4C4C4C. Windows color (decimal): -15310980 or 8150806. OLE color: 8150806.

HSL color Cylindrical-coordinate representation of color #165F7C: hue angle of 197.06º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #165F7C is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2295124-
CMYK0.820.2300.51
HSL197.06º69.86%28.63%-
HSV(B)197.06º82.26%48.63%-
XYZ8.069.8120.54-
YUV76.48154.8289.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.13%
GREEN value IS 95 (37.5% from 255) = 39.42%
BLUE value IS 124 (48.83% from 255) = 51.45%
R=9.13%
G=39.42%
B=51.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22951240.820.2300.51197.0669.8628.63
Hex165F7C5217033c5461d
Octal261371741222706330510635
Binary1011010111111111100101001010111011001111000101100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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