#1A7259

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

Shades of Deep Sea #1A7259

Tints of Deep Sea #1A7259

Color information

#1A7259 (or 0x1A7259) is unknown color: approx Deep Sea. HEX triplet: 1A, 72 and 59. RGB value is (26,114,89). Sum of RGB (Red+Green+Blue) = 26+114+89=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #1A7259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7259 is #E58DA6. Grayscale: #545454. Windows color (decimal): -15044007 or 5861914. OLE color: 5861914.

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

Color convert

RGB2611489-
CMYK0.7700.220.55
HSL162.95º62.86%27.45%-
HSV(B)162.95º77.19%44.71%-
XYZ8.2512.9811.52-
YUV84.84130.3586.03-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.35%
GREEN value IS 114 (44.92% from 255) = 49.78%
BLUE value IS 89 (35.16% from 255) = 38.86%
R=11.35%
G=49.78%
B=38.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26114890.7700.220.55162.9562.8627.45
Hex1A72594D01637a33f1b
Octal32162131115026672437733
Binary110101110010101100110011010101101101111010001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,114,89); }

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

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

 a { background-color: rgb(26,114,89); }

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

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

 span { border-color: rgb(26,114,89); }

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