#1A7564

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

Shades of Deep Sea #1A7564

Tints of Deep Sea #1A7564

Color information

#1A7564 (or 0x1A7564) is unknown color: approx Deep Sea. HEX triplet: 1A, 75 and 64. RGB value is (26,117,100). Sum of RGB (Red+Green+Blue) = 26+117+100=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #1A7564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7564 is #E58A9B. Grayscale: #575757. Windows color (decimal): -15043228 or 6583578. OLE color: 6583578.

HSL color Cylindrical-coordinate representation of color #1A7564: hue angle of 168.79º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7564 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB26117100-
CMYK0.7800.150.54
HSL168.79º63.64%28.04%-
HSV(B)168.79º77.78%45.88%-
XYZ9.0913.8614.25-
YUV87.85134.8583.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.70%
GREEN value IS 117 (46.09% from 255) = 48.15%
BLUE value IS 100 (39.45% from 255) = 41.15%
R=10.70%
G=48.15%
B=41.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal261171000.7800.150.54168.7963.6428.04
Hex1A75644E0F36a9401c
Octal321651441160176625110034
Binary110101110101110010010011100111111011010101001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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