#1A5E61

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

Shades of Blue Stone #1A5E61

Tints of Blue Stone #1A5E61

Color information

#1A5E61 (or 0x1A5E61) is unknown color: approx Blue Stone. HEX triplet: 1A, 5E and 61. RGB value is (26,94,97). Sum of RGB (Red+Green+Blue) = 26+94+97=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A5E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5E61 is #E5A19E. Grayscale: #494949. Windows color (decimal): -15049119 or 6381082. OLE color: 6381082.

HSL color Cylindrical-coordinate representation of color #1A5E61: hue angle of 182.54º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A5E61 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB269497-
CMYK0.730.0300.62
HSL182.54º57.72%24.12%-
HSV(B)182.54º73.2%38.04%-
XYZ6.599.0912.72-
YUV74.01140.9793.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.98%
GREEN value IS 94 (37.11% from 255) = 43.32%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=11.98%
G=43.32%
B=44.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2694970.730.0300.62182.5457.7224.12
Hex1A5E6149303Eb73a18
Octal3213614111130762677230
Binary110101011110110000110010011101111101011011111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A5E61; }

 p { color: rgb(26,94,97); }

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

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

 a { background-color: rgb(26,94,97); }

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

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

 span { border-color: rgb(26,94,97); }

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