#13825A

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

Shades of Deep Sea #13825A

Tints of Deep Sea #13825A

Color information

#13825A (or 0x13825A) is unknown color: approx Deep Sea. HEX triplet: 13, 82 and 5A. RGB value is (19,130,90). Sum of RGB (Red+Green+Blue) = 19+130+90=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #13825A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13825A is #EC7DA5. Grayscale: #5C5C5C. Windows color (decimal): -15498662 or 5931539. OLE color: 5931539.

HSL color Cylindrical-coordinate representation of color #13825A: hue angle of 158.38º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13825A is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1913090-
CMYK0.8500.310.49
HSL158.38º74.5%29.22%-
HSV(B)158.38º85.38%50.98%-
XYZ10.116.8412.39-
YUV92.25126.7375.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.95%
GREEN value IS 130 (51.17% from 255) = 54.39%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=7.95%
G=54.39%
B=37.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19130900.8500.310.49158.3874.529.22
Hex13825A5501F319e4a1d
Octal232021321250376123611235
Binary10011100000101011010101010101111111000110011110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13825A; }

 p { color: rgb(19,130,90); }

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

<style>
 a { background-color: #13825A; }

 a { background-color: rgb(19,130,90); }

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

<style>
 span { border-color: #13825A; }

 span { border-color: rgb(19,130,90); }

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