#1A615B

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

Shades of Blue Stone #1A615B

Tints of Blue Stone #1A615B

Color information

#1A615B (or 0x1A615B) is unknown color: approx Blue Stone. HEX triplet: 1A, 61 and 5B. RGB value is (26,97,91). Sum of RGB (Red+Green+Blue) = 26+97+91=214 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.15% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #1A615B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A615B is #E59EA4. Grayscale: #4B4B4B. Windows color (decimal): -15048357 or 5988634. OLE color: 5988634.

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

Color convert

RGB269791-
CMYK0.7300.060.62
HSL174.93º57.72%24.12%-
HSV(B)174.93º73.2%38.04%-
XYZ6.599.5211.39-
YUV75.09136.9892.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.15%
GREEN value IS 97 (38.28% from 255) = 45.33%
BLUE value IS 91 (35.94% from 255) = 42.52%
R=12.15%
G=45.33%
B=42.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2697910.7300.060.62174.9357.7224.12
Hex1A615B49063Eaf3a18
Octal3214113311106762577230
Binary1101011000011011011100100101101111101010111111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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