Html Css Color HEX #1F857C Elm

📋 copy color: '#1F857C'

red 31 ◦ green 133 ◦ blue 124

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

Shades of Elm #1F857C

Tints of Elm #1F857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.18%

 BLUE value IS 124 (48.83% from 255) = 43.06%

R = 10.76%
G = 46.18%
B = 43.06%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#1F857C (or 0x1F857C) is known color: Elm. HEX triplet: 1F, 85 and 7C. RGB value is (31,133,124). Sum of RGB (Red+Green+Blue) = 31+133+124=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #1F857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F857C is #E07A83. Grayscale: #656565. Windows color (decimal): -14711428 or 8160543. OLE color: 8160543.

HSL color Cylindrical-coordinate representation of color #1F857C: hue angle of 174.71º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F857C is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 31 133 124 -
CMYK 0.77 0 0.07 0.48
HSL 174.71º 0.62% 0.32% -
HSV(B) 174.71º 0.77% 0.52% -
XYZ 12.59 18.52 21.98 -
YUV 101.48 140.71 77.73 -
System Red Green Blue C M Y K H S L
Decimal 31 133 124 0.77 0 0.07 0.48 174.71 0.62 0.32
Hex 1F 85 7C 4D 0 7 30 AF 3E 20
Octal 37 205 174 115 0 7 60 257 76 40
Binary 11111 10000101 1111100 1001101 0 111 110000 10101111 111110 100000

Color Harmonies of #1F857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F857C

Black with #1F857C

Text Example


Text Example

White with #1F857C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,133,124); }

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

background-color css

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

 a { background-color: rgb(31,133,124); }

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

border-color css

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

 span { border-color: rgb(31,133,124); }

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