#1A716B

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

Shades of Blue Stone #1A716B

Tints of Blue Stone #1A716B

Color information

#1A716B (or 0x1A716B) is unknown color: approx Blue Stone. HEX triplet: 1A, 71 and 6B. RGB value is (26,113,107). Sum of RGB (Red+Green+Blue) = 26+113+107=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #1A716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A716B is #E58E94. Grayscale: #565656. Windows color (decimal): -15044245 or 7041306. OLE color: 7041306.

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

Color convert

RGB26113107-
CMYK0.7700.050.56
HSL175.86º62.59%27.25%-
HSV(B)175.86º76.99%44.31%-
XYZ8.9813.0915.96-
YUV86.3139.6884.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.57%
GREEN value IS 113 (44.53% from 255) = 45.93%
BLUE value IS 107 (42.19% from 255) = 43.50%
R=10.57%
G=45.93%
B=43.50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal261131070.7700.050.56175.8662.5927.25
Hex1A716B4D0538b03f1b
Octal3216115311505702607733
Binary1101011100011101011100110101011110001011000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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