#1B5759

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

Shades of Blue Stone #1B5759

Tints of Blue Stone #1B5759

Color information

#1B5759 (or 0x1B5759) is unknown color: approx Blue Stone. HEX triplet: 1B, 57 and 59. RGB value is (27,87,89). Sum of RGB (Red+Green+Blue) = 27+87+89=203 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.30% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #1B5759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5759 is #E4A8A6. Grayscale: #454545. Windows color (decimal): -14985383 or 5855003. OLE color: 5855003.

HSL color Cylindrical-coordinate representation of color #1B5759: hue angle of 181.94º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B5759 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB278789-
CMYK0.700.0200.65
HSL181.94º53.45%22.75%-
HSV(B)181.94º69.66%34.9%-
XYZ5.667.7710.65-
YUV69.29139.1297.84-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.30%
GREEN value IS 87 (34.38% from 255) = 42.86%
BLUE value IS 89 (35.16% from 255) = 43.84%
R=13.30%
G=42.86%
B=43.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2787890.700.0200.65181.9453.4522.75
Hex1B5759462041b63517
Octal33127131106201012666527
Binary1101110101111011001100011010010000011011011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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