#15666F

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

Shades of Blue Stone #15666F

Tints of Blue Stone #15666F

Color information

#15666F (or 0x15666F) is unknown color: approx Blue Stone. HEX triplet: 15, 66 and 6F. RGB value is (21,102,111). Sum of RGB (Red+Green+Blue) = 21+102+111=234 (30% of max value = 765). Red value is 21 (8.59% from 255 or 8.97% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #15666F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15666F is #EA9990. Grayscale: #4E4E4E. Windows color (decimal): -15374737 or 7300629. OLE color: 7300629.

HSL color Cylindrical-coordinate representation of color #15666F: hue angle of 186º degrees, saturation: 0.68, 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 #15666F is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB21102111-
CMYK0.810.0800.56
HSL186º68.18%25.88%-
HSV(B)186º81.08%43.53%-
XYZ7.9310.8116.71-
YUV78.81146.1686.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.97%
GREEN value IS 102 (40.23% from 255) = 43.59%
BLUE value IS 111 (43.75% from 255) = 47.44%
R=8.97%
G=43.59%
B=47.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal211021110.810.0800.5618668.1825.88
Hex15666F518038ba441a
Octal251461571211007027210432
Binary101011100110110111110100011000011100010111010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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