Shades of Ship Cove #70799D
Tints of Ship Cove #70799D
RGB
CMYK
RGB Variations
Color information
#70799D (or 0x70799D) is known color: Ship Cove. HEX triplet: 70, 79 and 9D. RGB value is (112,121,157). Sum of RGB (Red+Green+Blue) = 112+121+157=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #70799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70799D is #8F8662. Grayscale: #7A7A7A. Windows color (decimal): -9406051 or 10320240. OLE color: 10320240.
HSL color Cylindrical-coordinate representation of color #70799D: hue angle of 228º 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 #70799D is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 121 | 157 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.38 |
| HSL | 228º | 0.19% | 0.53% | - |
| HSV(B) | 228º | 0.29% | 0.62% | - |
| XYZ | 19.61 | 19.55 | 34.64 | - |
| YUV | 122.41 | 147.52 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 157 | 0.29 | 0.23 | 0 | 0.38 | 228 | 0.19 | 0.53 |
| Hex | 70 | 79 | 9D | 1D | 17 | 0 | 26 | E4 | 13 | 35 |
| Octal | 160 | 171 | 235 | 35 | 27 | 0 | 46 | 344 | 23 | 65 |
| Binary | 1110000 | 1111001 | 10011101 | 11101 | 10111 | 0 | 100110 | 11100100 | 10011 | 110101 |
Color Harmonies of #70799D
Complementary color
Monochromatic Colors of #70799D
Black with #70799D
Text Example
Text Example
White with #70799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70799D; }
p { color: rgb(112,121,157); }
H1.HeaderClassName
{
color: #70799D;
}
.AnyTagClassName
{
color: #70799D;
}
</style>
background-color css
<style>
a { background-color: #70799D; }
a { background-color: rgb(112,121,157); }
div.DivClassName
{
background-color: #70799D;
}
.BgClassName
{
background-color: #70799D;
}
</style>
border-color css
<style>
span { border-color: #70799D; }
span { border-color: rgb(112,121,157); }
td.TdClassName
{
border-color: #70799D;
}
.TagClassName
{
border-color: #70799D;
}
</style>