Html Css Color HEX #147463 Deep Sea

📋 copy color: '#147463'

red 20 ◦ green 116 ◦ blue 99

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

Shades of Deep Sea #147463

Tints of Deep Sea #147463

RGB

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

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

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

R = 8.51%
G = 49.36%
B = 42.13%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#147463 (or 0x147463) is known color: Deep Sea. HEX triplet: 14, 74 and 63. RGB value is (20,116,99). Sum of RGB (Red+Green+Blue) = 20+116+99=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #147463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147463 is #EB8B9C. Grayscale: #555555. Windows color (decimal): -15436701 or 6517780. OLE color: 6517780.

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

Color convert

RGB 20 116 99 -
CMYK 0.83 0 0.15 0.55
HSL 169.38º 0.71% 0.27% -
HSV(B) 169.38º 0.83% 0.45% -
XYZ 8.79 13.54 13.95 -
YUV 85.36 135.7 81.38 -
System Red Green Blue C M Y K H S L
Decimal 20 116 99 0.83 0 0.15 0.55 169.38 0.71 0.27
Hex 14 74 63 53 0 F 37 A9 47 1B
Octal 24 164 143 123 0 17 67 251 107 33
Binary 10100 1110100 1100011 1010011 0 1111 110111 10101001 1000111 11011

Color Harmonies of #147463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147463

Black with #147463

Text Example


Text Example

White with #147463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147463; }

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

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

background-color css

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

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

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

border-color css

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

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

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