#155866

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

Shades of Blue Stone #155866

Tints of Blue Stone #155866

Color information

#155866 (or 0x155866) is unknown color: approx Blue Stone. HEX triplet: 15, 58 and 66. RGB value is (21,88,102). Sum of RGB (Red+Green+Blue) = 21+88+102=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #155866 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155866 is #EAA799. Grayscale: #454545. Windows color (decimal): -15378330 or 6707221. OLE color: 6707221.

HSL color Cylindrical-coordinate representation of color #155866: hue angle of 190.37º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155866 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2188102-
CMYK0.790.1400.6
HSL190.37º65.85%24.12%-
HSV(B)190.37º79.41%40%-
XYZ6.28.113.81-
YUV69.56146.393.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.95%
GREEN value IS 88 (34.77% from 255) = 41.71%
BLUE value IS 102 (40.23% from 255) = 48.34%
R=9.95%
G=41.71%
B=48.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21881020.790.1400.6190.3765.8524.12
Hex1558664FE03Cbe4218
Octal251301461171607427610230
Binary101011011000110011010011111110011110010111110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155866; }

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

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

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

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

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

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

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

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