#1A826D

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

Shades of Deep Sea #1A826D

Tints of Deep Sea #1A826D

Color information

#1A826D (or 0x1A826D) is unknown color: approx Deep Sea. HEX triplet: 1A, 82 and 6D. RGB value is (26,130,109). Sum of RGB (Red+Green+Blue) = 26+130+109=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #1A826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A826D is #E57D92. Grayscale: #606060. Windows color (decimal): -15039891 or 7176730. OLE color: 7176730.

HSL color Cylindrical-coordinate representation of color #1A826D: hue angle of 167.88º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A826D is Cyan = 0.8, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB26130109-
CMYK0.800.160.49
HSL167.88º66.67%30.59%-
HSV(B)167.88º80%50.98%-
XYZ11.1717.2917.22-
YUV96.51135.0477.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.81%
GREEN value IS 130 (51.17% from 255) = 49.06%
BLUE value IS 109 (42.97% from 255) = 41.13%
R=9.81%
G=49.06%
B=41.13%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal261301090.800.160.49167.8866.6730.59
Hex1A826D5001031a8431f
Octal322021551200206125010337
Binary11010100000101101101101000001000011000110101000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,130,109); }

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

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

 a { background-color: rgb(26,130,109); }

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

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

 span { border-color: rgb(26,130,109); }

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