#1A5A65

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

Shades of Blue Stone #1A5A65

Tints of Blue Stone #1A5A65

Color information

#1A5A65 (or 0x1A5A65) is unknown color: approx Blue Stone. HEX triplet: 1A, 5A and 65. RGB value is (26,90,101). Sum of RGB (Red+Green+Blue) = 26+90+101=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 101 - color contains mainly: blue. Hex color #1A5A65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5A65 is #E5A59A. Grayscale: #484848. Windows color (decimal): -15050139 or 6642202. OLE color: 6642202.

HSL color Cylindrical-coordinate representation of color #1A5A65: hue angle of 188.8º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A5A65 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2690101-
CMYK0.740.1100.60
HSL188.8º59.06%24.9%-
HSV(B)188.8º74.26%39.61%-
XYZ6.438.4713.61-
YUV72.12144.395.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.98%
GREEN value IS 90 (35.55% from 255) = 41.47%
BLUE value IS 101 (39.84% from 255) = 46.54%
R=11.98%
G=41.47%
B=46.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26901010.740.1100.60188.859.0624.9
Hex1A5A654AB03Cbd3b19
Octal32132145112130742757331
Binary11010101101011001011001010101101111001011110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,90,101); }

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

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

 a { background-color: rgb(26,90,101); }

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

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

 span { border-color: rgb(26,90,101); }

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