#1A7264

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

Shades of Deep Sea #1A7264

Tints of Deep Sea #1A7264

Color information

#1A7264 (or 0x1A7264) is unknown color: approx Deep Sea. HEX triplet: 1A, 72 and 64. RGB value is (26,114,100). Sum of RGB (Red+Green+Blue) = 26+114+100=240 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.83% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #1A7264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7264 is #E58D9B. Grayscale: #565656. Windows color (decimal): -15043996 or 6582810. OLE color: 6582810.

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

Color convert

RGB26114100-
CMYK0.7700.120.55
HSL170.45º62.86%27.45%-
HSV(B)170.45º77.19%44.71%-
XYZ8.7413.1714.14-
YUV86.09135.8585.14-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.83%
GREEN value IS 114 (44.92% from 255) = 47.5%
BLUE value IS 100 (39.45% from 255) = 41.67%
R=10.83%
G=47.5%
B=41.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal261141000.7700.120.55170.4562.8627.45
Hex1A72644D0C37aa3f1b
Octal32162144115014672527733
Binary11010111001011001001001101011001101111010101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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