#1B6A5F

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

Shades of Blue Stone #1B6A5F

Tints of Blue Stone #1B6A5F

Color information

#1B6A5F (or 0x1B6A5F) is unknown color: approx Blue Stone. HEX triplet: 1B, 6A and 5F. RGB value is (27,106,95). Sum of RGB (Red+Green+Blue) = 27+106+95=228 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.84% from 228); Green value is 106 (41.80% from 255 or 46.49% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 106 - color contains mainly: green. Hex color #1B6A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6A5F is #E495A0. Grayscale: #515151. Windows color (decimal): -14980513 or 6253083. OLE color: 6253083.

HSL color Cylindrical-coordinate representation of color #1B6A5F: hue angle of 171.65º degrees, saturation: 0.59, 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 #1B6A5F is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB2710695-
CMYK0.7500.100.58
HSL171.65º59.4%26.08%-
HSV(B)171.65º74.53%41.57%-
XYZ7.6711.3712.62-
YUV81.12135.8389.39-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.84%
GREEN value IS 106 (41.80% from 255) = 46.49%
BLUE value IS 95 (37.5% from 255) = 41.67%
R=11.84%
G=46.49%
B=41.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal27106950.7500.100.58171.6559.426.08
Hex1B6A5F4B0A3Aac3b1a
Octal33152137113012722547332
Binary11011110101010111111001011010101110101010110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,106,95); }

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

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

 a { background-color: rgb(27,106,95); }

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

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

 span { border-color: rgb(27,106,95); }

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