Html Css Color HEX #158569 Deep Sea

📋 copy color: '#158569'

red 21 ◦ green 133 ◦ blue 105

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

Shades of Deep Sea #158569

Tints of Deep Sea #158569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.35%

 BLUE value IS 105 (41.41% from 255) = 40.54%

R = 8.11%
G = 51.35%
B = 40.54%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#158569 (or 0x158569) is known color: Deep Sea. HEX triplet: 15, 85 and 69. RGB value is (21,133,105). Sum of RGB (Red+Green+Blue) = 21+133+105=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #158569 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158569 is #EA7A96. Grayscale: #606060. Windows color (decimal): -15366807 or 6915349. OLE color: 6915349.

HSL color Cylindrical-coordinate representation of color #158569: hue angle of 165º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158569 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 133 105 -
CMYK 0.84 0 0.21 0.48
HSL 165º 0.73% 0.3% -
HSV(B) 165º 0.84% 0.52% -
XYZ 11.25 17.95 16.24 -
YUV 96.32 132.89 74.28 -
System Red Green Blue C M Y K H S L
Decimal 21 133 105 0.84 0 0.21 0.48 165 0.73 0.3
Hex 15 85 69 54 0 15 30 A5 49 1E
Octal 25 205 151 124 0 25 60 245 111 36
Binary 10101 10000101 1101001 1010100 0 10101 110000 10100101 1001001 11110

Color Harmonies of #158569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158569

Black with #158569

Text Example


Text Example

White with #158569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158569; }

 p { color: rgb(21,133,105); }

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

background-color css

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

 a { background-color: rgb(21,133,105); }

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

border-color css

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

 span { border-color: rgb(21,133,105); }

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