#1E514E

Color #1E514E Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #1E514E

Tints of Dark Slate Grey #1E514E

Color information

#1E514E (or 0x1E514E) is unknown color: approx Dark Slate Grey. HEX triplet: 1E, 51 and 4E. RGB value is (30,81,78). Sum of RGB (Red+Green+Blue) = 30+81+78=189 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.87% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 81 - color contains mainly: green. Hex color #1E514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E514E is #E1AEB1. Grayscale: #414141. Windows color (decimal): -14790322 or 5132574. OLE color: 5132574.

HSL color Cylindrical-coordinate representation of color #1E514E: hue angle of 176.47º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E514E is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB308178-
CMYK0.6300.040.68
HSL176.47º45.95%21.76%-
HSV(B)176.47º62.96%31.76%-
XYZ4.856.718.25-
YUV65.41135.1102.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.87%
GREEN value IS 81 (32.03% from 255) = 42.86%
BLUE value IS 78 (30.86% from 255) = 41.27%
R=15.87%
G=42.86%
B=41.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3081780.6300.040.68176.4745.9521.76
Hex1E514E3F0444b02e16
Octal3612111677041042605626
Binary1111010100011001110111111010010001001011000010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,81,78); }

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

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

 a { background-color: rgb(30,81,78); }

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

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

 span { border-color: rgb(30,81,78); }

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