Html Css Color HEX #158274 Deep Sea

📋 copy color: '#158274'

red 21 ◦ green 130 ◦ blue 116

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

Shades of Deep Sea #158274

Tints of Deep Sea #158274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.45%

R = 7.87%
G = 48.69%
B = 43.45%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#158274 (or 0x158274) is known color: Deep Sea. HEX triplet: 15, 82 and 74. RGB value is (21,130,116). Sum of RGB (Red+Green+Blue) = 21+130+116=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #158274 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158274 is #EA7D8B. Grayscale: #5F5F5F. Windows color (decimal): -15367564 or 7635477. OLE color: 7635477.

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

Color convert

RGB 21 130 116 -
CMYK 0.84 0 0.11 0.49
HSL 172.29º 0.72% 0.3% -
HSV(B) 172.29º 0.84% 0.51% -
XYZ 11.44 17.39 19.28 -
YUV 95.81 139.39 74.64 -
System Red Green Blue C M Y K H S L
Decimal 21 130 116 0.84 0 0.11 0.49 172.29 0.72 0.3
Hex 15 82 74 54 0 B 31 AC 48 1E
Octal 25 202 164 124 0 13 61 254 110 36
Binary 10101 10000010 1110100 1010100 0 1011 110001 10101100 1001000 11110

Color Harmonies of #158274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158274

Black with #158274

Text Example


Text Example

White with #158274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158274; }

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

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

background-color css

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

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

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

border-color css

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

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

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