#1A575E

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

Shades of Blue Stone #1A575E

Tints of Blue Stone #1A575E

Color information

#1A575E (or 0x1A575E) is unknown color: approx Blue Stone. HEX triplet: 1A, 57 and 5E. RGB value is (26,87,94). Sum of RGB (Red+Green+Blue) = 26+87+94=207 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.56% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #1A575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A575E is #E5A8A1. Grayscale: #454545. Windows color (decimal): -15050914 or 6182682. OLE color: 6182682.

HSL color Cylindrical-coordinate representation of color #1A575E: hue angle of 186.18º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A575E is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB268794-
CMYK0.720.0700.63
HSL186.18º56.67%23.53%-
HSV(B)186.18º72.34%36.86%-
XYZ5.857.8411.8-
YUV69.56141.7996.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.56%
GREEN value IS 87 (34.38% from 255) = 42.03%
BLUE value IS 94 (37.11% from 255) = 45.41%
R=12.56%
G=42.03%
B=45.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2687940.720.0700.63186.1856.6723.53
Hex1A575E48703Fba3918
Octal3212713611070772727130
Binary1101010101111011110100100011101111111011101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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