Html Css Color HEX #1F554C Evening Sea

📋 copy color: '#1F554C'

red 31 ◦ green 85 ◦ blue 76

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

Shades of Evening Sea #1F554C

Tints of Evening Sea #1F554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.27%

 BLUE value IS 76 (30.08% from 255) = 39.58%

R = 16.15%
G = 44.27%
B = 39.58%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#1F554C (or 0x1F554C) is known color: Evening Sea. HEX triplet: 1F, 55 and 4C. RGB value is (31,85,76). Sum of RGB (Red+Green+Blue) = 31+85+76=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #1F554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F554C is #E0AAB3. Grayscale: #434343. Windows color (decimal): -14723764 or 5002527. OLE color: 5002527.

HSL color Cylindrical-coordinate representation of color #1F554C: hue angle of 170º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F554C is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 31 85 76 -
CMYK 0.64 0 0.11 0.67
HSL 170º 0.47% 0.23% -
HSV(B) 170º 0.64% 0.33% -
XYZ 5.12 7.31 7.98 -
YUV 67.83 132.61 101.73 -
System Red Green Blue C M Y K H S L
Decimal 31 85 76 0.64 0 0.11 0.67 170 0.47 0.23
Hex 1F 55 4C 40 0 B 43 AA 2F 17
Octal 37 125 114 100 0 13 103 252 57 27
Binary 11111 1010101 1001100 1000000 0 1011 1000011 10101010 101111 10111

Color Harmonies of #1F554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F554C

Black with #1F554C

Text Example


Text Example

White with #1F554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,85,76); }

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

background-color css

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

 a { background-color: rgb(31,85,76); }

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

border-color css

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

 span { border-color: rgb(31,85,76); }

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