Html Css Color HEX #147369 Deep Sea

📋 copy color: '#147369'

red 20 ◦ green 115 ◦ blue 105

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

Shades of Deep Sea #147369

Tints of Deep Sea #147369

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.92%

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

R = 8.33%
G = 47.92%
B = 43.75%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#147369 (or 0x147369) is known color: Deep Sea. HEX triplet: 14, 73 and 69. RGB value is (20,115,105). Sum of RGB (Red+Green+Blue) = 20+115+105=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #147369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147369 is #EB8C96. Grayscale: #555555. Windows color (decimal): -15436951 or 6910740. OLE color: 6910740.

HSL color Cylindrical-coordinate representation of color #147369: hue angle of 173.68º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147369 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 115 105 -
CMYK 0.83 0 0.09 0.55
HSL 173.68º 0.7% 0.26% -
HSV(B) 173.68º 0.83% 0.45% -
XYZ 8.97 13.43 15.48 -
YUV 85.46 139.03 81.31 -
System Red Green Blue C M Y K H S L
Decimal 20 115 105 0.83 0 0.09 0.55 173.68 0.7 0.26
Hex 14 73 69 53 0 9 37 AE 46 1A
Octal 24 163 151 123 0 11 67 256 106 32
Binary 10100 1110011 1101001 1010011 0 1001 110111 10101110 1000110 11010

Color Harmonies of #147369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147369

Black with #147369

Text Example


Text Example

White with #147369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147369; }

 p { color: rgb(20,115,105); }

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

background-color css

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

 a { background-color: rgb(20,115,105); }

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

border-color css

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

 span { border-color: rgb(20,115,105); }

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