#15626D

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

Shades of Blue Stone #15626D

Tints of Blue Stone #15626D

Color information

#15626D (or 0x15626D) is unknown color: approx Blue Stone. HEX triplet: 15, 62 and 6D. RGB value is (21,98,109). Sum of RGB (Red+Green+Blue) = 21+98+109=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #15626D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15626D is #EA9D92. Grayscale: #4C4C4C. Windows color (decimal): -15375763 or 7168533. OLE color: 7168533.

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

Color convert

RGB2198109-
CMYK0.810.1000.57
HSL187.5º67.69%25.49%-
HSV(B)187.5º80.73%42.75%-
XYZ7.441016.01-
YUV76.23146.4988.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.21%
GREEN value IS 98 (38.67% from 255) = 42.98%
BLUE value IS 109 (42.97% from 255) = 47.81%
R=9.21%
G=42.98%
B=47.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21981090.810.1000.57187.567.6925.49
Hex15626D51A039bc4419
Octal251421551211207127410431
Binary101011100010110110110100011010011100110111100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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