#1A6861

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

Shades of Blue Stone #1A6861

Tints of Blue Stone #1A6861

Color information

#1A6861 (or 0x1A6861) is unknown color: approx Blue Stone. HEX triplet: 1A, 68 and 61. RGB value is (26,104,97). Sum of RGB (Red+Green+Blue) = 26+104+97=227 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.45% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 104 - color contains mainly: green. Hex color #1A6861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6861 is #E5979E. Grayscale: #4F4F4F. Windows color (decimal): -15046559 or 6383642. OLE color: 6383642.

HSL color Cylindrical-coordinate representation of color #1A6861: hue angle of 174.62º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6861 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB2610497-
CMYK0.7500.070.59
HSL174.62º60%25.49%-
HSV(B)174.62º75%40.78%-
XYZ7.5310.9813.03-
YUV79.88137.6689.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.45%
GREEN value IS 104 (41.02% from 255) = 45.81%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=11.45%
G=45.81%
B=42.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26104970.7500.070.59174.626025.49
Hex1A68614B073Baf3c19
Octal3215014111307732577431
Binary1101011010001100001100101101111110111010111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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