#1A6061

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

Shades of Blue Stone #1A6061

Tints of Blue Stone #1A6061

Color information

#1A6061 (or 0x1A6061) is unknown color: approx Blue Stone. HEX triplet: 1A, 60 and 61. RGB value is (26,96,97). Sum of RGB (Red+Green+Blue) = 26+96+97=219 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.87% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A6061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6061 is #E59F9E. Grayscale: #4B4B4B. Windows color (decimal): -15048607 or 6381594. OLE color: 6381594.

HSL color Cylindrical-coordinate representation of color #1A6061: hue angle of 180.85º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A6061 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB269697-
CMYK0.730.0100.62
HSL180.85º57.72%24.12%-
HSV(B)180.85º73.2%38.04%-
XYZ6.779.4512.78-
YUV75.18140.3192.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.87%
GREEN value IS 96 (37.89% from 255) = 43.84%
BLUE value IS 97 (38.28% from 255) = 44.29%
R=11.87%
G=43.84%
B=44.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2696970.730.0100.62180.8557.7224.12
Hex1A606149103Eb53a18
Octal3214014111110762657230
Binary11010110000011000011001001101111101011010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,96,97); }

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

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

 a { background-color: rgb(26,96,97); }

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

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

 span { border-color: rgb(26,96,97); }

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