#1A6766

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

Shades of Blue Stone #1A6766

Tints of Blue Stone #1A6766

Color information

#1A6766 (or 0x1A6766) is unknown color: approx Blue Stone. HEX triplet: 1A, 67 and 66. RGB value is (26,103,102). Sum of RGB (Red+Green+Blue) = 26+103+102=231 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.26% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 103 - color contains mainly: green. Hex color #1A6766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6766 is #E59899. Grayscale: #4F4F4F. Windows color (decimal): -15046810 or 6711066. OLE color: 6711066.

HSL color Cylindrical-coordinate representation of color #1A6766: hue angle of 179.22º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6766 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB26103102-
CMYK0.7500.010.60
HSL179.22º59.69%25.29%-
HSV(B)179.22º74.76%40.39%-
XYZ7.6710.8814.27-
YUV79.86140.4989.58-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.26%
GREEN value IS 103 (40.62% from 255) = 44.59%
BLUE value IS 102 (40.23% from 255) = 44.16%
R=11.26%
G=44.59%
B=44.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal261031020.7500.010.60179.2259.6925.29
Hex1A67664B013Cb33c19
Octal3214714611301742637431
Binary11010110011111001101001011011111001011001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,103,102); }

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

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

 a { background-color: rgb(26,103,102); }

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

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

 span { border-color: rgb(26,103,102); }

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