Shades of Ship Cove #72819F
Tints of Ship Cove #72819F
RGB
CMYK
RGB Variations
Color information
#72819F (or 0x72819F) is known color: Ship Cove. HEX triplet: 72, 81 and 9F. RGB value is (114,129,159). Sum of RGB (Red+Green+Blue) = 114+129+159=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 159 - color contains mainly: blue. Hex color #72819F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72819F is #8D7E60. Grayscale: #7F7F7F. Windows color (decimal): -9272929 or 10453362. OLE color: 10453362.
HSL color Cylindrical-coordinate representation of color #72819F: hue angle of 220º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72819F is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 129 | 159 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.38 |
| HSL | 220º | 0.19% | 0.54% | - |
| HSV(B) | 220º | 0.28% | 0.62% | - |
| XYZ | 21.05 | 21.78 | 35.9 | - |
| YUV | 127.94 | 145.53 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 129 | 159 | 0.28 | 0.19 | 0 | 0.38 | 220 | 0.19 | 0.54 |
| Hex | 72 | 81 | 9F | 1C | 13 | 0 | 26 | DC | 13 | 36 |
| Octal | 162 | 201 | 237 | 34 | 23 | 0 | 46 | 334 | 23 | 66 |
| Binary | 1110010 | 10000001 | 10011111 | 11100 | 10011 | 0 | 100110 | 11011100 | 10011 | 110110 |
Color Harmonies of #72819F
Complementary color
Monochromatic Colors of #72819F
Black with #72819F
Text Example
Text Example
White with #72819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72819F; }
p { color: rgb(114,129,159); }
H1.HeaderClassName
{
color: #72819F;
}
.AnyTagClassName
{
color: #72819F;
}
</style>
background-color css
<style>
a { background-color: #72819F; }
a { background-color: rgb(114,129,159); }
div.DivClassName
{
background-color: #72819F;
}
.BgClassName
{
background-color: #72819F;
}
</style>
border-color css
<style>
span { border-color: #72819F; }
span { border-color: rgb(114,129,159); }
td.TdClassName
{
border-color: #72819F;
}
.TagClassName
{
border-color: #72819F;
}
</style>