#13825F

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

Shades of Deep Sea #13825F

Tints of Deep Sea #13825F

Color information

#13825F (or 0x13825F) is unknown color: approx Deep Sea. HEX triplet: 13, 82 and 5F. RGB value is (19,130,95). Sum of RGB (Red+Green+Blue) = 19+130+95=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #13825F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13825F is #EC7DA0. Grayscale: #5C5C5C. Windows color (decimal): -15498657 or 6259219. OLE color: 6259219.

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

Color convert

RGB1913095-
CMYK0.8500.270.49
HSL161.08º74.5%29.22%-
HSV(B)161.08º85.38%50.98%-
XYZ10.3216.9313.55-
YUV92.82129.2375.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.79%
GREEN value IS 130 (51.17% from 255) = 53.28%
BLUE value IS 95 (37.5% from 255) = 38.93%
R=7.79%
G=53.28%
B=38.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19130950.8500.270.49161.0874.529.22
Hex13825F5501B31a14a1d
Octal232021371250336124111235
Binary10011100000101011111101010101101111000110100001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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