#1A726C

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

Shades of Blue Stone #1A726C

Tints of Blue Stone #1A726C

Color information

#1A726C (or 0x1A726C) is unknown color: approx Blue Stone. HEX triplet: 1A, 72 and 6C. RGB value is (26,114,108). Sum of RGB (Red+Green+Blue) = 26+114+108=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #1A726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A726C is #E58D93. Grayscale: #565656. Windows color (decimal): -15043988 or 7107098. OLE color: 7107098.

HSL color Cylindrical-coordinate representation of color #1A726C: hue angle of 175.91º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A726C is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB26114108-
CMYK0.7700.050.55
HSL175.91º62.86%27.45%-
HSV(B)175.91º77.19%44.71%-
XYZ9.1513.3416.28-
YUV87139.8584.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.48%
GREEN value IS 114 (44.92% from 255) = 45.97%
BLUE value IS 108 (42.58% from 255) = 43.55%
R=10.48%
G=45.97%
B=43.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal261141080.7700.050.55175.9162.8627.45
Hex1A726C4D0537b03f1b
Octal3216215411505672607733
Binary1101011100101101100100110101011101111011000011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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