Shades of Ship Cove #71799F
Tints of Ship Cove #71799F
RGB
CMYK
RGB Variations
Color information
#71799F (or 0x71799F) is known color: Ship Cove. HEX triplet: 71, 79 and 9F. RGB value is (113,121,159). Sum of RGB (Red+Green+Blue) = 113+121+159=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #71799F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71799F is #8E8660. Grayscale: #7A7A7A. Windows color (decimal): -9340513 or 10451313. OLE color: 10451313.
HSL color Cylindrical-coordinate representation of color #71799F: hue angle of 229.57º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71799F is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 121 | 159 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.38 |
| HSL | 229.57º | 0.19% | 0.53% | - |
| HSV(B) | 229.57º | 0.29% | 0.62% | - |
| XYZ | 19.91 | 19.69 | 35.55 | - |
| YUV | 122.94 | 148.35 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 121 | 159 | 0.29 | 0.24 | 0 | 0.38 | 229.57 | 0.19 | 0.53 |
| Hex | 71 | 79 | 9F | 1D | 18 | 0 | 26 | E6 | 13 | 35 |
| Octal | 161 | 171 | 237 | 35 | 30 | 0 | 46 | 346 | 23 | 65 |
| Binary | 1110001 | 1111001 | 10011111 | 11101 | 11000 | 0 | 100110 | 11100110 | 10011 | 110101 |
Color Harmonies of #71799F
Complementary color
Monochromatic Colors of #71799F
Black with #71799F
Text Example
Text Example
White with #71799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71799F; }
p { color: rgb(113,121,159); }
H1.HeaderClassName
{
color: #71799F;
}
.AnyTagClassName
{
color: #71799F;
}
</style>
background-color css
<style>
a { background-color: #71799F; }
a { background-color: rgb(113,121,159); }
div.DivClassName
{
background-color: #71799F;
}
.BgClassName
{
background-color: #71799F;
}
</style>
border-color css
<style>
span { border-color: #71799F; }
span { border-color: rgb(113,121,159); }
td.TdClassName
{
border-color: #71799F;
}
.TagClassName
{
border-color: #71799F;
}
</style>