Html Css Color HEX #70809F Ship Cove

📋 copy color: '#70809F'

red 112 ◦ green 128 ◦ blue 159

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

Shades of Ship Cove #70809F

Tints of Ship Cove #70809F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.08%

 BLUE value IS 159 (62.5% from 255) = 39.85%

R = 28.07%
G = 32.08%
B = 39.85%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70809F (or 0x70809F) is known color: Ship Cove. HEX triplet: 70, 80 and 9F. RGB value is (112,128,159). Sum of RGB (Red+Green+Blue) = 112+128+159=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 159 - color contains mainly: blue. Hex color #70809F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70809F is #8F7F60. Grayscale: #7E7E7E. Windows color (decimal): -9404257 or 10453104. OLE color: 10453104.

HSL color Cylindrical-coordinate representation of color #70809F: hue angle of 219.57º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70809F is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 128 159 -
CMYK 0.30 0.19 0 0.38
HSL 219.57º 0.2% 0.53% -
HSV(B) 219.57º 0.3% 0.62% -
XYZ 20.66 21.39 35.84 -
YUV 126.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 112 128 159 0.30 0.19 0 0.38 219.57 0.2 0.53
Hex 70 80 9F 1E 13 0 26 DC 14 35
Octal 160 200 237 36 23 0 46 334 24 65
Binary 1110000 10000000 10011111 11110 10011 0 100110 11011100 10100 110101

Color Harmonies of #70809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70809F

Black with #70809F

Text Example


Text Example

White with #70809F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70809F; }

 p { color: rgb(112,128,159); }

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

background-color css

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

 a { background-color: rgb(112,128,159); }

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

border-color css

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

 span { border-color: rgb(112,128,159); }

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