#13825B

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

Shades of Deep Sea #13825B

Tints of Deep Sea #13825B

Color information

#13825B (or 0x13825B) is unknown color: approx Deep Sea. HEX triplet: 13, 82 and 5B. RGB value is (19,130,91). Sum of RGB (Red+Green+Blue) = 19+130+91=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #13825B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13825B is #EC7DA4. Grayscale: #5C5C5C. Windows color (decimal): -15498661 or 5997075. OLE color: 5997075.

HSL color Cylindrical-coordinate representation of color #13825B: hue angle of 158.92º 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 #13825B is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1913091-
CMYK0.8500.300.49
HSL158.92º74.5%29.22%-
HSV(B)158.92º85.38%50.98%-
XYZ10.1416.8612.62-
YUV92.36127.2375.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.92%
GREEN value IS 130 (51.17% from 255) = 54.17%
BLUE value IS 91 (35.94% from 255) = 37.92%
R=7.92%
G=54.17%
B=37.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19130910.8500.300.49158.9274.529.22
Hex13825B5501E319f4a1d
Octal232021331250366123711235
Binary10011100000101011011101010101111011000110011111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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