#1B595E

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

Shades of Blue Stone #1B595E

Tints of Blue Stone #1B595E

Color information

#1B595E (or 0x1B595E) is unknown color: approx Blue Stone. HEX triplet: 1B, 59 and 5E. RGB value is (27,89,94). Sum of RGB (Red+Green+Blue) = 27+89+94=210 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.86% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 94 - color contains mainly: blue. Hex color #1B595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B595E is #E4A6A1. Grayscale: #464646. Windows color (decimal): -14984866 or 6183195. OLE color: 6183195.

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

Color convert

RGB278994-
CMYK0.710.0500.63
HSL184.48º55.37%23.73%-
HSV(B)184.48º71.28%36.86%-
XYZ6.048.1911.85-
YUV71.03140.9696.59-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.86%
GREEN value IS 89 (35.16% from 255) = 42.38%
BLUE value IS 94 (37.11% from 255) = 44.76%
R=12.86%
G=42.38%
B=44.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2789940.710.0500.63184.4855.3723.73
Hex1B595E47503Fb83718
Octal3313113610750772706730
Binary1101110110011011110100011110101111111011100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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