#1A635E

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

Shades of Blue Stone #1A635E

Tints of Blue Stone #1A635E

Color information

#1A635E (or 0x1A635E) is unknown color: approx Blue Stone. HEX triplet: 1A, 63 and 5E. RGB value is (26,99,94). Sum of RGB (Red+Green+Blue) = 26+99+94=219 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.87% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #1A635E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A635E is #E59CA1. Grayscale: #4C4C4C. Windows color (decimal): -15047842 or 6185754. OLE color: 6185754.

HSL color Cylindrical-coordinate representation of color #1A635E: hue angle of 175.89º 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 #1A635E is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB269994-
CMYK0.7400.050.61
HSL175.89º58.4%24.51%-
HSV(B)175.89º73.74%38.82%-
XYZ6.919.9512.15-
YUV76.6137.8291.91-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.87%
GREEN value IS 99 (39.06% from 255) = 45.21%
BLUE value IS 94 (37.11% from 255) = 42.92%
R=11.87%
G=45.21%
B=42.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2699940.7400.050.61175.8958.424.51
Hex1A635E4A053Db03a19
Octal3214313611205752607231
Binary1101011000111011110100101001011111011011000011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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