#156168

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

Shades of Blue Stone #156168

Tints of Blue Stone #156168

Color information

#156168 (or 0x156168) is unknown color: approx Blue Stone. HEX triplet: 15, 61 and 68. RGB value is (21,97,104). Sum of RGB (Red+Green+Blue) = 21+97+104=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #156168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156168 is #EA9E97. Grayscale: #4A4A4A. Windows color (decimal): -15376024 or 6840597. OLE color: 6840597.

HSL color Cylindrical-coordinate representation of color #156168: hue angle of 185.06º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156168 is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2197104-
CMYK0.800.0700.59
HSL185.06º66.4%24.51%-
HSV(B)185.06º79.81%40.78%-
XYZ7.089.7114.6-
YUV75.07144.3289.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.46%
GREEN value IS 97 (38.28% from 255) = 43.69%
BLUE value IS 104 (41.02% from 255) = 46.85%
R=9.46%
G=43.69%
B=46.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21971040.800.0700.59185.0666.424.51
Hex15616850703Bb94219
Octal25141150120707327110231
Binary10101110000111010001010000111011101110111001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156168; }

 p { color: rgb(21,97,104); }

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

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

 a { background-color: rgb(21,97,104); }

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

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

 span { border-color: rgb(21,97,104); }

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