#167072

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

Shades of Blue Stone #167072

Tints of Blue Stone #167072

Color information

#167072 (or 0x167072) is unknown color: approx Blue Stone. HEX triplet: 16, 70 and 72. RGB value is (22,112,114). Sum of RGB (Red+Green+Blue) = 22+112+114=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #167072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167072 is #E98F8D. Grayscale: #555555. Windows color (decimal): -15306638 or 7499798. OLE color: 7499798.

HSL color Cylindrical-coordinate representation of color #167072: hue angle of 181.3º 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 #167072 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB22112114-
CMYK0.810.0200.55
HSL181.3º67.65%26.67%-
HSV(B)181.3º80.7%44.71%-
XYZ9.1612.9717.94-
YUV85.32144.1882.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.87%
GREEN value IS 112 (44.14% from 255) = 45.16%
BLUE value IS 114 (44.92% from 255) = 45.97%
R=8.87%
G=45.16%
B=45.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal221121140.810.0200.55181.367.6526.67
Hex167072512037b5441b
Octal26160162121206726510433
Binary1011011100001110010101000110011011110110101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167072; }

 p { color: rgb(22,112,114); }

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

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

 a { background-color: rgb(22,112,114); }

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

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

 span { border-color: rgb(22,112,114); }

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