Shades of Ship Cove #7182AB
Tints of Ship Cove #7182AB
RGB
CMYK
RGB Variations
Color information
#7182AB (or 0x7182AB) is known color: Ship Cove. HEX triplet: 71, 82 and AB. RGB value is (113,130,171). Sum of RGB (Red+Green+Blue) = 113+130+171=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #7182AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7182AB is #8E7D54. Grayscale: #818181. Windows color (decimal): -9338197 or 11240049. OLE color: 11240049.
HSL color Cylindrical-coordinate representation of color #7182AB: hue angle of 222.41º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7182AB is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 130 | 171 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.33 |
| HSL | 222.41º | 0.26% | 0.56% | - |
| HSV(B) | 222.41º | 0.34% | 0.67% | - |
| XYZ | 22.14 | 22.42 | 41.69 | - |
| YUV | 129.59 | 151.37 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 171 | 0.34 | 0.24 | 0 | 0.33 | 222.41 | 0.26 | 0.56 |
| Hex | 71 | 82 | AB | 22 | 18 | 0 | 21 | DE | 1A | 38 |
| Octal | 161 | 202 | 253 | 42 | 30 | 0 | 41 | 336 | 32 | 70 |
| Binary | 1110001 | 10000010 | 10101011 | 100010 | 11000 | 0 | 100001 | 11011110 | 11010 | 111000 |
Color Harmonies of #7182AB
Complementary color
Monochromatic Colors of #7182AB
Black with #7182AB
Text Example
Text Example
White with #7182AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7182AB; }
p { color: rgb(113,130,171); }
H1.HeaderClassName
{
color: #7182AB;
}
.AnyTagClassName
{
color: #7182AB;
}
</style>
background-color css
<style>
a { background-color: #7182AB; }
a { background-color: rgb(113,130,171); }
div.DivClassName
{
background-color: #7182AB;
}
.BgClassName
{
background-color: #7182AB;
}
</style>
border-color css
<style>
span { border-color: #7182AB; }
span { border-color: rgb(113,130,171); }
td.TdClassName
{
border-color: #7182AB;
}
.TagClassName
{
border-color: #7182AB;
}
</style>