Html Css Color HEX #147358 Deep Sea

📋 copy color: '#147358'

red 20 ◦ green 115 ◦ blue 88

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

Shades of Deep Sea #147358

Tints of Deep Sea #147358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 39.46%

R = 8.97%
G = 51.57%
B = 39.46%

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

#147358 (or 0x147358) is known color: Deep Sea. HEX triplet: 14, 73 and 58. RGB value is (20,115,88). Sum of RGB (Red+Green+Blue) = 20+115+88=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #147358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147358 is #EB8CA7. Grayscale: #535353. Windows color (decimal): -15436968 or 5796628. OLE color: 5796628.

HSL color Cylindrical-coordinate representation of color #147358: hue angle of 162.95º 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 #147358 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 115 88 -
CMYK 0.83 0 0.23 0.55
HSL 162.95º 0.7% 0.26% -
HSV(B) 162.95º 0.83% 0.45% -
XYZ 8.18 13.11 11.33 -
YUV 83.52 130.53 82.7 -
System Red Green Blue C M Y K H S L
Decimal 20 115 88 0.83 0 0.23 0.55 162.95 0.7 0.26
Hex 14 73 58 53 0 17 37 A3 46 1A
Octal 24 163 130 123 0 27 67 243 106 32
Binary 10100 1110011 1011000 1010011 0 10111 110111 10100011 1000110 11010

Color Harmonies of #147358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147358

Black with #147358

Text Example


Text Example

White with #147358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147358; }

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

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

background-color css

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

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

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

border-color css

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

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

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