Html Css Color HEX #1F514E Dark Slate Grey

📋 copy color: '#1F514E'

red 31 ◦ green 81 ◦ blue 78

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

Shades of Dark Slate Grey #1F514E

Tints of Dark Slate Grey #1F514E

RGB

 RED value IS 31 (12.5% from 255) = 16.32%

 GREEN value IS 81 (32.03% from 255) = 42.63%

 BLUE value IS 78 (30.86% from 255) = 41.05%

R = 16.32%
G = 42.63%
B = 41.05%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#1F514E (or 0x1F514E) is known color: Dark Slate Grey. HEX triplet: 1F, 51 and 4E. RGB value is (31,81,78). Sum of RGB (Red+Green+Blue) = 31+81+78=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 81 - color contains mainly: green. Hex color #1F514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F514E is #E0AEB1. Grayscale: #414141. Windows color (decimal): -14724786 or 5132575. OLE color: 5132575.

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

Color convert

RGB 31 81 78 -
CMYK 0.62 0 0.04 0.68
HSL 176.4º 0.45% 0.22% -
HSV(B) 176.4º 0.62% 0.32% -
XYZ 4.88 6.73 8.25 -
YUV 65.71 134.94 103.24 -
System Red Green Blue C M Y K H S L
Decimal 31 81 78 0.62 0 0.04 0.68 176.4 0.45 0.22
Hex 1F 51 4E 3E 0 4 44 B0 2D 16
Octal 37 121 116 76 0 4 104 260 55 26
Binary 11111 1010001 1001110 111110 0 100 1000100 10110000 101101 10110

Color Harmonies of #1F514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F514E

Black with #1F514E

Text Example


Text Example

White with #1F514E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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