#156062

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

Shades of Blue Stone #156062

Tints of Blue Stone #156062

Color information

#156062 (or 0x156062) is unknown color: approx Blue Stone. HEX triplet: 15, 60 and 62. RGB value is (21,96,98). Sum of RGB (Red+Green+Blue) = 21+96+98=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #156062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156062 is #EA9F9D. Grayscale: #494949. Windows color (decimal): -15376286 or 6447125. OLE color: 6447125.

HSL color Cylindrical-coordinate representation of color #156062: hue angle of 181.56º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156062 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB219698-
CMYK0.790.0200.62
HSL181.56º64.71%23.33%-
HSV(B)181.56º78.57%38.43%-
XYZ6.79.4113.02-
YUV73.8141.6590.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.77%
GREEN value IS 96 (37.89% from 255) = 44.65%
BLUE value IS 98 (38.67% from 255) = 45.58%
R=9.77%
G=44.65%
B=45.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2196980.790.0200.62181.5664.7123.33
Hex1560624F203Eb64117
Octal25140142117207626610127
Binary1010111000001100010100111110011111010110110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156062; }

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

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

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

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

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

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

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

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