#156063

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

Shades of Blue Stone #156063

Tints of Blue Stone #156063

Color information

#156063 (or 0x156063) is unknown color: approx Blue Stone. HEX triplet: 15, 60 and 63. RGB value is (21,96,99). Sum of RGB (Red+Green+Blue) = 21+96+99=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #156063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156063 is #EA9F9C. Grayscale: #494949. Windows color (decimal): -15376285 or 6512661. OLE color: 6512661.

HSL color Cylindrical-coordinate representation of color #156063: hue angle of 182.31º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156063 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB219699-
CMYK0.790.0300.61
HSL182.31º65%23.53%-
HSV(B)182.31º78.79%38.82%-
XYZ6.749.4313.27-
YUV73.92142.1590.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.72%
GREEN value IS 96 (37.89% from 255) = 44.44%
BLUE value IS 99 (39.06% from 255) = 45.83%
R=9.72%
G=44.44%
B=45.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2196990.790.0300.61182.316523.53
Hex1560634F303Db64118
Octal25140143117307526610130
Binary1010111000001100011100111111011110110110110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156063; }

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

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

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

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

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

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

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

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