Html Css Color HEX #13825E Deep Sea

📋 copy color: '#13825E'

red 19 ◦ green 130 ◦ blue 94

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

Shades of Deep Sea #13825E

Tints of Deep Sea #13825E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.5%

 BLUE value IS 94 (37.11% from 255) = 38.68%

R = 7.82%
G = 53.5%
B = 38.68%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#13825E (or 0x13825E) is known color: Deep Sea. HEX triplet: 13, 82 and 5E. RGB value is (19,130,94). Sum of RGB (Red+Green+Blue) = 19+130+94=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #13825E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13825E is #EC7DA1. Grayscale: #5C5C5C. Windows color (decimal): -15498658 or 6193683. OLE color: 6193683.

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

Color convert

RGB 19 130 94 -
CMYK 0.85 0 0.28 0.49
HSL 160.54º 0.74% 0.29% -
HSV(B) 160.54º 0.85% 0.51% -
XYZ 10.27 16.91 13.31 -
YUV 92.71 128.73 75.43 -
System Red Green Blue C M Y K H S L
Decimal 19 130 94 0.85 0 0.28 0.49 160.54 0.74 0.29
Hex 13 82 5E 55 0 1C 31 A1 4A 1D
Octal 23 202 136 125 0 34 61 241 112 35
Binary 10011 10000010 1011110 1010101 0 11100 110001 10100001 1001010 11101

Color Harmonies of #13825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13825E

Black with #13825E

Text Example


Text Example

White with #13825E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13825E;
 }
 .AnyTagClassName
 {
   color: #13825E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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