Shades of Ship Cove #708CB1
Tints of Ship Cove #708CB1
RGB
CMYK
RGB Variations
Color information
#708CB1 (or 0x708CB1) is known color: Ship Cove. HEX triplet: 70, 8C and B1. RGB value is (112,140,177). Sum of RGB (Red+Green+Blue) = 112+140+177=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 177 - color contains mainly: blue. Hex color #708CB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708CB1 is #8F734E. Grayscale: #878787. Windows color (decimal): -9401167 or 11635824. OLE color: 11635824.
HSL color Cylindrical-coordinate representation of color #708CB1: hue angle of 214.15º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #708CB1 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 140 | 177 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.31 |
| HSL | 214.15º | 0.29% | 0.57% | - |
| HSV(B) | 214.15º | 0.37% | 0.69% | - |
| XYZ | 24 | 25.38 | 45.23 | - |
| YUV | 135.85 | 151.22 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 177 | 0.37 | 0.21 | 0 | 0.31 | 214.15 | 0.29 | 0.57 |
| Hex | 70 | 8C | B1 | 25 | 15 | 0 | 1F | D6 | 1D | 39 |
| Octal | 160 | 214 | 261 | 45 | 25 | 0 | 37 | 326 | 35 | 71 |
| Binary | 1110000 | 10001100 | 10110001 | 100101 | 10101 | 0 | 11111 | 11010110 | 11101 | 111001 |
Color Harmonies of #708CB1
Complementary color
Monochromatic Colors of #708CB1
Black with #708CB1
Text Example
Text Example
White with #708CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708CB1; }
p { color: rgb(112,140,177); }
H1.HeaderClassName
{
color: #708CB1;
}
.AnyTagClassName
{
color: #708CB1;
}
</style>
background-color css
<style>
a { background-color: #708CB1; }
a { background-color: rgb(112,140,177); }
div.DivClassName
{
background-color: #708CB1;
}
.BgClassName
{
background-color: #708CB1;
}
</style>
border-color css
<style>
span { border-color: #708CB1; }
span { border-color: rgb(112,140,177); }
td.TdClassName
{
border-color: #708CB1;
}
.TagClassName
{
border-color: #708CB1;
}
</style>