#1A6D70

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

Shades of Blue Stone #1A6D70

Tints of Blue Stone #1A6D70

Color information

#1A6D70 (or 0x1A6D70) is unknown color: approx Blue Stone. HEX triplet: 1A, 6D and 70. RGB value is (26,109,112). Sum of RGB (Red+Green+Blue) = 26+109+112=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A6D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6D70 is #E5928F. Grayscale: #545454. Windows color (decimal): -15045264 or 7367962. OLE color: 7367962.

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

Color convert

RGB26109112-
CMYK0.770.0300.56
HSL182.09º62.32%27.06%-
HSV(B)182.09º76.79%43.92%-
XYZ8.8212.3317.24-
YUV84.52143.586.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.53%
GREEN value IS 109 (42.97% from 255) = 44.13%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=10.53%
G=44.13%
B=45.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal261091120.770.0300.56182.0962.3227.06
Hex1A6D704D3038b63e1b
Octal3215516011530702667633
Binary110101101101111000010011011101110001011011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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