#1B6163

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

Shades of Blue Stone #1B6163

Tints of Blue Stone #1B6163

Color information

#1B6163 (or 0x1B6163) is unknown color: approx Blue Stone. HEX triplet: 1B, 61 and 63. RGB value is (27,97,99). Sum of RGB (Red+Green+Blue) = 27+97+99=223 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.11% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #1B6163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6163 is #E49E9C. Grayscale: #4C4C4C. Windows color (decimal): -14982813 or 6512923. OLE color: 6512923.

HSL color Cylindrical-coordinate representation of color #1B6163: hue angle of 181.67º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B6163 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB279799-
CMYK0.730.0200.61
HSL181.67º57.14%24.71%-
HSV(B)181.67º72.73%38.82%-
XYZ6.989.6813.31-
YUV76.3140.8192.84-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.11%
GREEN value IS 97 (38.28% from 255) = 43.50%
BLUE value IS 99 (39.06% from 255) = 44.39%
R=12.11%
G=43.50%
B=44.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2797990.730.0200.61181.6757.1424.71
Hex1B616349203Db63919
Octal3314114311120752667131
Binary110111100001110001110010011001111011011011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,97,99); }

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

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

 a { background-color: rgb(27,97,99); }

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

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

 span { border-color: rgb(27,97,99); }

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