#1B716B

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

Shades of Blue Stone #1B716B

Tints of Blue Stone #1B716B

Color information

#1B716B (or 0x1B716B) is unknown color: approx Blue Stone. HEX triplet: 1B, 71 and 6B. RGB value is (27,113,107). Sum of RGB (Red+Green+Blue) = 27+113+107=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #1B716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B716B is #E48E94. Grayscale: #565656. Windows color (decimal): -14978709 or 7041307. OLE color: 7041307.

HSL color Cylindrical-coordinate representation of color #1B716B: hue angle of 175.81º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B716B is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB27113107-
CMYK0.7600.050.56
HSL175.81º61.43%27.45%-
HSV(B)175.81º76.11%44.31%-
XYZ9.0113.115.96-
YUV86.6139.5185.49-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.93%
GREEN value IS 113 (44.53% from 255) = 45.75%
BLUE value IS 107 (42.19% from 255) = 43.32%
R=10.93%
G=45.75%
B=43.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal271131070.7600.050.56175.8161.4327.45
Hex1B716B4C0538b03d1b
Octal3316115311405702607533
Binary1101111100011101011100110001011110001011000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,113,107); }

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

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

 a { background-color: rgb(27,113,107); }

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

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

 span { border-color: rgb(27,113,107); }

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