#1A6D6F

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

Shades of Blue Stone #1A6D6F

Tints of Blue Stone #1A6D6F

Color information

#1A6D6F (or 0x1A6D6F) is unknown color: approx Blue Stone. HEX triplet: 1A, 6D and 6F. RGB value is (26,109,111). Sum of RGB (Red+Green+Blue) = 26+109+111=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 111 - color contains mainly: blue. Hex color #1A6D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6D6F is #E59290. Grayscale: #545454. Windows color (decimal): -15045265 or 7302426. OLE color: 7302426.

HSL color Cylindrical-coordinate representation of color #1A6D6F: hue angle of 181.41º degrees, saturation: 0.62, 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 #1A6D6F is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB26109111-
CMYK0.770.0200.56
HSL181.41º62.04%26.86%-
HSV(B)181.41º76.58%43.53%-
XYZ8.7612.316.95-
YUV84.4114386.34-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.57%
GREEN value IS 109 (42.97% from 255) = 44.31%
BLUE value IS 111 (43.75% from 255) = 45.12%
R=10.57%
G=44.31%
B=45.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal261091110.770.0200.56181.4162.0426.86
Hex1A6D6F4D2038b53e1b
Octal3215515711520702657633
Binary110101101101110111110011011001110001011010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,109,111); }

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

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

 a { background-color: rgb(26,109,111); }

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

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

 span { border-color: rgb(26,109,111); }

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