#1B595C

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

Shades of Blue Stone #1B595C

Tints of Blue Stone #1B595C

Color information

#1B595C (or 0x1B595C) is unknown color: approx Blue Stone. HEX triplet: 1B, 59 and 5C. RGB value is (27,89,92). Sum of RGB (Red+Green+Blue) = 27+89+92=208 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.98% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 92 - color contains mainly: blue. Hex color #1B595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B595C is #E4A6A3. Grayscale: #464646. Windows color (decimal): -14984868 or 6052123. OLE color: 6052123.

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

Color convert

RGB278992-
CMYK0.710.0300.64
HSL182.77º54.62%23.33%-
HSV(B)182.77º70.65%36.08%-
XYZ5.968.1511.38-
YUV70.8139.9696.76-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.98%
GREEN value IS 89 (35.16% from 255) = 42.79%
BLUE value IS 92 (36.33% from 255) = 44.23%
R=12.98%
G=42.79%
B=44.23%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2789920.710.0300.64182.7754.6223.33
Hex1B595C473040b73717
Octal33131134107301002676727
Binary1101110110011011100100011111010000001011011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,89,92); }

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

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

 a { background-color: rgb(27,89,92); }

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

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

 span { border-color: rgb(27,89,92); }

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