Shades of Ship Cove #70799F
Tints of Ship Cove #70799F
RGB
CMYK
RGB Variations
Color information
#70799F (or 0x70799F) is known color: Ship Cove. HEX triplet: 70, 79 and 9F. RGB value is (112,121,159). Sum of RGB (Red+Green+Blue) = 112+121+159=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #70799F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70799F is #8F8660. Grayscale: #7A7A7A. Windows color (decimal): -9406049 or 10451312. OLE color: 10451312.
HSL color Cylindrical-coordinate representation of color #70799F: hue angle of 228.51º 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 #70799F is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 121 | 159 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.38 |
| HSL | 228.51º | 0.2% | 0.53% | - |
| HSV(B) | 228.51º | 0.3% | 0.62% | - |
| XYZ | 19.78 | 19.62 | 35.55 | - |
| YUV | 122.64 | 148.52 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 159 | 0.30 | 0.24 | 0 | 0.38 | 228.51 | 0.2 | 0.53 |
| Hex | 70 | 79 | 9F | 1E | 18 | 0 | 26 | E5 | 14 | 35 |
| Octal | 160 | 171 | 237 | 36 | 30 | 0 | 46 | 345 | 24 | 65 |
| Binary | 1110000 | 1111001 | 10011111 | 11110 | 11000 | 0 | 100110 | 11100101 | 10100 | 110101 |
Color Harmonies of #70799F
Complementary color
Monochromatic Colors of #70799F
Black with #70799F
Text Example
Text Example
White with #70799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70799F; }
p { color: rgb(112,121,159); }
H1.HeaderClassName
{
color: #70799F;
}
.AnyTagClassName
{
color: #70799F;
}
</style>
background-color css
<style>
a { background-color: #70799F; }
a { background-color: rgb(112,121,159); }
div.DivClassName
{
background-color: #70799F;
}
.BgClassName
{
background-color: #70799F;
}
</style>
border-color css
<style>
span { border-color: #70799F; }
span { border-color: rgb(112,121,159); }
td.TdClassName
{
border-color: #70799F;
}
.TagClassName
{
border-color: #70799F;
}
</style>