#1B6965

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

Shades of Blue Stone #1B6965

Tints of Blue Stone #1B6965

Color information

#1B6965 (or 0x1B6965) is unknown color: approx Blue Stone. HEX triplet: 1B, 69 and 65. RGB value is (27,105,101). Sum of RGB (Red+Green+Blue) = 27+105+101=233 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.59% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #1B6965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6965 is #E4969A. Grayscale: #515151. Windows color (decimal): -14980763 or 6646043. OLE color: 6646043.

HSL color Cylindrical-coordinate representation of color #1B6965: hue angle of 176.92º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B6965 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB27105101-
CMYK0.7400.040.59
HSL176.92º59.09%25.88%-
HSV(B)176.92º74.29%41.18%-
XYZ7.8511.2814.07-
YUV81.22139.1689.33-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.59%
GREEN value IS 105 (41.41% from 255) = 45.06%
BLUE value IS 101 (39.84% from 255) = 43.35%
R=11.59%
G=45.06%
B=43.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal271051010.7400.040.59176.9259.0925.88
Hex1B69654A043Bb13b1a
Octal3315114511204732617332
Binary1101111010011100101100101001001110111011000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,105,101); }

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

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

 a { background-color: rgb(27,105,101); }

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

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

 span { border-color: rgb(27,105,101); }

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