Html Css Color HEX #1F664B Evening Sea

📋 copy color: '#1F664B'

red 31 ◦ green 102 ◦ blue 75

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

Shades of Evening Sea #1F664B

Tints of Evening Sea #1F664B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 49.04%

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

R = 14.9%
G = 49.04%
B = 36.06%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#1F664B (or 0x1F664B) is known color: Evening Sea. HEX triplet: 1F, 66 and 4B. RGB value is (31,102,75). Sum of RGB (Red+Green+Blue) = 31+102+75=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #1F664B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F664B is #E099B4. Grayscale: #4D4D4D. Windows color (decimal): -14719413 or 4941343. OLE color: 4941343.

HSL color Cylindrical-coordinate representation of color #1F664B: hue angle of 157.18º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F664B is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB 31 102 75 -
CMYK 0.70 0 0.26 0.6
HSL 157.18º 0.53% 0.26% -
HSV(B) 157.18º 0.7% 0.4% -
XYZ 6.59 10.3 8.3 -
YUV 77.69 126.48 94.7 -
System Red Green Blue C M Y K H S L
Decimal 31 102 75 0.70 0 0.26 0.6 157.18 0.53 0.26
Hex 1F 66 4B 46 0 1A 3C 9D 35 1A
Octal 37 146 113 106 0 32 74 235 65 32
Binary 11111 1100110 1001011 1000110 0 11010 111100 10011101 110101 11010

Color Harmonies of #1F664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F664B

Black with #1F664B

Text Example


Text Example

White with #1F664B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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