#1B6660

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

Shades of Blue Stone #1B6660

Tints of Blue Stone #1B6660

Color information

#1B6660 (or 0x1B6660) is unknown color: approx Blue Stone. HEX triplet: 1B, 66 and 60. RGB value is (27,102,96). Sum of RGB (Red+Green+Blue) = 27+102+96=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 102 - color contains mainly: green. Hex color #1B6660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6660 is #E4999F. Grayscale: #4E4E4E. Windows color (decimal): -14981536 or 6317595. OLE color: 6317595.

HSL color Cylindrical-coordinate representation of color #1B6660: hue angle of 175.2º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B6660 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB2710296-
CMYK0.7400.060.6
HSL175.2º58.14%25.29%-
HSV(B)175.2º73.53%40%-
XYZ7.3110.5812.72-
YUV78.89137.6590.99-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12%
GREEN value IS 102 (40.23% from 255) = 45.33%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=12%
G=45.33%
B=42.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal27102960.7400.060.6175.258.1425.29
Hex1B66604A063Caf3a19
Octal3314614011206742577231
Binary1101111001101100000100101001101111001010111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,102,96); }

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

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

 a { background-color: rgb(27,102,96); }

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

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

 span { border-color: rgb(27,102,96); }

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