#166073

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

Shades of Allports #166073

Tints of Allports #166073

Color information

#166073 (or 0x166073) is unknown color: approx Allports. HEX triplet: 16, 60 and 73. RGB value is (22,96,115). Sum of RGB (Red+Green+Blue) = 22+96+115=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #166073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166073 is #E99F8C. Grayscale: #4B4B4B. Windows color (decimal): -15310733 or 7561238. OLE color: 7561238.

HSL color Cylindrical-coordinate representation of color #166073: hue angle of 192.26º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #166073 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2296115-
CMYK0.810.1700.55
HSL192.26º67.88%26.86%-
HSV(B)192.26º80.87%45.1%-
XYZ7.619.7717.71-
YUV76.04149.9889.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.44%
GREEN value IS 96 (37.89% from 255) = 41.20%
BLUE value IS 115 (45.31% from 255) = 49.36%
R=9.44%
G=41.20%
B=49.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22961150.810.1700.55192.2667.8826.86
Hex1660735111037c0441b
Octal261401631212106730010433
Binary1011011000001110011101000110001011011111000000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166073; }

 p { color: rgb(22,96,115); }

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

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

 a { background-color: rgb(22,96,115); }

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

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

 span { border-color: rgb(22,96,115); }

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