#1A686E

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

Shades of Blue Stone #1A686E

Tints of Blue Stone #1A686E

Color information

#1A686E (or 0x1A686E) is unknown color: approx Blue Stone. HEX triplet: 1A, 68 and 6E. RGB value is (26,104,110). Sum of RGB (Red+Green+Blue) = 26+104+110=240 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.83% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 110 - color contains mainly: blue. Hex color #1A686E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A686E is #E59791. Grayscale: #515151. Windows color (decimal): -15046546 or 7235610. OLE color: 7235610.

HSL color Cylindrical-coordinate representation of color #1A686E: hue angle of 184.29º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A686E is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB26104110-
CMYK0.760.0500.57
HSL184.29º61.76%26.67%-
HSV(B)184.29º76.36%43.14%-
XYZ8.1911.2516.49-
YUV81.36144.1688.51-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.83%
GREEN value IS 104 (41.02% from 255) = 43.33%
BLUE value IS 110 (43.36% from 255) = 45.83%
R=10.83%
G=43.33%
B=45.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal261041100.760.0500.57184.2961.7626.67
Hex1A686E4C5039b83e1b
Octal3215015611450712707633
Binary1101011010001101110100110010101110011011100011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,104,110); }

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

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

 a { background-color: rgb(26,104,110); }

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

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

 span { border-color: rgb(26,104,110); }

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