Html Css Color HEX #1E5E63 Blue Stone

📋 copy color: '#1E5E63'

red 30 ◦ green 94 ◦ blue 99

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

Shades of Blue Stone #1E5E63

Tints of Blue Stone #1E5E63

RGB

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

 GREEN value IS 94 (37.11% from 255) = 42.15%

 BLUE value IS 99 (39.06% from 255) = 44.39%

R = 13.45%
G = 42.15%
B = 44.39%

CMYK

 C value IS 0.70

 M value IS 0.05

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1E5E63 (or 0x1E5E63) is known color: Blue Stone. HEX triplet: 1E, 5E and 63. RGB value is (30,94,99). Sum of RGB (Red+Green+Blue) = 30+94+99=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E5E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5E63 is #E1A19C. Grayscale: #4B4B4B. Windows color (decimal): -14786973 or 6512158. OLE color: 6512158.

HSL color Cylindrical-coordinate representation of color #1E5E63: hue angle of 184.35º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E5E63 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 30 94 99 -
CMYK 0.70 0.05 0 0.61
HSL 184.35º 0.53% 0.25% -
HSV(B) 184.35º 0.7% 0.39% -
XYZ 6.79 9.18 13.22 -
YUV 75.43 141.3 95.59 -
System Red Green Blue C M Y K H S L
Decimal 30 94 99 0.70 0.05 0 0.61 184.35 0.53 0.25
Hex 1E 5E 63 46 5 0 3D B8 35 19
Octal 36 136 143 106 5 0 75 270 65 31
Binary 11110 1011110 1100011 1000110 101 0 111101 10111000 110101 11001

Color Harmonies of #1E5E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5E63

Black with #1E5E63

Text Example


Text Example

White with #1E5E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,94,99); }

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

background-color css

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

 a { background-color: rgb(30,94,99); }

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

border-color css

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

 span { border-color: rgb(30,94,99); }

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