Shades of Picton Blue #519BCA
Tints of Picton Blue #519BCA
RGB
CMYK
RGB Variations
Color information
#519BCA (or 0x519BCA) is known color: Picton Blue. HEX triplet: 51, 9B and CA. RGB value is (81,155,202). Sum of RGB (Red+Green+Blue) = 81+155+202=438 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.49% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #519BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519BCA is #AE6435. Grayscale: #898989. Windows color (decimal): -11428918 or 13278033. OLE color: 13278033.
HSL color Cylindrical-coordinate representation of color #519BCA: hue angle of 203.31º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #519BCA is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 155 | 202 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.21 |
| HSL | 203.31º | 0.53% | 0.55% | - |
| HSV(B) | 203.31º | 0.6% | 0.79% | - |
| XYZ | 25.78 | 29.46 | 60.2 | - |
| YUV | 138.23 | 163.98 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 202 | 0.60 | 0.23 | 0 | 0.21 | 203.31 | 0.53 | 0.55 |
| Hex | 51 | 9B | CA | 3C | 17 | 0 | 15 | CB | 35 | 37 |
| Octal | 121 | 233 | 312 | 74 | 27 | 0 | 25 | 313 | 65 | 67 |
| Binary | 1010001 | 10011011 | 11001010 | 111100 | 10111 | 0 | 10101 | 11001011 | 110101 | 110111 |
Color Harmonies of #519BCA
Complementary color
Monochromatic Colors of #519BCA
Black with #519BCA
Text Example
Text Example
White with #519BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519BCA; }
p { color: rgb(81,155,202); }
H1.HeaderClassName
{
color: #519BCA;
}
.AnyTagClassName
{
color: #519BCA;
}
</style>
background-color css
<style>
a { background-color: #519BCA; }
a { background-color: rgb(81,155,202); }
div.DivClassName
{
background-color: #519BCA;
}
.BgClassName
{
background-color: #519BCA;
}
</style>
border-color css
<style>
span { border-color: #519BCA; }
span { border-color: rgb(81,155,202); }
td.TdClassName
{
border-color: #519BCA;
}
.TagClassName
{
border-color: #519BCA;
}
</style>