#1A605D

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

Shades of Blue Stone #1A605D

Tints of Blue Stone #1A605D

Color information

#1A605D (or 0x1A605D) is unknown color: approx Blue Stone. HEX triplet: 1A, 60 and 5D. RGB value is (26,96,93). Sum of RGB (Red+Green+Blue) = 26+96+93=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #1A605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A605D is #E59FA2. Grayscale: #4A4A4A. Windows color (decimal): -15048611 or 6119450. OLE color: 6119450.

HSL color Cylindrical-coordinate representation of color #1A605D: hue angle of 177.43º degrees, saturation: 0.57, 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 #1A605D is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB269693-
CMYK0.7300.030.62
HSL177.43º57.38%23.92%-
HSV(B)177.43º72.92%37.65%-
XYZ6.589.3811.82-
YUV74.73138.3193.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.09%
GREEN value IS 96 (37.89% from 255) = 44.65%
BLUE value IS 93 (36.72% from 255) = 43.26%
R=12.09%
G=44.65%
B=43.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2696930.7300.030.62177.4357.3823.92
Hex1A605D49033Eb13918
Octal3214013511103762617130
Binary110101100000101110110010010111111101011000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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