#1A635B

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

Shades of Blue Stone #1A635B

Tints of Blue Stone #1A635B

Color information

#1A635B (or 0x1A635B) is unknown color: approx Blue Stone. HEX triplet: 1A, 63 and 5B. RGB value is (26,99,91). Sum of RGB (Red+Green+Blue) = 26+99+91=216 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.04% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #1A635B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A635B is #E59CA4. Grayscale: #4C4C4C. Windows color (decimal): -15047845 or 5989146. OLE color: 5989146.

HSL color Cylindrical-coordinate representation of color #1A635B: hue angle of 173.42º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A635B is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB269991-
CMYK0.7400.080.61
HSL173.42º58.4%24.51%-
HSV(B)173.42º73.74%38.82%-
XYZ6.789.911.45-
YUV76.26136.3292.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.04%
GREEN value IS 99 (39.06% from 255) = 45.83%
BLUE value IS 91 (35.94% from 255) = 42.13%
R=12.04%
G=45.83%
B=42.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2699910.7400.080.61173.4258.424.51
Hex1A635B4A083Dad3a19
Octal32143133112010752557231
Binary11010110001110110111001010010001111011010110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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