#1A605A

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

Shades of Blue Stone #1A605A

Tints of Blue Stone #1A605A

Color information

#1A605A (or 0x1A605A) is unknown color: approx Blue Stone. HEX triplet: 1A, 60 and 5A. RGB value is (26,96,90). Sum of RGB (Red+Green+Blue) = 26+96+90=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #1A605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A605A is #E59FA5. Grayscale: #4A4A4A. Windows color (decimal): -15048614 or 5922842. OLE color: 5922842.

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

Color convert

RGB269690-
CMYK0.7300.060.62
HSL174.86º57.38%23.92%-
HSV(B)174.86º72.92%37.65%-
XYZ6.459.3211.13-
YUV74.39136.8193.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.26%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 90 (35.55% from 255) = 42.45%
R=12.26%
G=45.28%
B=42.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2696900.7300.060.62174.8657.3823.92
Hex1A605A49063Eaf3918
Octal3214013211106762577130
Binary1101011000001011010100100101101111101010111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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