Html Css Color HEX #70799B Ship Cove

📋 copy color: '#70799B'

red 112 ◦ green 121 ◦ blue 155

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

Shades of Ship Cove #70799B

Tints of Ship Cove #70799B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.19%

 BLUE value IS 155 (60.94% from 255) = 39.95%

R = 28.87%
G = 31.19%
B = 39.95%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70799B (or 0x70799B) is known color: Ship Cove. HEX triplet: 70, 79 and 9B. RGB value is (112,121,155). Sum of RGB (Red+Green+Blue) = 112+121+155=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #70799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70799B is #8F8664. Grayscale: #7A7A7A. Windows color (decimal): -9406053 or 10189168. OLE color: 10189168.

HSL color Cylindrical-coordinate representation of color #70799B: hue angle of 227.44º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70799B is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 121 155 -
CMYK 0.28 0.22 0 0.39
HSL 227.44º 0.18% 0.52% -
HSV(B) 227.44º 0.28% 0.61% -
XYZ 19.44 19.49 33.75 -
YUV 122.19 146.52 120.74 -
System Red Green Blue C M Y K H S L
Decimal 112 121 155 0.28 0.22 0 0.39 227.44 0.18 0.52
Hex 70 79 9B 1C 16 0 27 E3 12 34
Octal 160 171 233 34 26 0 47 343 22 64
Binary 1110000 1111001 10011011 11100 10110 0 100111 11100011 10010 110100

Color Harmonies of #70799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70799B

Black with #70799B

Text Example


Text Example

White with #70799B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70799B; }

 p { color: rgb(112,121,155); }

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

background-color css

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

 a { background-color: rgb(112,121,155); }

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

border-color css

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

 span { border-color: rgb(112,121,155); }

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