Html Css Color HEX #13825F Deep Sea

📋 copy color: '#13825F'

red 19 ◦ green 130 ◦ blue 95

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

Shades of Deep Sea #13825F

Tints of Deep Sea #13825F

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 value IS 0.85

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#13825F (or 0x13825F) is known color: 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

RGB 19 130 95 -
CMYK 0.85 0 0.27 0.49
HSL 161.08º 0.74% 0.29% -
HSV(B) 161.08º 0.85% 0.51% -
XYZ 10.32 16.93 13.55 -
YUV 92.82 129.23 75.35 -
System Red Green Blue C M Y K H S L
Decimal 19 130 95 0.85 0 0.27 0.49 161.08 0.74 0.29
Hex 13 82 5F 55 0 1B 31 A1 4A 1D
Octal 23 202 137 125 0 33 61 241 112 35
Binary 10011 10000010 1011111 1010101 0 11011 110001 10100001 1001010 11101

Color Harmonies of #13825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13825F

Black with #13825F

Text Example


Text Example

White with #13825F

Text Example


Text Example

HTML Codes & Css Web 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>