Shades of Ship Cove #718BB0
Tints of Ship Cove #718BB0
RGB
CMYK
RGB Variations
Color information
#718BB0 (or 0x718BB0) is known color: Ship Cove. HEX triplet: 71, 8B and B0. RGB value is (113,139,176). Sum of RGB (Red+Green+Blue) = 113+139+176=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 176 - color contains mainly: blue. Hex color #718BB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718BB0 is #8E744F. Grayscale: #878787. Windows color (decimal): -9335888 or 11570033. OLE color: 11570033.
HSL color Cylindrical-coordinate representation of color #718BB0: hue angle of 215.24º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #718BB0 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 139 | 176 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.31 |
| HSL | 215.24º | 0.29% | 0.57% | - |
| HSV(B) | 215.24º | 0.36% | 0.69% | - |
| XYZ | 23.88 | 25.11 | 44.66 | - |
| YUV | 135.44 | 150.89 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 176 | 0.36 | 0.21 | 0 | 0.31 | 215.24 | 0.29 | 0.57 |
| Hex | 71 | 8B | B0 | 24 | 15 | 0 | 1F | D7 | 1D | 39 |
| Octal | 161 | 213 | 260 | 44 | 25 | 0 | 37 | 327 | 35 | 71 |
| Binary | 1110001 | 10001011 | 10110000 | 100100 | 10101 | 0 | 11111 | 11010111 | 11101 | 111001 |
Color Harmonies of #718BB0
Complementary color
Monochromatic Colors of #718BB0
Black with #718BB0
Text Example
Text Example
White with #718BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718BB0; }
p { color: rgb(113,139,176); }
H1.HeaderClassName
{
color: #718BB0;
}
.AnyTagClassName
{
color: #718BB0;
}
</style>
background-color css
<style>
a { background-color: #718BB0; }
a { background-color: rgb(113,139,176); }
div.DivClassName
{
background-color: #718BB0;
}
.BgClassName
{
background-color: #718BB0;
}
</style>
border-color css
<style>
span { border-color: #718BB0; }
span { border-color: rgb(113,139,176); }
td.TdClassName
{
border-color: #718BB0;
}
.TagClassName
{
border-color: #718BB0;
}
</style>