#155A69

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

Shades of Blue Stone #155A69

Tints of Blue Stone #155A69

Color information

#155A69 (or 0x155A69) is unknown color: approx Blue Stone. HEX triplet: 15, 5A and 69. RGB value is (21,90,105). Sum of RGB (Red+Green+Blue) = 21+90+105=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #155A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A69 is #EAA596. Grayscale: #464646. Windows color (decimal): -15377815 or 6904341. OLE color: 6904341.

HSL color Cylindrical-coordinate representation of color #155A69: hue angle of 190.71º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #155A69 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2190105-
CMYK0.800.1400.59
HSL190.71º66.67%24.71%-
HSV(B)190.71º80%41.18%-
XYZ6.528.4914.66-
YUV71.08147.1492.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.72%
GREEN value IS 90 (35.55% from 255) = 41.67%
BLUE value IS 105 (41.41% from 255) = 48.61%
R=9.72%
G=41.67%
B=48.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21901050.800.1400.59190.7166.6724.71
Hex155A6950E03Bbf4319
Octal251321511201607327710331
Binary101011011010110100110100001110011101110111111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155A69; }

 p { color: rgb(21,90,105); }

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

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

 a { background-color: rgb(21,90,105); }

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

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

 span { border-color: rgb(21,90,105); }

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