Shades of Ship Cove #718AAF
Tints of Ship Cove #718AAF
RGB
CMYK
RGB Variations
Color information
#718AAF (or 0x718AAF) is known color: Ship Cove. HEX triplet: 71, 8A and AF. RGB value is (113,138,175). Sum of RGB (Red+Green+Blue) = 113+138+175=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #718AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718AAF is #8E7550. Grayscale: #868686. Windows color (decimal): -9336145 or 11504241. OLE color: 11504241.
HSL color Cylindrical-coordinate representation of color #718AAF: hue angle of 215.81º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #718AAF is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 138 | 175 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.31 |
| HSL | 215.81º | 0.28% | 0.56% | - |
| HSV(B) | 215.81º | 0.35% | 0.69% | - |
| XYZ | 23.64 | 24.78 | 44.1 | - |
| YUV | 134.74 | 150.72 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 175 | 0.35 | 0.21 | 0 | 0.31 | 215.81 | 0.28 | 0.56 |
| Hex | 71 | 8A | AF | 23 | 15 | 0 | 1F | D8 | 1C | 38 |
| Octal | 161 | 212 | 257 | 43 | 25 | 0 | 37 | 330 | 34 | 70 |
| Binary | 1110001 | 10001010 | 10101111 | 100011 | 10101 | 0 | 11111 | 11011000 | 11100 | 111000 |
Color Harmonies of #718AAF
Complementary color
Monochromatic Colors of #718AAF
Black with #718AAF
Text Example
Text Example
White with #718AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718AAF; }
p { color: rgb(113,138,175); }
H1.HeaderClassName
{
color: #718AAF;
}
.AnyTagClassName
{
color: #718AAF;
}
</style>
background-color css
<style>
a { background-color: #718AAF; }
a { background-color: rgb(113,138,175); }
div.DivClassName
{
background-color: #718AAF;
}
.BgClassName
{
background-color: #718AAF;
}
</style>
border-color css
<style>
span { border-color: #718AAF; }
span { border-color: rgb(113,138,175); }
td.TdClassName
{
border-color: #718AAF;
}
.TagClassName
{
border-color: #718AAF;
}
</style>