Html Css Color HEX #1A5E60 Blue Stone

📋 copy color: '#1A5E60'

red 26 ◦ green 94 ◦ blue 96

#1A5E60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #1A5E60

Tints of Blue Stone #1A5E60

RGB

 RED value IS 26 (10.55% from 255) = 12.04%

 GREEN value IS 94 (37.11% from 255) = 43.52%

 BLUE value IS 96 (37.89% from 255) = 44.44%

R = 12.04%
G = 43.52%
B = 44.44%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1A5E60 (or 0x1A5E60) is known color: Blue Stone. HEX triplet: 1A, 5E and 60. RGB value is (26,94,96). Sum of RGB (Red+Green+Blue) = 26+94+96=216 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.04% from 216); Green value is 94 (37.11% from 255 or 43.52% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A5E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5E60 is #E5A19F. Grayscale: #494949. Windows color (decimal): -15049120 or 6315546. OLE color: 6315546.

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

Color convert

RGB 26 94 96 -
CMYK 0.73 0.02 0 0.62
HSL 181.71º 0.57% 0.24% -
HSV(B) 181.71º 0.73% 0.38% -
XYZ 6.54 9.07 12.47 -
YUV 73.9 140.47 93.84 -
System Red Green Blue C M Y K H S L
Decimal 26 94 96 0.73 0.02 0 0.62 181.71 0.57 0.24
Hex 1A 5E 60 49 2 0 3E B6 39 18
Octal 32 136 140 111 2 0 76 266 71 30
Binary 11010 1011110 1100000 1001001 10 0 111110 10110110 111001 11000

Color Harmonies of #1A5E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5E60

Black with #1A5E60

Text Example


Text Example

White with #1A5E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A5E60;
 }
 .AnyTagClassName
 {
   color: #1A5E60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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