Html Css Color HEX #70789D Ship Cove

📋 copy color: '#70789D'

red 112 ◦ green 120 ◦ blue 157

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

Shades of Ship Cove #70789D

Tints of Ship Cove #70789D

RGB

 RED value IS 112 (44.14% from 255) = 28.79%

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

 BLUE value IS 157 (61.72% from 255) = 40.36%

R = 28.79%
G = 30.85%
B = 40.36%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70789D (or 0x70789D) is known color: Ship Cove. HEX triplet: 70, 78 and 9D. RGB value is (112,120,157). Sum of RGB (Red+Green+Blue) = 112+120+157=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #70789D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70789D is #8F8762. Grayscale: #797979. Windows color (decimal): -9406307 or 10319984. OLE color: 10319984.

HSL color Cylindrical-coordinate representation of color #70789D: hue angle of 229.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70789D is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 120 157 -
CMYK 0.29 0.24 0 0.38
HSL 229.33º 0.19% 0.53% -
HSV(B) 229.33º 0.29% 0.62% -
XYZ 19.48 19.31 34.6 -
YUV 121.83 147.85 120.99 -
System Red Green Blue C M Y K H S L
Decimal 112 120 157 0.29 0.24 0 0.38 229.33 0.19 0.53
Hex 70 78 9D 1D 18 0 26 E5 13 35
Octal 160 170 235 35 30 0 46 345 23 65
Binary 1110000 1111000 10011101 11101 11000 0 100110 11100101 10011 110101

Color Harmonies of #70789D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70789D

Black with #70789D

Text Example


Text Example

White with #70789D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70789D; }

 p { color: rgb(112,120,157); }

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

background-color css

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

 a { background-color: rgb(112,120,157); }

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

border-color css

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

 span { border-color: rgb(112,120,157); }

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