#165F7B

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

Shades of Allports #165F7B

Tints of Allports #165F7B

Color information

#165F7B (or 0x165F7B) is unknown color: approx Allports. HEX triplet: 16, 5F and 7B. RGB value is (22,95,123). Sum of RGB (Red+Green+Blue) = 22+95+123=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #165F7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165F7B is #E9A084. Grayscale: #4C4C4C. Windows color (decimal): -15310981 or 8085270. OLE color: 8085270.

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

Color convert

RGB2295123-
CMYK0.820.2300.52
HSL196.63º69.66%28.43%-
HSV(B)196.63º82.11%48.24%-
XYZ89.7920.21-
YUV76.36154.3289.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.17%
GREEN value IS 95 (37.5% from 255) = 39.58%
BLUE value IS 123 (48.44% from 255) = 51.25%
R=9.17%
G=39.58%
B=51.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal22951230.820.2300.52196.6369.6628.43
Hex165F7B5217034c5461c
Octal261371731222706430510634
Binary1011010111111111011101001010111011010011000101100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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