Html Css Color HEX #1E625D Blue Stone

📋 copy color: '#1E625D'

red 30 ◦ green 98 ◦ blue 93

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

Shades of Blue Stone #1E625D

Tints of Blue Stone #1E625D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.34%

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

R = 13.57%
G = 44.34%
B = 42.08%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#1E625D (or 0x1E625D) is known color: Blue Stone. HEX triplet: 1E, 62 and 5D. RGB value is (30,98,93). Sum of RGB (Red+Green+Blue) = 30+98+93=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #1E625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E625D is #E19DA2. Grayscale: #4D4D4D. Windows color (decimal): -14785955 or 6119966. OLE color: 6119966.

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

Color convert

RGB 30 98 93 -
CMYK 0.69 0 0.05 0.62
HSL 175.59º 0.53% 0.25% -
HSV(B) 175.59º 0.69% 0.38% -
XYZ 6.88 9.8 11.89 -
YUV 77.1 136.97 94.41 -
System Red Green Blue C M Y K H S L
Decimal 30 98 93 0.69 0 0.05 0.62 175.59 0.53 0.25
Hex 1E 62 5D 45 0 5 3E B0 35 19
Octal 36 142 135 105 0 5 76 260 65 31
Binary 11110 1100010 1011101 1000101 0 101 111110 10110000 110101 11001

Color Harmonies of #1E625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E625D

Black with #1E625D

Text Example


Text Example

White with #1E625D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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