#1A815B

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

Shades of Deep Sea #1A815B

Tints of Deep Sea #1A815B

Color information

#1A815B (or 0x1A815B) is unknown color: approx Deep Sea. HEX triplet: 1A, 81 and 5B. RGB value is (26,129,91). Sum of RGB (Red+Green+Blue) = 26+129+91=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #1A815B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A815B is #E57EA4. Grayscale: #5D5D5D. Windows color (decimal): -15040165 or 5996826. OLE color: 5996826.

HSL color Cylindrical-coordinate representation of color #1A815B: hue angle of 157.86º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A815B is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB2612991-
CMYK0.8000.290.49
HSL157.86º66.45%30.39%-
HSV(B)157.86º79.84%50.59%-
XYZ10.1616.6812.58-
YUV93.87126.3879.59-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.57%
GREEN value IS 129 (50.78% from 255) = 52.44%
BLUE value IS 91 (35.94% from 255) = 36.99%
R=10.57%
G=52.44%
B=36.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal26129910.8000.290.49157.8666.4530.39
Hex1A815B5001D319e421e
Octal322011331200356123610236
Binary11010100000011011011101000001110111000110011110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,129,91); }

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

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

 a { background-color: rgb(26,129,91); }

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

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

 span { border-color: rgb(26,129,91); }

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