Html Css Color HEX #1E6A5E Blue Stone

📋 copy color: '#1E6A5E'

red 30 ◦ green 106 ◦ blue 94

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

Shades of Blue Stone #1E6A5E

Tints of Blue Stone #1E6A5E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 46.09%

 BLUE value IS 94 (37.11% from 255) = 40.87%

R = 13.04%
G = 46.09%
B = 40.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#1E6A5E (or 0x1E6A5E) is known color: Blue Stone. HEX triplet: 1E, 6A and 5E. RGB value is (30,106,94). Sum of RGB (Red+Green+Blue) = 30+106+94=230 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.04% from 230); Green value is 106 (41.80% from 255 or 46.09% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 106 - color contains mainly: green. Hex color #1E6A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6A5E is #E195A1. Grayscale: #515151. Windows color (decimal): -14783906 or 6187550. OLE color: 6187550.

HSL color Cylindrical-coordinate representation of color #1E6A5E: hue angle of 170.53º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E6A5E is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 30 106 94 -
CMYK 0.72 0 0.11 0.58
HSL 170.53º 0.56% 0.27% -
HSV(B) 170.53º 0.72% 0.42% -
XYZ 7.71 11.39 12.38 -
YUV 81.91 134.82 90.98 -
System Red Green Blue C M Y K H S L
Decimal 30 106 94 0.72 0 0.11 0.58 170.53 0.56 0.27
Hex 1E 6A 5E 48 0 B 3A AB 38 1B
Octal 36 152 136 110 0 13 72 253 70 33
Binary 11110 1101010 1011110 1001000 0 1011 111010 10101011 111000 11011

Color Harmonies of #1E6A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6A5E

Black with #1E6A5E

Text Example


Text Example

White with #1E6A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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