#1A5F5D

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

Shades of Blue Stone #1A5F5D

Tints of Blue Stone #1A5F5D

Color information

#1A5F5D (or 0x1A5F5D) is unknown color: approx Blue Stone. HEX triplet: 1A, 5F and 5D. RGB value is (26,95,93). Sum of RGB (Red+Green+Blue) = 26+95+93=214 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.15% from 214); Green value is 95 (37.5% from 255 or 44.39% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 95 - color contains mainly: green. Hex color #1A5F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5F5D is #E5A0A2. Grayscale: #4A4A4A. Windows color (decimal): -15048867 or 6119194. OLE color: 6119194.

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

Color convert

RGB269593-
CMYK0.7300.020.63
HSL178.26º57.02%23.73%-
HSV(B)178.26º72.63%37.25%-
XYZ6.499.1911.79-
YUV74.14138.6493.66-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.15%
GREEN value IS 95 (37.5% from 255) = 44.39%
BLUE value IS 93 (36.72% from 255) = 43.46%
R=12.15%
G=44.39%
B=43.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2695930.7300.020.63178.2657.0223.73
Hex1A5F5D49023Fb23918
Octal3213713511102772627130
Binary110101011111101110110010010101111111011001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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