Html Css Color HEX #1E5855 Blue Stone

📋 copy color: '#1E5855'

red 30 ◦ green 88 ◦ blue 85

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

Shades of Blue Stone #1E5855

Tints of Blue Stone #1E5855

RGB

 RED value IS 30 (12.11% from 255) = 14.78%

 GREEN value IS 88 (34.77% from 255) = 43.35%

 BLUE value IS 85 (33.59% from 255) = 41.87%

R = 14.78%
G = 43.35%
B = 41.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#1E5855 (or 0x1E5855) is known color: Blue Stone. HEX triplet: 1E, 58 and 55. RGB value is (30,88,85). Sum of RGB (Red+Green+Blue) = 30+88+85=203 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.78% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 88 - color contains mainly: green. Hex color #1E5855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5855 is #E1A7AA. Grayscale: #464646. Windows color (decimal): -14788523 or 5593118. OLE color: 5593118.

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

Color convert

RGB 30 88 85 -
CMYK 0.66 0 0.03 0.65
HSL 176.9º 0.49% 0.23% -
HSV(B) 176.9º 0.66% 0.35% -
XYZ 5.66 7.91 9.82 -
YUV 70.32 136.28 99.24 -
System Red Green Blue C M Y K H S L
Decimal 30 88 85 0.66 0 0.03 0.65 176.9 0.49 0.23
Hex 1E 58 55 42 0 3 41 B1 31 17
Octal 36 130 125 102 0 3 101 261 61 27
Binary 11110 1011000 1010101 1000010 0 11 1000001 10110001 110001 10111

Color Harmonies of #1E5855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5855

Black with #1E5855

Text Example


Text Example

White with #1E5855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,88,85); }

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

background-color css

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

 a { background-color: rgb(30,88,85); }

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

border-color css

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

 span { border-color: rgb(30,88,85); }

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