Html Css Color HEX #1E615B Blue Stone

📋 copy color: '#1E615B'

red 30 ◦ green 97 ◦ blue 91

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

Shades of Blue Stone #1E615B

Tints of Blue Stone #1E615B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.5%

 BLUE value IS 91 (35.94% from 255) = 41.74%

R = 13.76%
G = 44.5%
B = 41.74%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#1E615B (or 0x1E615B) is known color: Blue Stone. HEX triplet: 1E, 61 and 5B. RGB value is (30,97,91). Sum of RGB (Red+Green+Blue) = 30+97+91=218 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.76% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #1E615B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E615B is #E19EA4. Grayscale: #4C4C4C. Windows color (decimal): -14786213 or 5988638. OLE color: 5988638.

HSL color Cylindrical-coordinate representation of color #1E615B: hue angle of 174.63º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E615B is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 30 97 91 -
CMYK 0.69 0 0.06 0.62
HSL 174.63º 0.53% 0.25% -
HSV(B) 174.63º 0.69% 0.38% -
XYZ 6.7 9.58 11.39 -
YUV 76.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 30 97 91 0.69 0 0.06 0.62 174.63 0.53 0.25
Hex 1E 61 5B 45 0 6 3E AF 35 19
Octal 36 141 133 105 0 6 76 257 65 31
Binary 11110 1100001 1011011 1000101 0 110 111110 10101111 110101 11001

Color Harmonies of #1E615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E615B

Black with #1E615B

Text Example


Text Example

White with #1E615B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,97,91); }

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

background-color css

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

 a { background-color: rgb(30,97,91); }

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

border-color css

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

 span { border-color: rgb(30,97,91); }

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