Html Css Color HEX #1E595C Blue Stone

📋 copy color: '#1E595C'

red 30 ◦ green 89 ◦ blue 92

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

Shades of Blue Stone #1E595C

Tints of Blue Stone #1E595C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.18%

 BLUE value IS 92 (36.33% from 255) = 43.6%

R = 14.22%
G = 42.18%
B = 43.6%

CMYK

 C value IS 0.67

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1E595C (or 0x1E595C) is known color: Blue Stone. HEX triplet: 1E, 59 and 5C. RGB value is (30,89,92). Sum of RGB (Red+Green+Blue) = 30+89+92=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E595C is #E1A6A3. Grayscale: #474747. Windows color (decimal): -14788260 or 6052126. OLE color: 6052126.

HSL color Cylindrical-coordinate representation of color #1E595C: hue angle of 182.9º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E595C is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 30 89 92 -
CMYK 0.67 0.03 0 0.64
HSL 182.9º 0.51% 0.24% -
HSV(B) 182.9º 0.67% 0.36% -
XYZ 6.04 8.19 11.39 -
YUV 71.7 139.45 98.26 -
System Red Green Blue C M Y K H S L
Decimal 30 89 92 0.67 0.03 0 0.64 182.9 0.51 0.24
Hex 1E 59 5C 43 3 0 40 B7 33 18
Octal 36 131 134 103 3 0 100 267 63 30
Binary 11110 1011001 1011100 1000011 11 0 1000000 10110111 110011 11000

Color Harmonies of #1E595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E595C

Black with #1E595C

Text Example


Text Example

White with #1E595C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,89,92); }

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

background-color css

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

 a { background-color: rgb(30,89,92); }

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

border-color css

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

 span { border-color: rgb(30,89,92); }

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