Html Css Color HEX #1A5559 Blue Stone

📋 copy color: '#1A5559'

red 26 ◦ green 85 ◦ blue 89

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

Shades of Blue Stone #1A5559

Tints of Blue Stone #1A5559

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.5%

 BLUE value IS 89 (35.16% from 255) = 44.5%

R = 13%
G = 42.5%
B = 44.5%

CMYK

 C value IS 0.71

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1A5559 (or 0x1A5559) is known color: Blue Stone. HEX triplet: 1A, 55 and 59. RGB value is (26,85,89). Sum of RGB (Red+Green+Blue) = 26+85+89=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A5559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5559 is #E5AAA6. Grayscale: #434343. Windows color (decimal): -15051431 or 5854490. OLE color: 5854490.

HSL color Cylindrical-coordinate representation of color #1A5559: hue angle of 183.81º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A5559 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 26 85 89 -
CMYK 0.71 0.04 0 0.65
HSL 183.81º 0.55% 0.23% -
HSV(B) 183.81º 0.71% 0.35% -
XYZ 5.48 7.44 10.6 -
YUV 67.82 139.95 98.17 -
System Red Green Blue C M Y K H S L
Decimal 26 85 89 0.71 0.04 0 0.65 183.81 0.55 0.23
Hex 1A 55 59 47 4 0 41 B8 37 17
Octal 32 125 131 107 4 0 101 270 67 27
Binary 11010 1010101 1011001 1000111 100 0 1000001 10111000 110111 10111

Color Harmonies of #1A5559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5559

Black with #1A5559

Text Example


Text Example

White with #1A5559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,85,89); }

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

background-color css

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

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

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

border-color css

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

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

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