Html Css Color HEX #1E615D Blue Stone

📋 copy color: '#1E615D'

red 30 ◦ green 97 ◦ blue 93

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

Shades of Blue Stone #1E615D

Tints of Blue Stone #1E615D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 42.27%

R = 13.64%
G = 44.09%
B = 42.27%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#1E615D (or 0x1E615D) is known color: Blue Stone. HEX triplet: 1E, 61 and 5D. RGB value is (30,97,93). Sum of RGB (Red+Green+Blue) = 30+97+93=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #1E615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E615D is #E19EA2. Grayscale: #4C4C4C. Windows color (decimal): -14786211 or 6119710. OLE color: 6119710.

HSL color Cylindrical-coordinate representation of color #1E615D: hue angle of 176.42º 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 #1E615D is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 30 97 93 -
CMYK 0.69 0 0.04 0.62
HSL 176.42º 0.53% 0.25% -
HSV(B) 176.42º 0.69% 0.38% -
XYZ 6.79 9.62 11.85 -
YUV 76.51 137.3 94.83 -
System Red Green Blue C M Y K H S L
Decimal 30 97 93 0.69 0 0.04 0.62 176.42 0.53 0.25
Hex 1E 61 5D 45 0 4 3E B0 35 19
Octal 36 141 135 105 0 4 76 260 65 31
Binary 11110 1100001 1011101 1000101 0 100 111110 10110000 110101 11001

Color Harmonies of #1E615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E615D

Black with #1E615D

Text Example


Text Example

White with #1E615D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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