Shades of Ship Cove #70789A
Tints of Ship Cove #70789A
RGB
CMYK
RGB Variations
Color information
#70789A (or 0x70789A) is known color: Ship Cove. HEX triplet: 70, 78 and 9A. RGB value is (112,120,154). Sum of RGB (Red+Green+Blue) = 112+120+154=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 154 - color contains mainly: blue. Hex color #70789A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70789A is #8F8765. Grayscale: #797979. Windows color (decimal): -9406310 or 10123376. OLE color: 10123376.
HSL color Cylindrical-coordinate representation of color #70789A: hue angle of 228.57º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70789A is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 120 | 154 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.40 |
| HSL | 228.57º | 0.17% | 0.52% | - |
| HSV(B) | 228.57º | 0.27% | 0.6% | - |
| XYZ | 19.23 | 19.21 | 33.27 | - |
| YUV | 121.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 154 | 0.27 | 0.22 | 0 | 0.40 | 228.57 | 0.17 | 0.52 |
| Hex | 70 | 78 | 9A | 1B | 16 | 0 | 28 | E5 | 11 | 34 |
| Octal | 160 | 170 | 232 | 33 | 26 | 0 | 50 | 345 | 21 | 64 |
| Binary | 1110000 | 1111000 | 10011010 | 11011 | 10110 | 0 | 101000 | 11100101 | 10001 | 110100 |
Color Harmonies of #70789A
Complementary color
Monochromatic Colors of #70789A
Black with #70789A
Text Example
Text Example
White with #70789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70789A; }
p { color: rgb(112,120,154); }
H1.HeaderClassName
{
color: #70789A;
}
.AnyTagClassName
{
color: #70789A;
}
</style>
background-color css
<style>
a { background-color: #70789A; }
a { background-color: rgb(112,120,154); }
div.DivClassName
{
background-color: #70789A;
}
.BgClassName
{
background-color: #70789A;
}
</style>
border-color css
<style>
span { border-color: #70789A; }
span { border-color: rgb(112,120,154); }
td.TdClassName
{
border-color: #70789A;
}
.TagClassName
{
border-color: #70789A;
}
</style>