#1F7764

Color #1F7764 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #1F7764

Tints of Deep Sea #1F7764

Color information

#1F7764 (or 0x1F7764) is unknown color: approx Deep Sea. HEX triplet: 1F, 77 and 64. RGB value is (31,119,100). Sum of RGB (Red+Green+Blue) = 31+119+100=250 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.4% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #1F7764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7764 is #E0889B. Grayscale: #5A5A5A. Windows color (decimal): -14715036 or 6584095. OLE color: 6584095.

HSL color Cylindrical-coordinate representation of color #1F7764: hue angle of 167.05º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7764 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB31119100-
CMYK0.7400.160.53
HSL167.05º58.67%29.41%-
HSV(B)167.05º73.95%46.67%-
XYZ9.4614.4114.34-
YUV90.52133.3585.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.4%
GREEN value IS 119 (46.88% from 255) = 47.6%
BLUE value IS 100 (39.45% from 255) = 40%
R=12.4%
G=47.6%
B=40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal311191000.7400.160.53167.0558.6729.41
Hex1F77644A01035a73b1d
Octal37167144112020652477335
Binary111111110111110010010010100100001101011010011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,119,100); }

 H1.HeaderClassName
 {
   color: #1F7764;
 }
 .AnyTagClassName
 {
   color: #1F7764;
 }
</style>
background-color css

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

 a { background-color: rgb(31,119,100); }

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

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

 span { border-color: rgb(31,119,100); }

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