#15626C

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

Shades of Blue Stone #15626C

Tints of Blue Stone #15626C

Color information

#15626C (or 0x15626C) is unknown color: approx Blue Stone. HEX triplet: 15, 62 and 6C. RGB value is (21,98,108). Sum of RGB (Red+Green+Blue) = 21+98+108=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #15626C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15626C is #EA9D93. Grayscale: #4C4C4C. Windows color (decimal): -15375764 or 7102997. OLE color: 7102997.

HSL color Cylindrical-coordinate representation of color #15626C: hue angle of 186.9º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15626C is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2198108-
CMYK0.810.0900.58
HSL186.9º67.44%25.29%-
HSV(B)186.9º80.56%42.35%-
XYZ7.389.9815.72-
YUV76.12145.9988.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.25%
GREEN value IS 98 (38.67% from 255) = 43.17%
BLUE value IS 108 (42.58% from 255) = 47.58%
R=9.25%
G=43.17%
B=47.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21981080.810.0900.58186.967.4425.29
Hex15626C51903Abb4319
Octal251421541211107227310331
Binary101011100010110110010100011001011101010111011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15626C; }

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

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

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

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

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

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

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

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