#1A7868

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

Shades of Deep Sea #1A7868

Tints of Deep Sea #1A7868

Color information

#1A7868 (or 0x1A7868) is unknown color: approx Deep Sea. HEX triplet: 1A, 78 and 68. RGB value is (26,120,104). Sum of RGB (Red+Green+Blue) = 26+120+104=250 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.4% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #1A7868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7868 is #E58797. Grayscale: #5A5A5A. Windows color (decimal): -15042456 or 6846490. OLE color: 6846490.

HSL color Cylindrical-coordinate representation of color #1A7868: hue angle of 169.79º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7868 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB26120104-
CMYK0.7800.130.53
HSL169.79º64.38%28.63%-
HSV(B)169.79º78.33%47.06%-
XYZ9.6414.6515.42-
YUV90.07135.8682.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.4%
GREEN value IS 120 (47.27% from 255) = 48%
BLUE value IS 104 (41.02% from 255) = 41.6%
R=10.4%
G=48%
B=41.6%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal261201040.7800.130.53169.7964.3828.63
Hex1A78684E0D35aa401d
Octal321701501160156525210035
Binary110101111000110100010011100110111010110101010100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,120,104); }

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

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

 a { background-color: rgb(26,120,104); }

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

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

 span { border-color: rgb(26,120,104); }

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