Shades of Ship Cove #718CB2
Tints of Ship Cove #718CB2
RGB
CMYK
RGB Variations
Color information
#718CB2 (or 0x718CB2) is known color: Ship Cove. HEX triplet: 71, 8C and B2. RGB value is (113,140,178). Sum of RGB (Red+Green+Blue) = 113+140+178=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 178 - color contains mainly: blue. Hex color #718CB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718CB2 is #8E734D. Grayscale: #888888. Windows color (decimal): -9335630 or 11701361. OLE color: 11701361.
HSL color Cylindrical-coordinate representation of color #718CB2: hue angle of 215.08º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #718CB2 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 140 | 178 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.30 |
| HSL | 215.08º | 0.3% | 0.57% | - |
| HSV(B) | 215.08º | 0.37% | 0.7% | - |
| XYZ | 24.22 | 25.48 | 45.76 | - |
| YUV | 136.26 | 151.55 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 140 | 178 | 0.37 | 0.21 | 0 | 0.30 | 215.08 | 0.3 | 0.57 |
| Hex | 71 | 8C | B2 | 25 | 15 | 0 | 1E | D7 | 1E | 39 |
| Octal | 161 | 214 | 262 | 45 | 25 | 0 | 36 | 327 | 36 | 71 |
| Binary | 1110001 | 10001100 | 10110010 | 100101 | 10101 | 0 | 11110 | 11010111 | 11110 | 111001 |
Color Harmonies of #718CB2
Complementary color
Monochromatic Colors of #718CB2
Black with #718CB2
Text Example
Text Example
White with #718CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718CB2; }
p { color: rgb(113,140,178); }
H1.HeaderClassName
{
color: #718CB2;
}
.AnyTagClassName
{
color: #718CB2;
}
</style>
background-color css
<style>
a { background-color: #718CB2; }
a { background-color: rgb(113,140,178); }
div.DivClassName
{
background-color: #718CB2;
}
.BgClassName
{
background-color: #718CB2;
}
</style>
border-color css
<style>
span { border-color: #718CB2; }
span { border-color: rgb(113,140,178); }
td.TdClassName
{
border-color: #718CB2;
}
.TagClassName
{
border-color: #718CB2;
}
</style>