Html Css Color HEX #1F7874 Elm

📋 copy color: '#1F7874'

red 31 ◦ green 120 ◦ blue 116

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

Shades of Elm #1F7874

Tints of Elm #1F7874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.94%

 BLUE value IS 116 (45.7% from 255) = 43.45%

R = 11.61%
G = 44.94%
B = 43.45%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#1F7874 (or 0x1F7874) is known color: Elm. HEX triplet: 1F, 78 and 74. RGB value is (31,120,116). Sum of RGB (Red+Green+Blue) = 31+120+116=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7874 is #E0878B. Grayscale: #5C5C5C. Windows color (decimal): -14714764 or 7632927. OLE color: 7632927.

HSL color Cylindrical-coordinate representation of color #1F7874: hue angle of 177.3º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7874 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 120 116 -
CMYK 0.74 0 0.03 0.53
HSL 177.3º 0.59% 0.3% -
HSV(B) 177.3º 0.74% 0.47% -
XYZ 10.43 14.99 18.87 -
YUV 92.93 141.01 83.83 -
System Red Green Blue C M Y K H S L
Decimal 31 120 116 0.74 0 0.03 0.53 177.3 0.59 0.3
Hex 1F 78 74 4A 0 3 35 B1 3B 1E
Octal 37 170 164 112 0 3 65 261 73 36
Binary 11111 1111000 1110100 1001010 0 11 110101 10110001 111011 11110

Color Harmonies of #1F7874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7874

Black with #1F7874

Text Example


Text Example

White with #1F7874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,120,116); }

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

background-color css

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

 a { background-color: rgb(31,120,116); }

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

border-color css

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

 span { border-color: rgb(31,120,116); }

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