#1A5D5D

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

Shades of Blue Stone #1A5D5D

Tints of Blue Stone #1A5D5D

Color information

#1A5D5D (or 0x1A5D5D) is unknown color: approx Blue Stone. HEX triplet: 1A, 5D and 5D. RGB value is (26,93,93). Sum of RGB (Red+Green+Blue) = 26+93+93=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: green, blue. Hex color #1A5D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5D5D is #E5A2A2. Grayscale: #484848. Windows color (decimal): -15049379 or 6118682. OLE color: 6118682.

HSL color Cylindrical-coordinate representation of color #1A5D5D: hue angle of 180º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A5D5D is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB269393-
CMYK0.72000.64
HSL180º56.3%23.33%-
HSV(B)180º72.04%36.47%-
XYZ6.328.8411.73-
YUV72.97139.394.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.26%
GREEN value IS 93 (36.72% from 255) = 43.87%
BLUE value IS 93 (36.72% from 255) = 43.87%
R=12.26%
G=43.87%
B=43.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2693930.72000.6418056.323.33
Hex1A5D5D480040b43817
Octal32135135110001002647027
Binary110101011101101110110010000010000001011010011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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