#13725B

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

Shades of Deep Sea #13725B

Tints of Deep Sea #13725B

Color information

#13725B (or 0x13725B) is unknown color: approx Deep Sea. HEX triplet: 13, 72 and 5B. RGB value is (19,114,91). Sum of RGB (Red+Green+Blue) = 19+114+91=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #13725B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13725B is #EC8DA4. Grayscale: #525252. Windows color (decimal): -15502757 or 5992979. OLE color: 5992979.

HSL color Cylindrical-coordinate representation of color #13725B: hue angle of 165.47º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13725B is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1911491-
CMYK0.8300.200.55
HSL165.47º71.43%26.08%-
HSV(B)165.47º83.33%44.71%-
XYZ8.1712.9311.96-
YUV82.97132.5382.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.48%
GREEN value IS 114 (44.92% from 255) = 50.89%
BLUE value IS 91 (35.94% from 255) = 40.62%
R=8.48%
G=50.89%
B=40.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19114910.8300.200.55165.4771.4326.08
Hex13725B5301437a5471a
Octal231621331230246724510732
Binary1001111100101011011101001101010011011110100101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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