#1A5960

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

Shades of Blue Stone #1A5960

Tints of Blue Stone #1A5960

Color information

#1A5960 (or 0x1A5960) is unknown color: approx Blue Stone. HEX triplet: 1A, 59 and 60. RGB value is (26,89,96). Sum of RGB (Red+Green+Blue) = 26+89+96=211 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.32% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A5960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5960 is #E5A69F. Grayscale: #464646. Windows color (decimal): -15050400 or 6314266. OLE color: 6314266.

HSL color Cylindrical-coordinate representation of color #1A5960: hue angle of 186º degrees, saturation: 0.57, 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 #1A5960 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB268996-
CMYK0.730.0700.62
HSL186º57.38%23.92%-
HSV(B)186º72.92%37.65%-
XYZ6.118.2112.33-
YUV70.96142.1395.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.32%
GREEN value IS 89 (35.16% from 255) = 42.18%
BLUE value IS 96 (37.89% from 255) = 45.50%
R=12.32%
G=42.18%
B=45.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2689960.730.0700.6218657.3823.92
Hex1A596049703Eba3918
Octal3213114011170762727130
Binary1101010110011100000100100111101111101011101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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