#1A5761

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

Shades of Blue Stone #1A5761

Tints of Blue Stone #1A5761

Color information

#1A5761 (or 0x1A5761) is unknown color: approx Blue Stone. HEX triplet: 1A, 57 and 61. RGB value is (26,87,97). Sum of RGB (Red+Green+Blue) = 26+87+97=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A5761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5761 is #E5A89E. Grayscale: #454545. Windows color (decimal): -15050911 or 6379290. OLE color: 6379290.

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

Color convert

RGB268797-
CMYK0.730.1000.62
HSL188.45º57.72%24.12%-
HSV(B)188.45º73.2%38.04%-
XYZ5.997.912.52-
YUV69.9143.2996.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.38%
GREEN value IS 87 (34.38% from 255) = 41.43%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=12.38%
G=41.43%
B=46.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2687970.730.1000.62188.4557.7224.12
Hex1A576149A03Ebc3a18
Octal32127141111120762747230
Binary11010101011111000011001001101001111101011110011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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