#1E5F62

Color #1E5F62 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #1E5F62

Tints of Blue Stone #1E5F62

Color information

#1E5F62 (or 0x1E5F62) is unknown color: approx Blue Stone. HEX triplet: 1E, 5F and 62. RGB value is (30,95,98). Sum of RGB (Red+Green+Blue) = 30+95+98=223 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.45% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #1E5F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5F62 is #E1A09D. Grayscale: #4B4B4B. Windows color (decimal): -14786718 or 6446878. OLE color: 6446878.

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

Color convert

RGB309598-
CMYK0.690.0300.62
HSL182.65º53.12%25.1%-
HSV(B)182.65º69.39%38.43%-
XYZ6.839.3413-
YUV75.91140.4795.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.45%
GREEN value IS 95 (37.5% from 255) = 42.60%
BLUE value IS 98 (38.67% from 255) = 43.95%
R=13.45%
G=42.60%
B=43.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3095980.690.0300.62182.6553.1225.1
Hex1E5F6245303Eb73519
Octal3613714210530762676531
Binary111101011111110001010001011101111101011011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E5F62;
 }
 .AnyTagClassName
 {
   color: #1E5F62;
 }
</style>
background-color css

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

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

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

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

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

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