Html Css Color HEX #15826D Deep Sea

📋 copy color: '#15826D'

red 21 ◦ green 130 ◦ blue 109

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

Shades of Deep Sea #15826D

Tints of Deep Sea #15826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50%

 BLUE value IS 109 (42.97% from 255) = 41.92%

R = 8.08%
G = 50%
B = 41.92%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#15826D (or 0x15826D) is known color: Deep Sea. HEX triplet: 15, 82 and 6D. RGB value is (21,130,109). Sum of RGB (Red+Green+Blue) = 21+130+109=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #15826D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15826D is #EA7D92. Grayscale: #5E5E5E. Windows color (decimal): -15367571 or 7176725. OLE color: 7176725.

HSL color Cylindrical-coordinate representation of color #15826D: hue angle of 168.44º 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 #15826D is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 130 109 -
CMYK 0.84 0 0.16 0.49
HSL 168.44º 0.72% 0.3% -
HSV(B) 168.44º 0.84% 0.51% -
XYZ 11.05 17.23 17.21 -
YUV 95.02 135.89 75.21 -
System Red Green Blue C M Y K H S L
Decimal 21 130 109 0.84 0 0.16 0.49 168.44 0.72 0.3
Hex 15 82 6D 54 0 10 31 A8 48 1E
Octal 25 202 155 124 0 20 61 250 110 36
Binary 10101 10000010 1101101 1010100 0 10000 110001 10101000 1001000 11110

Color Harmonies of #15826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15826D

Black with #15826D

Text Example


Text Example

White with #15826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,130,109); }

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

background-color css

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

 a { background-color: rgb(21,130,109); }

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

border-color css

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

 span { border-color: rgb(21,130,109); }

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