Html Css Color HEX #13825C Deep Sea

📋 copy color: '#13825C'

red 19 ◦ green 130 ◦ blue 92

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

Shades of Deep Sea #13825C

Tints of Deep Sea #13825C

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

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

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

RGB 19 130 92 -
CMYK 0.85 0 0.29 0.49
HSL 159.46º 0.74% 0.29% -
HSV(B) 159.46º 0.85% 0.51% -
XYZ 10.18 16.88 12.85 -
YUV 92.48 127.73 75.59 -
System Red Green Blue C M Y K H S L
Decimal 19 130 92 0.85 0 0.29 0.49 159.46 0.74 0.29
Hex 13 82 5C 55 0 1D 31 9F 4A 1D
Octal 23 202 134 125 0 35 61 237 112 35
Binary 10011 10000010 1011100 1010101 0 11101 110001 10011111 1001010 11101

Color Harmonies of #13825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13825C

Black with #13825C

Text Example


Text Example

White with #13825C

Text Example


Text Example

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