Html Css Color HEX #14846D Deep Sea

📋 copy color: '#14846D'

red 20 ◦ green 132 ◦ blue 109

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

Shades of Deep Sea #14846D

Tints of Deep Sea #14846D

RGB

 RED value IS 20 (8.2% from 255) = 7.66%

 GREEN value IS 132 (51.95% from 255) = 50.57%

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

R = 7.66%
G = 50.57%
B = 41.76%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#14846D (or 0x14846D) is known color: Deep Sea. HEX triplet: 14, 84 and 6D. RGB value is (20,132,109). Sum of RGB (Red+Green+Blue) = 20+132+109=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #14846D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14846D is #EB7B92. Grayscale: #5F5F5F. Windows color (decimal): -15432595 or 7177236. OLE color: 7177236.

HSL color Cylindrical-coordinate representation of color #14846D: hue angle of 167.68º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14846D is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 132 109 -
CMYK 0.85 0 0.17 0.48
HSL 167.68º 0.74% 0.3% -
HSV(B) 167.68º 0.85% 0.52% -
XYZ 11.3 17.76 17.3 -
YUV 95.89 135.39 73.87 -
System Red Green Blue C M Y K H S L
Decimal 20 132 109 0.85 0 0.17 0.48 167.68 0.74 0.3
Hex 14 84 6D 55 0 11 30 A8 4A 1E
Octal 24 204 155 125 0 21 60 250 112 36
Binary 10100 10000100 1101101 1010101 0 10001 110000 10101000 1001010 11110

Color Harmonies of #14846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14846D

Black with #14846D

Text Example


Text Example

White with #14846D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,132,109); }

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

background-color css

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

 a { background-color: rgb(20,132,109); }

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

border-color css

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

 span { border-color: rgb(20,132,109); }

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