Shades of Picton Blue #719FCA
Tints of Picton Blue #719FCA
RGB
CMYK
RGB Variations
Color information
#719FCA (or 0x719FCA) is known color: Picton Blue. HEX triplet: 71, 9F and CA. RGB value is (113,159,202). Sum of RGB (Red+Green+Blue) = 113+159+202=474 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.84% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #719FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719FCA is #8E6035. Grayscale: #959595. Windows color (decimal): -9330742 or 13279089. OLE color: 13279089.
HSL color Cylindrical-coordinate representation of color #719FCA: hue angle of 208.99º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #719FCA is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 159 | 202 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.21 |
| HSL | 208.99º | 0.46% | 0.62% | - |
| HSV(B) | 208.99º | 0.44% | 0.79% | - |
| XYZ | 29.87 | 32.57 | 60.59 | - |
| YUV | 150.15 | 157.26 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 202 | 0.44 | 0.21 | 0 | 0.21 | 208.99 | 0.46 | 0.62 |
| Hex | 71 | 9F | CA | 2C | 15 | 0 | 15 | D1 | 2E | 3E |
| Octal | 161 | 237 | 312 | 54 | 25 | 0 | 25 | 321 | 56 | 76 |
| Binary | 1110001 | 10011111 | 11001010 | 101100 | 10101 | 0 | 10101 | 11010001 | 101110 | 111110 |
Color Harmonies of #719FCA
Complementary color
Monochromatic Colors of #719FCA
Black with #719FCA
Text Example
Text Example
White with #719FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719FCA; }
p { color: rgb(113,159,202); }
H1.HeaderClassName
{
color: #719FCA;
}
.AnyTagClassName
{
color: #719FCA;
}
</style>
background-color css
<style>
a { background-color: #719FCA; }
a { background-color: rgb(113,159,202); }
div.DivClassName
{
background-color: #719FCA;
}
.BgClassName
{
background-color: #719FCA;
}
</style>
border-color css
<style>
span { border-color: #719FCA; }
span { border-color: rgb(113,159,202); }
td.TdClassName
{
border-color: #719FCA;
}
.TagClassName
{
border-color: #719FCA;
}
</style>