#1A735C

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

Shades of Deep Sea #1A735C

Tints of Deep Sea #1A735C

Color information

#1A735C (or 0x1A735C) is unknown color: approx Deep Sea. HEX triplet: 1A, 73 and 5C. RGB value is (26,115,92). Sum of RGB (Red+Green+Blue) = 26+115+92=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #1A735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A735C is #E58CA3. Grayscale: #555555. Windows color (decimal): -15043748 or 6058778. OLE color: 6058778.

HSL color Cylindrical-coordinate representation of color #1A735C: hue angle of 164.49º 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 #1A735C is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB2611592-
CMYK0.7700.200.55
HSL164.49º63.12%27.65%-
HSV(B)164.49º77.39%45.1%-
XYZ8.4913.2512.24-
YUV85.77131.5185.37-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.16%
GREEN value IS 115 (45.31% from 255) = 49.36%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=11.16%
G=49.36%
B=39.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26115920.7700.200.55164.4963.1227.65
Hex1A735C4D01437a43f1c
Octal32163134115024672447734
Binary110101110011101110010011010101001101111010010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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