#1B666D

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

Shades of Blue Stone #1B666D

Tints of Blue Stone #1B666D

Color information

#1B666D (or 0x1B666D) is unknown color: approx Blue Stone. HEX triplet: 1B, 66 and 6D. RGB value is (27,102,109). Sum of RGB (Red+Green+Blue) = 27+102+109=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B666D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B666D is #E49992. Grayscale: #505050. Windows color (decimal): -14981523 or 7169563. OLE color: 7169563.

HSL color Cylindrical-coordinate representation of color #1B666D: hue angle of 185.12º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B666D is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB27102109-
CMYK0.750.0600.57
HSL185.12º60.29%26.67%-
HSV(B)185.12º75.23%42.75%-
XYZ7.9610.8416.14-
YUV80.37144.1589.93-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.34%
GREEN value IS 102 (40.23% from 255) = 42.86%
BLUE value IS 109 (42.97% from 255) = 45.80%
R=11.34%
G=42.86%
B=45.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal271021090.750.0600.57185.1260.2926.67
Hex1B666D4B6039b93c1b
Octal3314615511360712717433
Binary1101111001101101101100101111001110011011100111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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