Html Css Color HEX #1F604C Evening Sea

📋 copy color: '#1F604C'

red 31 ◦ green 96 ◦ blue 76

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

Shades of Evening Sea #1F604C

Tints of Evening Sea #1F604C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.29%

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

R = 15.27%
G = 47.29%
B = 37.44%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#1F604C (or 0x1F604C) is known color: Evening Sea. HEX triplet: 1F, 60 and 4C. RGB value is (31,96,76). Sum of RGB (Red+Green+Blue) = 31+96+76=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #1F604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F604C is #E09FB3. Grayscale: #4A4A4A. Windows color (decimal): -14720948 or 5005343. OLE color: 5005343.

HSL color Cylindrical-coordinate representation of color #1F604C: hue angle of 161.54º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F604C is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 31 96 76 -
CMYK 0.68 0 0.21 0.62
HSL 161.54º 0.51% 0.25% -
HSV(B) 161.54º 0.68% 0.38% -
XYZ 6.05 9.18 8.29 -
YUV 74.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 31 96 76 0.68 0 0.21 0.62 161.54 0.51 0.25
Hex 1F 60 4C 44 0 15 3E A2 33 19
Octal 37 140 114 104 0 25 76 242 63 31
Binary 11111 1100000 1001100 1000100 0 10101 111110 10100010 110011 11001

Color Harmonies of #1F604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F604C

Black with #1F604C

Text Example


Text Example

White with #1F604C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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