Html Css Color HEX #147865 Deep Sea

📋 copy color: '#147865'

red 20 ◦ green 120 ◦ blue 101

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

Shades of Deep Sea #147865

Tints of Deep Sea #147865

RGB

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

 GREEN value IS 120 (47.27% from 255) = 49.79%

 BLUE value IS 101 (39.84% from 255) = 41.91%

R = 8.3%
G = 49.79%
B = 41.91%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#147865 (or 0x147865) is known color: Deep Sea. HEX triplet: 14, 78 and 65. RGB value is (20,120,101). Sum of RGB (Red+Green+Blue) = 20+120+101=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #147865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147865 is #EB879A. Grayscale: #575757. Windows color (decimal): -15435675 or 6649876. OLE color: 6649876.

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

Color convert

RGB 20 120 101 -
CMYK 0.83 0 0.16 0.53
HSL 168.6º 0.71% 0.27% -
HSV(B) 168.6º 0.83% 0.47% -
XYZ 9.35 14.52 14.62 -
YUV 87.93 135.37 79.54 -
System Red Green Blue C M Y K H S L
Decimal 20 120 101 0.83 0 0.16 0.53 168.6 0.71 0.27
Hex 14 78 65 53 0 10 35 A9 47 1B
Octal 24 170 145 123 0 20 65 251 107 33
Binary 10100 1111000 1100101 1010011 0 10000 110101 10101001 1000111 11011

Color Harmonies of #147865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147865

Black with #147865

Text Example


Text Example

White with #147865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147865; }

 p { color: rgb(20,120,101); }

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

background-color css

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

 a { background-color: rgb(20,120,101); }

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

border-color css

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

 span { border-color: rgb(20,120,101); }

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