Shades of Picton Blue #719CCA
Tints of Picton Blue #719CCA
RGB
CMYK
RGB Variations
Color information
#719CCA (or 0x719CCA) is known color: Picton Blue. HEX triplet: 71, 9C and CA. RGB value is (113,156,202). Sum of RGB (Red+Green+Blue) = 113+156+202=471 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.99% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #719CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719CCA is #8E6335. Grayscale: #949494. Windows color (decimal): -9331510 or 13278321. OLE color: 13278321.
HSL color Cylindrical-coordinate representation of color #719CCA: hue angle of 211.01º 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 #719CCA is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 156 | 202 | - |
| CMYK | 0.44 | 0.23 | 0 | 0.21 |
| HSL | 211.01º | 0.46% | 0.62% | - |
| HSV(B) | 211.01º | 0.44% | 0.79% | - |
| XYZ | 29.36 | 31.55 | 60.42 | - |
| YUV | 148.39 | 158.25 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 202 | 0.44 | 0.23 | 0 | 0.21 | 211.01 | 0.46 | 0.62 |
| Hex | 71 | 9C | CA | 2C | 17 | 0 | 15 | D3 | 2E | 3E |
| Octal | 161 | 234 | 312 | 54 | 27 | 0 | 25 | 323 | 56 | 76 |
| Binary | 1110001 | 10011100 | 11001010 | 101100 | 10111 | 0 | 10101 | 11010011 | 101110 | 111110 |
Color Harmonies of #719CCA
Complementary color
Monochromatic Colors of #719CCA
Black with #719CCA
Text Example
Text Example
White with #719CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719CCA; }
p { color: rgb(113,156,202); }
H1.HeaderClassName
{
color: #719CCA;
}
.AnyTagClassName
{
color: #719CCA;
}
</style>
background-color css
<style>
a { background-color: #719CCA; }
a { background-color: rgb(113,156,202); }
div.DivClassName
{
background-color: #719CCA;
}
.BgClassName
{
background-color: #719CCA;
}
</style>
border-color css
<style>
span { border-color: #719CCA; }
span { border-color: rgb(113,156,202); }
td.TdClassName
{
border-color: #719CCA;
}
.TagClassName
{
border-color: #719CCA;
}
</style>