#1A7164

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

Shades of Deep Sea #1A7164

Tints of Deep Sea #1A7164

Color information

#1A7164 (or 0x1A7164) is unknown color: approx Deep Sea. HEX triplet: 1A, 71 and 64. RGB value is (26,113,100). Sum of RGB (Red+Green+Blue) = 26+113+100=239 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.88% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #1A7164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7164 is #E58E9B. Grayscale: #555555. Windows color (decimal): -15044252 or 6582554. OLE color: 6582554.

HSL color Cylindrical-coordinate representation of color #1A7164: hue angle of 171.03º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A7164 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB26113100-
CMYK0.7700.120.56
HSL171.03º62.59%27.25%-
HSV(B)171.03º76.99%44.31%-
XYZ8.6312.9514.1-
YUV85.51136.1885.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.88%
GREEN value IS 113 (44.53% from 255) = 47.28%
BLUE value IS 100 (39.45% from 255) = 41.84%
R=10.88%
G=47.28%
B=41.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal261131000.7700.120.56171.0362.5927.25
Hex1A71644D0C38ab3f1b
Octal32161144115014702537733
Binary11010111000111001001001101011001110001010101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,113,100); }

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

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

 a { background-color: rgb(26,113,100); }

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

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

 span { border-color: rgb(26,113,100); }

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