#1A7369

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

Shades of Deep Sea #1A7369

Tints of Deep Sea #1A7369

Color information

#1A7369 (or 0x1A7369) is unknown color: approx Deep Sea. HEX triplet: 1A, 73 and 69. RGB value is (26,115,105). Sum of RGB (Red+Green+Blue) = 26+115+105=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 115 - color contains mainly: green. Hex color #1A7369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7369 is #E58C96. Grayscale: #575757. Windows color (decimal): -15043735 or 6910746. OLE color: 6910746.

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

Color convert

RGB26115105-
CMYK0.7700.090.55
HSL173.26º63.12%27.65%-
HSV(B)173.26º77.39%45.1%-
XYZ9.1113.515.49-
YUV87.25138.0184.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.57%
GREEN value IS 115 (45.31% from 255) = 46.75%
BLUE value IS 105 (41.41% from 255) = 42.68%
R=10.57%
G=46.75%
B=42.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal261151050.7700.090.55173.2663.1227.65
Hex1A73694D0937ad3f1c
Octal32163151115011672557734
Binary11010111001111010011001101010011101111010110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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