#1A5F61

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

Shades of Blue Stone #1A5F61

Tints of Blue Stone #1A5F61

Color information

#1A5F61 (or 0x1A5F61) is unknown color: approx Blue Stone. HEX triplet: 1A, 5F and 61. RGB value is (26,95,97). Sum of RGB (Red+Green+Blue) = 26+95+97=218 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.93% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A5F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5F61 is #E5A09E. Grayscale: #4A4A4A. Windows color (decimal): -15048863 or 6381338. OLE color: 6381338.

HSL color Cylindrical-coordinate representation of color #1A5F61: hue angle of 181.69º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A5F61 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB269597-
CMYK0.730.0200.62
HSL181.69º57.72%24.12%-
HSV(B)181.69º73.2%38.04%-
XYZ6.689.2712.75-
YUV74.6140.6493.34-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.93%
GREEN value IS 95 (37.5% from 255) = 43.58%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=11.93%
G=43.58%
B=44.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2695970.730.0200.62181.6957.7224.12
Hex1A5F6149203Eb63a18
Octal3213714111120762667230
Binary110101011111110000110010011001111101011011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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