#1A7465

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

Shades of Deep Sea #1A7465

Tints of Deep Sea #1A7465

Color information

#1A7465 (or 0x1A7465) is unknown color: approx Deep Sea. HEX triplet: 1A, 74 and 65. RGB value is (26,116,101). Sum of RGB (Red+Green+Blue) = 26+116+101=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #1A7465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7465 is #E58B9A. Grayscale: #575757. Windows color (decimal): -15043483 or 6648858. OLE color: 6648858.

HSL color Cylindrical-coordinate representation of color #1A7465: hue angle of 170º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7465 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB26116101-
CMYK0.7800.130.55
HSL170º63.38%27.84%-
HSV(B)170º77.59%45.49%-
XYZ9.0213.6514.47-
YUV87.38135.6884.22-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.70%
GREEN value IS 116 (45.70% from 255) = 47.74%
BLUE value IS 101 (39.84% from 255) = 41.56%
R=10.70%
G=47.74%
B=41.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal261161010.7800.130.5517063.3827.84
Hex1A74654E0D37aa3f1c
Octal32164145116015672527734
Binary11010111010011001011001110011011101111010101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,116,101); }

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

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

 a { background-color: rgb(26,116,101); }

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

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

 span { border-color: rgb(26,116,101); }

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