#1A656E

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

Shades of Blue Stone #1A656E

Tints of Blue Stone #1A656E

Color information

#1A656E (or 0x1A656E) is unknown color: approx Blue Stone. HEX triplet: 1A, 65 and 6E. RGB value is (26,101,110). Sum of RGB (Red+Green+Blue) = 26+101+110=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #1A656E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A656E is #E59A91. Grayscale: #4F4F4F. Windows color (decimal): -15047314 or 7234842. OLE color: 7234842.

HSL color Cylindrical-coordinate representation of color #1A656E: hue angle of 186.43º 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 #1A656E is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB26101110-
CMYK0.760.0800.57
HSL186.43º61.76%26.67%-
HSV(B)186.43º76.36%43.14%-
XYZ7.8910.6516.39-
YUV79.6145.1589.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.97%
GREEN value IS 101 (39.84% from 255) = 42.62%
BLUE value IS 110 (43.36% from 255) = 46.41%
R=10.97%
G=42.62%
B=46.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal261011100.760.0800.57186.4361.7626.67
Hex1A656E4C8039ba3e1b
Octal32145156114100712727633
Binary11010110010111011101001100100001110011011101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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