Shades of Ship Cove #718BAA
Tints of Ship Cove #718BAA
RGB
CMYK
RGB Variations
Color information
#718BAA (or 0x718BAA) is known color: Ship Cove. HEX triplet: 71, 8B and AA. RGB value is (113,139,170). Sum of RGB (Red+Green+Blue) = 113+139+170=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #718BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718BAA is #8E7455. Grayscale: #868686. Windows color (decimal): -9335894 or 11176817. OLE color: 11176817.
HSL color Cylindrical-coordinate representation of color #718BAA: hue angle of 212.63º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #718BAA is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 139 | 170 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.33 |
| HSL | 212.63º | 0.25% | 0.55% | - |
| HSV(B) | 212.63º | 0.34% | 0.67% | - |
| XYZ | 23.3 | 24.88 | 41.6 | - |
| YUV | 134.76 | 147.89 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 170 | 0.34 | 0.18 | 0 | 0.33 | 212.63 | 0.25 | 0.55 |
| Hex | 71 | 8B | AA | 22 | 12 | 0 | 21 | D5 | 19 | 37 |
| Octal | 161 | 213 | 252 | 42 | 22 | 0 | 41 | 325 | 31 | 67 |
| Binary | 1110001 | 10001011 | 10101010 | 100010 | 10010 | 0 | 100001 | 11010101 | 11001 | 110111 |
Color Harmonies of #718BAA
Complementary color
Monochromatic Colors of #718BAA
Black with #718BAA
Text Example
Text Example
White with #718BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718BAA; }
p { color: rgb(113,139,170); }
H1.HeaderClassName
{
color: #718BAA;
}
.AnyTagClassName
{
color: #718BAA;
}
</style>
background-color css
<style>
a { background-color: #718BAA; }
a { background-color: rgb(113,139,170); }
div.DivClassName
{
background-color: #718BAA;
}
.BgClassName
{
background-color: #718BAA;
}
</style>
border-color css
<style>
span { border-color: #718BAA; }
span { border-color: rgb(113,139,170); }
td.TdClassName
{
border-color: #718BAA;
}
.TagClassName
{
border-color: #718BAA;
}
</style>