#1A666C

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

Shades of Blue Stone #1A666C

Tints of Blue Stone #1A666C

Color information

#1A666C (or 0x1A666C) is unknown color: approx Blue Stone. HEX triplet: 1A, 66 and 6C. RGB value is (26,102,108). Sum of RGB (Red+Green+Blue) = 26+102+108=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #1A666C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A666C is #E59993. Grayscale: #4F4F4F. Windows color (decimal): -15047060 or 7104026. OLE color: 7104026.

HSL color Cylindrical-coordinate representation of color #1A666C: hue angle of 184.39º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A666C is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB26102108-
CMYK0.760.0600.58
HSL184.39º61.19%26.27%-
HSV(B)184.39º75.93%42.35%-
XYZ7.8810.8115.86-
YUV79.96143.8289.51-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.02%
GREEN value IS 102 (40.23% from 255) = 43.22%
BLUE value IS 108 (42.58% from 255) = 45.76%
R=11.02%
G=43.22%
B=45.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal261021080.760.0600.58184.3961.1926.27
Hex1A666C4C603Ab83d1a
Octal3214615411460722707532
Binary1101011001101101100100110011001110101011100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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