Html Css Color HEX #147569 Deep Sea

📋 copy color: '#147569'

red 20 ◦ green 117 ◦ blue 105

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

Shades of Deep Sea #147569

Tints of Deep Sea #147569

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.35%

 BLUE value IS 105 (41.41% from 255) = 43.39%

R = 8.26%
G = 48.35%
B = 43.39%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#147569 (or 0x147569) is known color: Deep Sea. HEX triplet: 14, 75 and 69. RGB value is (20,117,105). Sum of RGB (Red+Green+Blue) = 20+117+105=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #147569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147569 is #EB8A96. Grayscale: #565656. Windows color (decimal): -15436439 or 6911252. OLE color: 6911252.

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

Color convert

RGB 20 117 105 -
CMYK 0.83 0 0.10 0.54
HSL 172.58º 0.71% 0.27% -
HSV(B) 172.58º 0.83% 0.46% -
XYZ 9.2 13.89 15.56 -
YUV 86.63 138.36 80.48 -
System Red Green Blue C M Y K H S L
Decimal 20 117 105 0.83 0 0.10 0.54 172.58 0.71 0.27
Hex 14 75 69 53 0 A 36 AD 47 1B
Octal 24 165 151 123 0 12 66 255 107 33
Binary 10100 1110101 1101001 1010011 0 1010 110110 10101101 1000111 11011

Color Harmonies of #147569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147569

Black with #147569

Text Example


Text Example

White with #147569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147569; }

 p { color: rgb(20,117,105); }

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

background-color css

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

 a { background-color: rgb(20,117,105); }

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

border-color css

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

 span { border-color: rgb(20,117,105); }

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