Shades of Picton Blue #719ECC
Tints of Picton Blue #719ECC
RGB
CMYK
RGB Variations
Color information
#719ECC (or 0x719ECC) is known color: Picton Blue. HEX triplet: 71, 9E and CC. RGB value is (113,158,204). Sum of RGB (Red+Green+Blue) = 113+158+204=475 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.79% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #719ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719ECC is #8E6133. Grayscale: #959595. Windows color (decimal): -9330996 or 13409905. OLE color: 13409905.
HSL color Cylindrical-coordinate representation of color #719ECC: hue angle of 210.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #719ECC is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 158 | 204 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.2 |
| HSL | 210.33º | 0.47% | 0.62% | - |
| HSV(B) | 210.33º | 0.45% | 0.8% | - |
| XYZ | 29.94 | 32.32 | 61.79 | - |
| YUV | 149.79 | 158.59 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 158 | 204 | 0.45 | 0.23 | 0 | 0.2 | 210.33 | 0.47 | 0.62 |
| Hex | 71 | 9E | CC | 2D | 17 | 0 | 14 | D2 | 2F | 3E |
| Octal | 161 | 236 | 314 | 55 | 27 | 0 | 24 | 322 | 57 | 76 |
| Binary | 1110001 | 10011110 | 11001100 | 101101 | 10111 | 0 | 10100 | 11010010 | 101111 | 111110 |
Color Harmonies of #719ECC
Complementary color
Monochromatic Colors of #719ECC
Black with #719ECC
Text Example
Text Example
White with #719ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719ECC; }
p { color: rgb(113,158,204); }
H1.HeaderClassName
{
color: #719ECC;
}
.AnyTagClassName
{
color: #719ECC;
}
</style>
background-color css
<style>
a { background-color: #719ECC; }
a { background-color: rgb(113,158,204); }
div.DivClassName
{
background-color: #719ECC;
}
.BgClassName
{
background-color: #719ECC;
}
</style>
border-color css
<style>
span { border-color: #719ECC; }
span { border-color: rgb(113,158,204); }
td.TdClassName
{
border-color: #719ECC;
}
.TagClassName
{
border-color: #719ECC;
}
</style>