Html Css Color HEX #13765F Deep Sea

📋 copy color: '#13765F'

red 19 ◦ green 118 ◦ blue 95

#13765F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #13765F

Tints of Deep Sea #13765F

RGB

 RED value IS 19 (7.81% from 255) = 8.19%

 GREEN value IS 118 (46.48% from 255) = 50.86%

 BLUE value IS 95 (37.5% from 255) = 40.95%

R = 8.19%
G = 50.86%
B = 40.95%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#13765F (or 0x13765F) is known color: Deep Sea. HEX triplet: 13, 76 and 5F. RGB value is (19,118,95). Sum of RGB (Red+Green+Blue) = 19+118+95=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #13765F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13765F is #EC89A0. Grayscale: #555555. Windows color (decimal): -15501729 or 6256147. OLE color: 6256147.

HSL color Cylindrical-coordinate representation of color #13765F: hue angle of 166.06º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13765F is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 118 95 -
CMYK 0.84 0 0.19 0.54
HSL 166.06º 0.72% 0.27% -
HSV(B) 166.06º 0.84% 0.46% -
XYZ 8.81 13.92 13.05 -
YUV 85.78 133.2 80.37 -
System Red Green Blue C M Y K H S L
Decimal 19 118 95 0.84 0 0.19 0.54 166.06 0.72 0.27
Hex 13 76 5F 54 0 13 36 A6 48 1B
Octal 23 166 137 124 0 23 66 246 110 33
Binary 10011 1110110 1011111 1010100 0 10011 110110 10100110 1001000 11011

Color Harmonies of #13765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13765F

Black with #13765F

Text Example


Text Example

White with #13765F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13765F;
 }
 .AnyTagClassName
 {
   color: #13765F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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