Shades of Picton Blue #719ACB
Tints of Picton Blue #719ACB
RGB
CMYK
RGB Variations
Color information
#719ACB (or 0x719ACB) is known color: Picton Blue. HEX triplet: 71, 9A and CB. RGB value is (113,154,203). Sum of RGB (Red+Green+Blue) = 113+154+203=470 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.04% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #719ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719ACB is #8E6534. Grayscale: #939393. Windows color (decimal): -9332021 or 13343345. OLE color: 13343345.
HSL color Cylindrical-coordinate representation of color #719ACB: hue angle of 212.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #719ACB is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 154 | 203 | - |
| CMYK | 0.44 | 0.24 | 0 | 0.20 |
| HSL | 212.67º | 0.46% | 0.62% | - |
| HSV(B) | 212.67º | 0.44% | 0.8% | - |
| XYZ | 29.15 | 30.93 | 60.93 | - |
| YUV | 147.33 | 159.42 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 154 | 203 | 0.44 | 0.24 | 0 | 0.20 | 212.67 | 0.46 | 0.62 |
| Hex | 71 | 9A | CB | 2C | 18 | 0 | 14 | D5 | 2E | 3E |
| Octal | 161 | 232 | 313 | 54 | 30 | 0 | 24 | 325 | 56 | 76 |
| Binary | 1110001 | 10011010 | 11001011 | 101100 | 11000 | 0 | 10100 | 11010101 | 101110 | 111110 |
Color Harmonies of #719ACB
Complementary color
Monochromatic Colors of #719ACB
Black with #719ACB
Text Example
Text Example
White with #719ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719ACB; }
p { color: rgb(113,154,203); }
H1.HeaderClassName
{
color: #719ACB;
}
.AnyTagClassName
{
color: #719ACB;
}
</style>
background-color css
<style>
a { background-color: #719ACB; }
a { background-color: rgb(113,154,203); }
div.DivClassName
{
background-color: #719ACB;
}
.BgClassName
{
background-color: #719ACB;
}
</style>
border-color css
<style>
span { border-color: #719ACB; }
span { border-color: rgb(113,154,203); }
td.TdClassName
{
border-color: #719ACB;
}
.TagClassName
{
border-color: #719ACB;
}
</style>