#13825C

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

Shades of Deep Sea #13825C

Tints of Deep Sea #13825C

Color information

#13825C (or 0x13825C) is unknown color: approx Deep Sea. HEX triplet: 13, 82 and 5C. RGB value is (19,130,92). Sum of RGB (Red+Green+Blue) = 19+130+92=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #13825C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13825C is #EC7DA3. Grayscale: #5C5C5C. Windows color (decimal): -15498660 or 6062611. OLE color: 6062611.

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

Color convert

RGB1913092-
CMYK0.8500.290.49
HSL159.46º74.5%29.22%-
HSV(B)159.46º85.38%50.98%-
XYZ10.1816.8812.85-
YUV92.48127.7375.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.88%
GREEN value IS 130 (51.17% from 255) = 53.94%
BLUE value IS 92 (36.33% from 255) = 38.17%
R=7.88%
G=53.94%
B=38.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19130920.8500.290.49159.4674.529.22
Hex13825C5501D319f4a1d
Octal232021341250356123711235
Binary10011100000101011100101010101110111000110011111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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