Html Css Color HEX #147459 Deep Sea

📋 copy color: '#147459'

red 20 ◦ green 116 ◦ blue 89

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

Shades of Deep Sea #147459

Tints of Deep Sea #147459

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.56%

 BLUE value IS 89 (35.16% from 255) = 39.56%

R = 8.89%
G = 51.56%
B = 39.56%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#147459 (or 0x147459) is known color: Deep Sea. HEX triplet: 14, 74 and 59. RGB value is (20,116,89). Sum of RGB (Red+Green+Blue) = 20+116+89=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #147459 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147459 is #EB8BA6. Grayscale: #545454. Windows color (decimal): -15436711 or 5862420. OLE color: 5862420.

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

Color convert

RGB 20 116 89 -
CMYK 0.83 0 0.23 0.55
HSL 163.13º 0.71% 0.27% -
HSV(B) 163.13º 0.83% 0.45% -
XYZ 8.34 13.36 11.59 -
YUV 84.22 130.7 82.2 -
System Red Green Blue C M Y K H S L
Decimal 20 116 89 0.83 0 0.23 0.55 163.13 0.71 0.27
Hex 14 74 59 53 0 17 37 A3 47 1B
Octal 24 164 131 123 0 27 67 243 107 33
Binary 10100 1110100 1011001 1010011 0 10111 110111 10100011 1000111 11011

Color Harmonies of #147459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147459

Black with #147459

Text Example


Text Example

White with #147459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147459; }

 p { color: rgb(20,116,89); }

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

background-color css

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

 a { background-color: rgb(20,116,89); }

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

border-color css

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

 span { border-color: rgb(20,116,89); }

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