Shades of Picton Blue #519DC9
Tints of Picton Blue #519DC9
RGB
CMYK
RGB Variations
Color information
#519DC9 (or 0x519DC9) is known color: Picton Blue. HEX triplet: 51, 9D and C9. RGB value is (81,157,201). Sum of RGB (Red+Green+Blue) = 81+157+201=439 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.45% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 201 - color contains mainly: blue. Hex color #519DC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519DC9 is #AE6236. Grayscale: #8B8B8B. Windows color (decimal): -11428407 or 13213009. OLE color: 13213009.
HSL color Cylindrical-coordinate representation of color #519DC9: hue angle of 202º 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 #519DC9 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 157 | 201 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.21 |
| HSL | 202º | 0.53% | 0.55% | - |
| HSV(B) | 202º | 0.6% | 0.79% | - |
| XYZ | 25.99 | 30.08 | 59.69 | - |
| YUV | 139.29 | 162.82 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 201 | 0.60 | 0.22 | 0 | 0.21 | 202 | 0.53 | 0.55 |
| Hex | 51 | 9D | C9 | 3C | 16 | 0 | 15 | CA | 35 | 37 |
| Octal | 121 | 235 | 311 | 74 | 26 | 0 | 25 | 312 | 65 | 67 |
| Binary | 1010001 | 10011101 | 11001001 | 111100 | 10110 | 0 | 10101 | 11001010 | 110101 | 110111 |
Color Harmonies of #519DC9
Complementary color
Monochromatic Colors of #519DC9
Black with #519DC9
Text Example
Text Example
White with #519DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519DC9; }
p { color: rgb(81,157,201); }
H1.HeaderClassName
{
color: #519DC9;
}
.AnyTagClassName
{
color: #519DC9;
}
</style>
background-color css
<style>
a { background-color: #519DC9; }
a { background-color: rgb(81,157,201); }
div.DivClassName
{
background-color: #519DC9;
}
.BgClassName
{
background-color: #519DC9;
}
</style>
border-color css
<style>
span { border-color: #519DC9; }
span { border-color: rgb(81,157,201); }
td.TdClassName
{
border-color: #519DC9;
}
.TagClassName
{
border-color: #519DC9;
}
</style>