#1A575D

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

Shades of Blue Stone #1A575D

Tints of Blue Stone #1A575D

Color information

#1A575D (or 0x1A575D) is unknown color: approx Blue Stone. HEX triplet: 1A, 57 and 5D. RGB value is (26,87,93). Sum of RGB (Red+Green+Blue) = 26+87+93=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A575D is #E5A8A2. Grayscale: #454545. Windows color (decimal): -15050915 or 6117146. OLE color: 6117146.

HSL color Cylindrical-coordinate representation of color #1A575D: hue angle of 185.37º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A575D is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB268793-
CMYK0.720.0600.64
HSL185.37º56.3%23.33%-
HSV(B)185.37º72.04%36.47%-
XYZ5.817.8311.56-
YUV69.44141.2997.01-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.62%
GREEN value IS 87 (34.38% from 255) = 42.23%
BLUE value IS 93 (36.72% from 255) = 45.15%
R=12.62%
G=42.23%
B=45.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2687930.720.0600.64185.3756.323.33
Hex1A575D486040b93817
Octal32127135110601002717027
Binary11010101011110111011001000110010000001011100111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,87,93); }

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

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

 a { background-color: rgb(26,87,93); }

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

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

 span { border-color: rgb(26,87,93); }

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