Html Css Color HEX #147163 Deep Sea

📋 copy color: '#147163'

red 20 ◦ green 113 ◦ blue 99

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

Shades of Deep Sea #147163

Tints of Deep Sea #147163

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.71%

 BLUE value IS 99 (39.06% from 255) = 42.67%

R = 8.62%
G = 48.71%
B = 42.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#147163 (or 0x147163) is known color: Deep Sea. HEX triplet: 14, 71 and 63. RGB value is (20,113,99). Sum of RGB (Red+Green+Blue) = 20+113+99=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #147163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147163 is #EB8E9C. Grayscale: #535353. Windows color (decimal): -15437469 or 6517012. OLE color: 6517012.

HSL color Cylindrical-coordinate representation of color #147163: hue angle of 170.97º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147163 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 113 99 -
CMYK 0.82 0 0.12 0.56
HSL 170.97º 0.7% 0.26% -
HSV(B) 170.97º 0.82% 0.44% -
XYZ 8.45 12.86 13.84 -
YUV 83.6 136.69 82.64 -
System Red Green Blue C M Y K H S L
Decimal 20 113 99 0.82 0 0.12 0.56 170.97 0.7 0.26
Hex 14 71 63 52 0 C 38 AB 46 1A
Octal 24 161 143 122 0 14 70 253 106 32
Binary 10100 1110001 1100011 1010010 0 1100 111000 10101011 1000110 11010

Color Harmonies of #147163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147163

Black with #147163

Text Example


Text Example

White with #147163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147163; }

 p { color: rgb(20,113,99); }

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

background-color css

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

 a { background-color: rgb(20,113,99); }

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

border-color css

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

 span { border-color: rgb(20,113,99); }

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