Html Css Color HEX #158269 Deep Sea

📋 copy color: '#158269'

red 21 ◦ green 130 ◦ blue 105

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

Shades of Deep Sea #158269

Tints of Deep Sea #158269

RGB

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

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

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

R = 8.2%
G = 50.78%
B = 41.02%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#158269 (or 0x158269) is known color: Deep Sea. HEX triplet: 15, 82 and 69. RGB value is (21,130,105). Sum of RGB (Red+Green+Blue) = 21+130+105=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #158269 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158269 is #EA7D96. Grayscale: #5E5E5E. Windows color (decimal): -15367575 or 6914581. OLE color: 6914581.

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

Color convert

RGB 21 130 105 -
CMYK 0.84 0 0.19 0.49
HSL 166.24º 0.72% 0.3% -
HSV(B) 166.24º 0.84% 0.51% -
XYZ 10.84 17.14 16.1 -
YUV 94.56 133.89 75.53 -
System Red Green Blue C M Y K H S L
Decimal 21 130 105 0.84 0 0.19 0.49 166.24 0.72 0.3
Hex 15 82 69 54 0 13 31 A6 48 1E
Octal 25 202 151 124 0 23 61 246 110 36
Binary 10101 10000010 1101001 1010100 0 10011 110001 10100110 1001000 11110

Color Harmonies of #158269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158269

Black with #158269

Text Example


Text Example

White with #158269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158269; }

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

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

background-color css

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

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

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

border-color css

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

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

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