Html Css Color HEX #158369 Deep Sea

📋 copy color: '#158369'

red 21 ◦ green 131 ◦ blue 105

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

Shades of Deep Sea #158369

Tints of Deep Sea #158369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.97%

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

R = 8.17%
G = 50.97%
B = 40.86%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#158369 (or 0x158369) is known color: Deep Sea. HEX triplet: 15, 83 and 69. RGB value is (21,131,105). Sum of RGB (Red+Green+Blue) = 21+131+105=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #158369 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158369 is #EA7C96. Grayscale: #5F5F5F. Windows color (decimal): -15367319 or 6914837. OLE color: 6914837.

HSL color Cylindrical-coordinate representation of color #158369: hue angle of 165.82º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158369 is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 131 105 -
CMYK 0.84 0 0.20 0.49
HSL 165.82º 0.72% 0.3% -
HSV(B) 165.82º 0.84% 0.51% -
XYZ 10.98 17.41 16.15 -
YUV 95.15 133.56 75.11 -
System Red Green Blue C M Y K H S L
Decimal 21 131 105 0.84 0 0.20 0.49 165.82 0.72 0.3
Hex 15 83 69 54 0 14 31 A6 48 1E
Octal 25 203 151 124 0 24 61 246 110 36
Binary 10101 10000011 1101001 1010100 0 10100 110001 10100110 1001000 11110

Color Harmonies of #158369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158369

Black with #158369

Text Example


Text Example

White with #158369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158369; }

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

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

background-color css

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

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

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

border-color css

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

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

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