#1A5963

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

Shades of Blue Stone #1A5963

Tints of Blue Stone #1A5963

Color information

#1A5963 (or 0x1A5963) is unknown color: approx Blue Stone. HEX triplet: 1A, 59 and 63. RGB value is (26,89,99). Sum of RGB (Red+Green+Blue) = 26+89+99=214 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.15% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A5963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5963 is #E5A69C. Grayscale: #474747. Windows color (decimal): -15050397 or 6510874. OLE color: 6510874.

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

Color convert

RGB268999-
CMYK0.740.1000.61
HSL188.22º58.4%24.51%-
HSV(B)188.22º73.74%38.82%-
XYZ6.258.2713.07-
YUV71.3143.6395.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.15%
GREEN value IS 89 (35.16% from 255) = 41.59%
BLUE value IS 99 (39.06% from 255) = 46.26%
R=12.15%
G=41.59%
B=46.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2689990.740.1000.61188.2258.424.51
Hex1A59634AA03Dbc3a19
Octal32131143112120752747231
Binary11010101100111000111001010101001111011011110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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