#176072

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

Shades of Allports #176072

Tints of Allports #176072

Color information

#176072 (or 0x176072) is unknown color: approx Allports. HEX triplet: 17, 60 and 72. RGB value is (23,96,114). Sum of RGB (Red+Green+Blue) = 23+96+114=233 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.87% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #176072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176072 is #E89F8D. Grayscale: #4C4C4C. Windows color (decimal): -15245198 or 7495703. OLE color: 7495703.

HSL color Cylindrical-coordinate representation of color #176072: hue angle of 191.87º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #176072 is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2396114-
CMYK0.800.1600.55
HSL191.87º66.42%26.86%-
HSV(B)191.87º79.82%44.71%-
XYZ7.579.7617.4-
YUV76.22149.3290.04-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.87%
GREEN value IS 96 (37.89% from 255) = 41.20%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=9.87%
G=41.20%
B=48.93%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23961140.800.1600.55191.8766.4226.86
Hex1760725010037c0421b
Octal271401621202006730010233
Binary1011111000001110010101000010000011011111000000100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #176072; }

 p { color: rgb(23,96,114); }

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

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

 a { background-color: rgb(23,96,114); }

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

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

 span { border-color: rgb(23,96,114); }

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