Html Css Color HEX #1E575F Blue Stone

📋 copy color: '#1E575F'

red 30 ◦ green 87 ◦ blue 95

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

Shades of Blue Stone #1E575F

Tints of Blue Stone #1E575F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.04%

 BLUE value IS 95 (37.5% from 255) = 44.81%

R = 14.15%
G = 41.04%
B = 44.81%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1E575F (or 0x1E575F) is known color: Blue Stone. HEX triplet: 1E, 57 and 5F. RGB value is (30,87,95). Sum of RGB (Red+Green+Blue) = 30+87+95=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 95 - color contains mainly: blue. Hex color #1E575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E575F is #E1A8A0. Grayscale: #464646. Windows color (decimal): -14788769 or 6248222. OLE color: 6248222.

HSL color Cylindrical-coordinate representation of color #1E575F: hue angle of 187.38º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E575F is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 30 87 95 -
CMYK 0.68 0.08 0 0.63
HSL 187.38º 0.52% 0.25% -
HSV(B) 187.38º 0.68% 0.37% -
XYZ 6.01 7.92 12.04 -
YUV 70.87 141.62 98.85 -
System Red Green Blue C M Y K H S L
Decimal 30 87 95 0.68 0.08 0 0.63 187.38 0.52 0.25
Hex 1E 57 5F 44 8 0 3F BB 34 19
Octal 36 127 137 104 10 0 77 273 64 31
Binary 11110 1010111 1011111 1000100 1000 0 111111 10111011 110100 11001

Color Harmonies of #1E575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E575F

Black with #1E575F

Text Example


Text Example

White with #1E575F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,87,95); }

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

background-color css

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

 a { background-color: rgb(30,87,95); }

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

border-color css

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

 span { border-color: rgb(30,87,95); }

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