#1B6B5E

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

Shades of Blue Stone #1B6B5E

Tints of Blue Stone #1B6B5E

Color information

#1B6B5E (or 0x1B6B5E) is unknown color: approx Blue Stone. HEX triplet: 1B, 6B and 5E. RGB value is (27,107,94). Sum of RGB (Red+Green+Blue) = 27+107+94=228 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.84% from 228); Green value is 107 (42.19% from 255 or 46.93% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 107 - color contains mainly: green. Hex color #1B6B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6B5E is #E494A1. Grayscale: #515151. Windows color (decimal): -14980258 or 6187803. OLE color: 6187803.

HSL color Cylindrical-coordinate representation of color #1B6B5E: hue angle of 170.25º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B6B5E is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB2710794-
CMYK0.7500.120.58
HSL170.25º59.7%26.27%-
HSV(B)170.25º74.77%41.96%-
XYZ7.7311.5612.41-
YUV81.613589.06-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.84%
GREEN value IS 107 (42.19% from 255) = 46.93%
BLUE value IS 94 (37.11% from 255) = 41.23%
R=11.84%
G=46.93%
B=41.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal27107940.7500.120.58170.2559.726.27
Hex1B6B5E4B0C3Aaa3c1a
Octal33153136113014722527432
Binary11011110101110111101001011011001110101010101011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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