#1A6869

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

Shades of Blue Stone #1A6869

Tints of Blue Stone #1A6869

Color information

#1A6869 (or 0x1A6869) is unknown color: approx Blue Stone. HEX triplet: 1A, 68 and 69. RGB value is (26,104,105). Sum of RGB (Red+Green+Blue) = 26+104+105=235 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.06% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A6869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6869 is #E59796. Grayscale: #505050. Windows color (decimal): -15046551 or 6907930. OLE color: 6907930.

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

Color convert

RGB26104105-
CMYK0.750.0100.59
HSL180.76º60.31%25.69%-
HSV(B)180.76º75.24%41.18%-
XYZ7.9311.1415.1-
YUV80.79141.6688.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.06%
GREEN value IS 104 (41.02% from 255) = 44.26%
BLUE value IS 105 (41.41% from 255) = 44.68%
R=11.06%
G=44.26%
B=44.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal261041050.750.0100.59180.7660.3125.69
Hex1A68694B103Bb53c1a
Octal3215015111310732657432
Binary11010110100011010011001011101110111011010111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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