#156862

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

Shades of Blue Stone #156862

Tints of Blue Stone #156862

Color information

#156862 (or 0x156862) is unknown color: approx Blue Stone. HEX triplet: 15, 68 and 62. RGB value is (21,104,98). Sum of RGB (Red+Green+Blue) = 21+104+98=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 104 - color contains mainly: green. Hex color #156862 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156862 is #EA979D. Grayscale: #4E4E4E. Windows color (decimal): -15374238 or 6449173. OLE color: 6449173.

HSL color Cylindrical-coordinate representation of color #156862: hue angle of 175.66º 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 #156862 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB2110498-
CMYK0.8000.060.59
HSL175.66º66.4%24.51%-
HSV(B)175.66º79.81%40.78%-
XYZ7.4610.9413.27-
YUV78.513986.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.42%
GREEN value IS 104 (41.02% from 255) = 46.64%
BLUE value IS 98 (38.67% from 255) = 43.95%
R=9.42%
G=46.64%
B=43.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21104980.8000.060.59175.6666.424.51
Hex15686250063Bb04219
Octal25150142120067326010231
Binary10101110100011000101010000011011101110110000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156862; }

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

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

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

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

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

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

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

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