#1F7866

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

Shades of Deep Sea #1F7866

Tints of Deep Sea #1F7866

Color information

#1F7866 (or 0x1F7866) is unknown color: approx Deep Sea. HEX triplet: 1F, 78 and 66. RGB value is (31,120,102). Sum of RGB (Red+Green+Blue) = 31+120+102=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7866 is #E08799. Grayscale: #5B5B5B. Windows color (decimal): -14714778 or 6715423. OLE color: 6715423.

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

Color convert

RGB31120102-
CMYK0.7400.150.53
HSL167.87º58.94%29.61%-
HSV(B)167.87º74.17%47.06%-
XYZ9.6814.6814.89-
YUV91.34134.0184.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.25%
GREEN value IS 120 (47.27% from 255) = 47.43%
BLUE value IS 102 (40.23% from 255) = 40.32%
R=12.25%
G=47.43%
B=40.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal311201020.7400.150.53167.8758.9429.61
Hex1F78664A0F35a83b1e
Octal37170146112017652507336
Binary11111111100011001101001010011111101011010100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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