Shades of Shakespeare #719BAF
Tints of Shakespeare #719BAF
RGB
CMYK
RGB Variations
Color information
#719BAF (or 0x719BAF) is known color: Shakespeare. HEX triplet: 71, 9B and AF. RGB value is (113,155,175). Sum of RGB (Red+Green+Blue) = 113+155+175=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #719BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719BAF is #8E6450. Grayscale: #909090. Windows color (decimal): -9331793 or 11508593. OLE color: 11508593.
HSL color Cylindrical-coordinate representation of color #719BAF: hue angle of 199.35º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #719BAF is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 155 | 175 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.31 |
| HSL | 199.35º | 0.28% | 0.56% | - |
| HSV(B) | 199.35º | 0.35% | 0.69% | - |
| XYZ | 26.27 | 30.05 | 44.97 | - |
| YUV | 144.72 | 145.09 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 175 | 0.35 | 0.11 | 0 | 0.31 | 199.35 | 0.28 | 0.56 |
| Hex | 71 | 9B | AF | 23 | B | 0 | 1F | C7 | 1C | 38 |
| Octal | 161 | 233 | 257 | 43 | 13 | 0 | 37 | 307 | 34 | 70 |
| Binary | 1110001 | 10011011 | 10101111 | 100011 | 1011 | 0 | 11111 | 11000111 | 11100 | 111000 |
Color Harmonies of #719BAF
Complementary color
Monochromatic Colors of #719BAF
Black with #719BAF
Text Example
Text Example
White with #719BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719BAF; }
p { color: rgb(113,155,175); }
H1.HeaderClassName
{
color: #719BAF;
}
.AnyTagClassName
{
color: #719BAF;
}
</style>
background-color css
<style>
a { background-color: #719BAF; }
a { background-color: rgb(113,155,175); }
div.DivClassName
{
background-color: #719BAF;
}
.BgClassName
{
background-color: #719BAF;
}
</style>
border-color css
<style>
span { border-color: #719BAF; }
span { border-color: rgb(113,155,175); }
td.TdClassName
{
border-color: #719BAF;
}
.TagClassName
{
border-color: #719BAF;
}
</style>