#1A615E

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

Shades of Blue Stone #1A615E

Tints of Blue Stone #1A615E

Color information

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

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

Color convert

RGB269794-
CMYK0.7300.030.62
HSL177.46º57.72%24.12%-
HSV(B)177.46º73.2%38.04%-
XYZ6.729.5812.08-
YUV75.43138.4892.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2697940.7300.030.62177.4657.7224.12
Hex1A615E49033Eb13a18
Octal3214113611103762617230
Binary110101100001101111010010010111111101011000111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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