Html Css Color HEX #1E5857 Blue Stone

📋 copy color: '#1E5857'

red 30 ◦ green 88 ◦ blue 87

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

Shades of Blue Stone #1E5857

Tints of Blue Stone #1E5857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 42.44%

R = 14.63%
G = 42.93%
B = 42.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#1E5857 (or 0x1E5857) is known color: Blue Stone. HEX triplet: 1E, 58 and 57. RGB value is (30,88,87). Sum of RGB (Red+Green+Blue) = 30+88+87=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 88 - color contains mainly: green. Hex color #1E5857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5857 is #E1A7A8. Grayscale: #464646. Windows color (decimal): -14788521 or 5724190. OLE color: 5724190.

HSL color Cylindrical-coordinate representation of color #1E5857: hue angle of 178.97º 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 #1E5857 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 30 88 87 -
CMYK 0.66 0 0.01 0.65
HSL 178.97º 0.49% 0.23% -
HSV(B) 178.97º 0.66% 0.35% -
XYZ 5.75 7.94 10.25 -
YUV 70.54 137.28 99.08 -
System Red Green Blue C M Y K H S L
Decimal 30 88 87 0.66 0 0.01 0.65 178.97 0.49 0.23
Hex 1E 58 57 42 0 1 41 B3 31 17
Octal 36 130 127 102 0 1 101 263 61 27
Binary 11110 1011000 1010111 1000010 0 1 1000001 10110011 110001 10111

Color Harmonies of #1E5857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5857

Black with #1E5857

Text Example


Text Example

White with #1E5857

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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