Html Css Color HEX #20815D Deep Sea

📋 copy color: '#20815D'

red 32 ◦ green 129 ◦ blue 93

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

Shades of Deep Sea #20815D

Tints of Deep Sea #20815D

RGB

 RED value IS 32 (12.89% from 255) = 12.6%

 GREEN value IS 129 (50.78% from 255) = 50.79%

 BLUE value IS 93 (36.72% from 255) = 36.61%

R = 12.6%
G = 50.79%
B = 36.61%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#20815D (or 0x20815D) is known color: Deep Sea. HEX triplet: 20, 81 and 5D. RGB value is (32,129,93). Sum of RGB (Red+Green+Blue) = 32+129+93=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #20815D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20815D is #DF7EA2. Grayscale: #5F5F5F. Windows color (decimal): -14646947 or 6127904. OLE color: 6127904.

HSL color Cylindrical-coordinate representation of color #20815D: hue angle of 157.73º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20815D is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 129 93 -
CMYK 0.75 0 0.28 0.49
HSL 157.73º 0.6% 0.32% -
HSV(B) 157.73º 0.75% 0.51% -
XYZ 10.42 16.8 13.05 -
YUV 95.89 126.36 82.43 -
System Red Green Blue C M Y K H S L
Decimal 32 129 93 0.75 0 0.28 0.49 157.73 0.6 0.32
Hex 20 81 5D 4B 0 1C 31 9E 3C 20
Octal 40 201 135 113 0 34 61 236 74 40
Binary 100000 10000001 1011101 1001011 0 11100 110001 10011110 111100 100000

Color Harmonies of #20815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20815D

Black with #20815D

Text Example


Text Example

White with #20815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20815D; }

 p { color: rgb(32,129,93); }

 H1.HeaderClassName
 {
   color: #20815D;
 }
 .AnyTagClassName
 {
   color: #20815D;
 }
</style>

background-color css

<style>
 a { background-color: #20815D; }

 a { background-color: rgb(32,129,93); }

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

border-color css

<style>
 span { border-color: #20815D; }

 span { border-color: rgb(32,129,93); }

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