#15716F

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

Shades of Blue Stone #15716F

Tints of Blue Stone #15716F

Color information

#15716F (or 0x15716F) is unknown color: approx Blue Stone. HEX triplet: 15, 71 and 6F. RGB value is (21,113,111). Sum of RGB (Red+Green+Blue) = 21+113+111=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #15716F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15716F is #EA8E90. Grayscale: #555555. Windows color (decimal): -15371921 or 7303445. OLE color: 7303445.

HSL color Cylindrical-coordinate representation of color #15716F: hue angle of 178.7º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15716F is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB21113111-
CMYK0.8100.020.56
HSL178.7º68.66%26.27%-
HSV(B)178.7º81.42%44.31%-
XYZ9.0813.1217.09-
YUV85.26142.5282.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.57%
GREEN value IS 113 (44.53% from 255) = 46.12%
BLUE value IS 111 (43.75% from 255) = 45.31%
R=8.57%
G=46.12%
B=45.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal211131110.8100.020.56178.768.6626.27
Hex15716F510238b3451a
Octal25161157121027026310532
Binary1010111100011101111101000101011100010110011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15716F; }

 p { color: rgb(21,113,111); }

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

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

 a { background-color: rgb(21,113,111); }

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

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

 span { border-color: rgb(21,113,111); }

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