#15656E

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

Shades of Blue Stone #15656E

Tints of Blue Stone #15656E

Color information

#15656E (or 0x15656E) is unknown color: approx Blue Stone. HEX triplet: 15, 65 and 6E. RGB value is (21,101,110). Sum of RGB (Red+Green+Blue) = 21+101+110=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #15656E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15656E is #EA9A91. Grayscale: #4D4D4D. Windows color (decimal): -15374994 or 7234837. OLE color: 7234837.

HSL color Cylindrical-coordinate representation of color #15656E: hue angle of 186.07º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15656E is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB21101110-
CMYK0.810.0800.57
HSL186.07º67.94%25.69%-
HSV(B)186.07º80.91%43.14%-
XYZ7.7810.5916.39-
YUV78.1114687.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.05%
GREEN value IS 101 (39.84% from 255) = 43.53%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=9.05%
G=43.53%
B=47.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal211011100.810.0800.57186.0767.9425.69
Hex15656E518039ba441a
Octal251451561211007127210432
Binary101011100101110111010100011000011100110111010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15656E; }

 p { color: rgb(21,101,110); }

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

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

 a { background-color: rgb(21,101,110); }

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

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

 span { border-color: rgb(21,101,110); }

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