Shades of Ship Cove #7189A9
Tints of Ship Cove #7189A9
RGB
CMYK
RGB Variations
Color information
#7189A9 (or 0x7189A9) is known color: Ship Cove. HEX triplet: 71, 89 and A9. RGB value is (113,137,169). Sum of RGB (Red+Green+Blue) = 113+137+169=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 169 (66.41% from 255 or 40.33% from 419); Max value from RGB is 169 - color contains mainly: blue. Hex color #7189A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7189A9 is #8E7656. Grayscale: #858585. Windows color (decimal): -9336407 or 11110769. OLE color: 11110769.
HSL color Cylindrical-coordinate representation of color #7189A9: hue angle of 214.29º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7189A9 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 137 | 169 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.34 |
| HSL | 214.29º | 0.25% | 0.55% | - |
| HSV(B) | 214.29º | 0.33% | 0.66% | - |
| XYZ | 22.92 | 24.27 | 41.01 | - |
| YUV | 133.47 | 148.05 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 137 | 169 | 0.33 | 0.19 | 0 | 0.34 | 214.29 | 0.25 | 0.55 |
| Hex | 71 | 89 | A9 | 21 | 13 | 0 | 22 | D6 | 19 | 37 |
| Octal | 161 | 211 | 251 | 41 | 23 | 0 | 42 | 326 | 31 | 67 |
| Binary | 1110001 | 10001001 | 10101001 | 100001 | 10011 | 0 | 100010 | 11010110 | 11001 | 110111 |
Color Harmonies of #7189A9
Complementary color
Monochromatic Colors of #7189A9
Black with #7189A9
Text Example
Text Example
White with #7189A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7189A9; }
p { color: rgb(113,137,169); }
H1.HeaderClassName
{
color: #7189A9;
}
.AnyTagClassName
{
color: #7189A9;
}
</style>
background-color css
<style>
a { background-color: #7189A9; }
a { background-color: rgb(113,137,169); }
div.DivClassName
{
background-color: #7189A9;
}
.BgClassName
{
background-color: #7189A9;
}
</style>
border-color css
<style>
span { border-color: #7189A9; }
span { border-color: rgb(113,137,169); }
td.TdClassName
{
border-color: #7189A9;
}
.TagClassName
{
border-color: #7189A9;
}
</style>