Html Css Color HEX #1F857B Elm

📋 copy color: '#1F857B'

red 31 ◦ green 133 ◦ blue 123

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

Shades of Elm #1F857B

Tints of Elm #1F857B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 42.86%

R = 10.8%
G = 46.34%
B = 42.86%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#1F857B (or 0x1F857B) is known color: Elm. HEX triplet: 1F, 85 and 7B. RGB value is (31,133,123). Sum of RGB (Red+Green+Blue) = 31+133+123=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #1F857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F857B is #E07A84. Grayscale: #656565. Windows color (decimal): -14711429 or 8095007. OLE color: 8095007.

HSL color Cylindrical-coordinate representation of color #1F857B: hue angle of 174.12º 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 #1F857B is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 31 133 123 -
CMYK 0.77 0 0.08 0.48
HSL 174.12º 0.62% 0.32% -
HSV(B) 174.12º 0.77% 0.52% -
XYZ 12.53 18.5 21.65 -
YUV 101.36 140.21 77.81 -
System Red Green Blue C M Y K H S L
Decimal 31 133 123 0.77 0 0.08 0.48 174.12 0.62 0.32
Hex 1F 85 7B 4D 0 8 30 AE 3E 20
Octal 37 205 173 115 0 10 60 256 76 40
Binary 11111 10000101 1111011 1001101 0 1000 110000 10101110 111110 100000

Color Harmonies of #1F857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F857B

Black with #1F857B

Text Example


Text Example

White with #1F857B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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