#1A6762

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

Shades of Blue Stone #1A6762

Tints of Blue Stone #1A6762

Color information

#1A6762 (or 0x1A6762) is unknown color: approx Blue Stone. HEX triplet: 1A, 67 and 62. RGB value is (26,103,98). Sum of RGB (Red+Green+Blue) = 26+103+98=227 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.45% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 103 - color contains mainly: green. Hex color #1A6762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6762 is #E5989D. Grayscale: #4F4F4F. Windows color (decimal): -15046814 or 6448922. OLE color: 6448922.

HSL color Cylindrical-coordinate representation of color #1A6762: hue angle of 176.1º 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 #1A6762 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB2610398-
CMYK0.7500.050.60
HSL176.1º59.69%25.29%-
HSV(B)176.1º74.76%40.39%-
XYZ7.4810.813.25-
YUV79.41138.4989.91-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.45%
GREEN value IS 103 (40.62% from 255) = 45.37%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=11.45%
G=45.37%
B=43.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26103980.7500.050.60176.159.6925.29
Hex1A67624B053Cb03c19
Octal3214714211305742607431
Binary1101011001111100010100101101011111001011000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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