#1A6767

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

Shades of Blue Stone #1A6767

Tints of Blue Stone #1A6767

Color information

#1A6767 (or 0x1A6767) is unknown color: approx Blue Stone. HEX triplet: 1A, 67 and 67. RGB value is (26,103,103). Sum of RGB (Red+Green+Blue) = 26+103+103=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: green, blue. Hex color #1A6767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6767 is #E59898. Grayscale: #4F4F4F. Windows color (decimal): -15046809 or 6776602. OLE color: 6776602.

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

Color convert

RGB26103103-
CMYK0.75000.60
HSL180º59.69%25.29%-
HSV(B)180º74.76%40.39%-
XYZ7.7210.914.53-
YUV79.98140.9989.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.21%
GREEN value IS 103 (40.62% from 255) = 44.40%
BLUE value IS 103 (40.62% from 255) = 44.40%
R=11.21%
G=44.40%
B=44.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal261031030.75000.6018059.6925.29
Hex1A67674B003Cb43c19
Octal3214714711300742647431
Binary11010110011111001111001011001111001011010011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,103,103); }

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

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

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

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

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

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

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