Html Css Color HEX #1E5856 Blue Stone

📋 copy color: '#1E5856'

red 30 ◦ green 88 ◦ blue 86

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

Shades of Blue Stone #1E5856

Tints of Blue Stone #1E5856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.14%

 BLUE value IS 86 (33.98% from 255) = 42.16%

R = 14.71%
G = 43.14%
B = 42.16%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#1E5856 (or 0x1E5856) is known color: Blue Stone. HEX triplet: 1E, 58 and 56. RGB value is (30,88,86). Sum of RGB (Red+Green+Blue) = 30+88+86=204 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.71% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 88 - color contains mainly: green. Hex color #1E5856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5856 is #E1A7A9. Grayscale: #464646. Windows color (decimal): -14788522 or 5658654. OLE color: 5658654.

HSL color Cylindrical-coordinate representation of color #1E5856: hue angle of 177.93º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E5856 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 30 88 86 -
CMYK 0.66 0 0.02 0.65
HSL 177.93º 0.49% 0.23% -
HSV(B) 177.93º 0.66% 0.35% -
XYZ 5.7 7.93 10.03 -
YUV 70.43 136.78 99.16 -
System Red Green Blue C M Y K H S L
Decimal 30 88 86 0.66 0 0.02 0.65 177.93 0.49 0.23
Hex 1E 58 56 42 0 2 41 B2 31 17
Octal 36 130 126 102 0 2 101 262 61 27
Binary 11110 1011000 1010110 1000010 0 10 1000001 10110010 110001 10111

Color Harmonies of #1E5856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5856

Black with #1E5856

Text Example


Text Example

White with #1E5856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,88,86); }

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

background-color css

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

 a { background-color: rgb(30,88,86); }

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

border-color css

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

 span { border-color: rgb(30,88,86); }

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