Html Css Color HEX #1F604B Evening Sea

📋 copy color: '#1F604B'

red 31 ◦ green 96 ◦ blue 75

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

Shades of Evening Sea #1F604B

Tints of Evening Sea #1F604B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 37.13%

R = 15.35%
G = 47.52%
B = 37.13%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#1F604B (or 0x1F604B) is known color: Evening Sea. HEX triplet: 1F, 60 and 4B. RGB value is (31,96,75). Sum of RGB (Red+Green+Blue) = 31+96+75=202 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.35% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #1F604B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F604B is #E09FB4. Grayscale: #4A4A4A. Windows color (decimal): -14720949 or 4939807. OLE color: 4939807.

HSL color Cylindrical-coordinate representation of color #1F604B: hue angle of 160.62º 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 #1F604B is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 31 96 75 -
CMYK 0.68 0 0.22 0.62
HSL 160.62º 0.51% 0.25% -
HSV(B) 160.62º 0.68% 0.38% -
XYZ 6.02 9.17 8.11 -
YUV 74.17 128.47 97.21 -
System Red Green Blue C M Y K H S L
Decimal 31 96 75 0.68 0 0.22 0.62 160.62 0.51 0.25
Hex 1F 60 4B 44 0 16 3E A1 33 19
Octal 37 140 113 104 0 26 76 241 63 31
Binary 11111 1100000 1001011 1000100 0 10110 111110 10100001 110011 11001

Color Harmonies of #1F604B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F604B

Black with #1F604B

Text Example


Text Example

White with #1F604B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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