#1A5659

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

Shades of Blue Stone #1A5659

Tints of Blue Stone #1A5659

Color information

#1A5659 (or 0x1A5659) is unknown color: approx Blue Stone. HEX triplet: 1A, 56 and 59. RGB value is (26,86,89). Sum of RGB (Red+Green+Blue) = 26+86+89=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A5659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5659 is #E5A9A6. Grayscale: #444444. Windows color (decimal): -15051175 or 5854746. OLE color: 5854746.

HSL color Cylindrical-coordinate representation of color #1A5659: hue angle of 182.86º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A5659 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB268689-
CMYK0.710.0300.65
HSL182.86º54.78%22.55%-
HSV(B)182.86º70.79%34.9%-
XYZ5.567.610.62-
YUV68.4139.6297.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.94%
GREEN value IS 86 (33.98% from 255) = 42.79%
BLUE value IS 89 (35.16% from 255) = 44.28%
R=12.94%
G=42.79%
B=44.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2686890.710.0300.65182.8654.7822.55
Hex1A5659473041b73717
Octal32126131107301012676727
Binary1101010101101011001100011111010000011011011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,86,89); }

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

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

 a { background-color: rgb(26,86,89); }

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

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

 span { border-color: rgb(26,86,89); }

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