Html Css Color HEX #157359 Deep Sea

📋 copy color: '#157359'

red 21 ◦ green 115 ◦ blue 89

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

Shades of Deep Sea #157359

Tints of Deep Sea #157359

RGB

 RED value IS 21 (8.59% from 255) = 9.33%

 GREEN value IS 115 (45.31% from 255) = 51.11%

 BLUE value IS 89 (35.16% from 255) = 39.56%

R = 9.33%
G = 51.11%
B = 39.56%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#157359 (or 0x157359) is known color: Deep Sea. HEX triplet: 15, 73 and 59. RGB value is (21,115,89). Sum of RGB (Red+Green+Blue) = 21+115+89=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #157359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157359 is #EA8CA6. Grayscale: #535353. Windows color (decimal): -15371431 or 5862165. OLE color: 5862165.

HSL color Cylindrical-coordinate representation of color #157359: hue angle of 163.4º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157359 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 21 115 89 -
CMYK 0.82 0 0.23 0.55
HSL 163.4º 0.69% 0.27% -
HSV(B) 163.4º 0.82% 0.45% -
XYZ 8.24 13.14 11.55 -
YUV 83.93 130.86 83.11 -
System Red Green Blue C M Y K H S L
Decimal 21 115 89 0.82 0 0.23 0.55 163.4 0.69 0.27
Hex 15 73 59 52 0 17 37 A3 45 1B
Octal 25 163 131 122 0 27 67 243 105 33
Binary 10101 1110011 1011001 1010010 0 10111 110111 10100011 1000101 11011

Color Harmonies of #157359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157359

Black with #157359

Text Example


Text Example

White with #157359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157359; }

 p { color: rgb(21,115,89); }

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

background-color css

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

 a { background-color: rgb(21,115,89); }

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

border-color css

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

 span { border-color: rgb(21,115,89); }

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