Html Css Color HEX #1E514E Dark Slate Grey

📋 copy color: '#1E514E'

red 30 ◦ green 81 ◦ blue 78

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

Shades of Dark Slate Grey #1E514E

Tints of Dark Slate Grey #1E514E

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 value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#1E514E (or 0x1E514E) is known color: 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

RGB 30 81 78 -
CMYK 0.63 0 0.04 0.68
HSL 176.47º 0.46% 0.22% -
HSV(B) 176.47º 0.63% 0.32% -
XYZ 4.85 6.71 8.25 -
YUV 65.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 30 81 78 0.63 0 0.04 0.68 176.47 0.46 0.22
Hex 1E 51 4E 3F 0 4 44 B0 2E 16
Octal 36 121 116 77 0 4 104 260 56 26
Binary 11110 1010001 1001110 111111 0 100 1000100 10110000 101110 10110

Color Harmonies of #1E514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E514E

Black with #1E514E

Text Example


Text Example

White with #1E514E

Text Example


Text Example

HTML Codes & Css Web 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>