#1A7368

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

Shades of Deep Sea #1A7368

Tints of Deep Sea #1A7368

Color information

#1A7368 (or 0x1A7368) is unknown color: approx Deep Sea. HEX triplet: 1A, 73 and 68. RGB value is (26,115,104). Sum of RGB (Red+Green+Blue) = 26+115+104=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #1A7368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7368 is #E58C97. Grayscale: #575757. Windows color (decimal): -15043736 or 6845210. OLE color: 6845210.

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

Color convert

RGB26115104-
CMYK0.7700.100.55
HSL172.58º63.12%27.65%-
HSV(B)172.58º77.39%45.1%-
XYZ9.0613.4815.22-
YUV87.14137.5184.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.61%
GREEN value IS 115 (45.31% from 255) = 46.94%
BLUE value IS 104 (41.02% from 255) = 42.45%
R=10.61%
G=46.94%
B=42.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal261151040.7700.100.55172.5863.1227.65
Hex1A73684D0A37ad3f1c
Octal32163150115012672557734
Binary11010111001111010001001101010101101111010110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,115,104); }

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

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

 a { background-color: rgb(26,115,104); }

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

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

 span { border-color: rgb(26,115,104); }

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