Shades of Picton Blue #519BC3
Tints of Picton Blue #519BC3
RGB
CMYK
RGB Variations
Color information
#519BC3 (or 0x519BC3) is known color: Picton Blue. HEX triplet: 51, 9B and C3. RGB value is (81,155,195). Sum of RGB (Red+Green+Blue) = 81+155+195=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 195 (76.56% from 255 or 45.24% from 431); Max value from RGB is 195 - color contains mainly: blue. Hex color #519BC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519BC3 is #AE643C. Grayscale: #898989. Windows color (decimal): -11428925 or 12819281. OLE color: 12819281.
HSL color Cylindrical-coordinate representation of color #519BC3: hue angle of 201.05º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #519BC3 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 155 | 195 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.24 |
| HSL | 201.05º | 0.49% | 0.54% | - |
| HSV(B) | 201.05º | 0.58% | 0.76% | - |
| XYZ | 24.97 | 29.13 | 55.94 | - |
| YUV | 137.43 | 160.48 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 195 | 0.58 | 0.21 | 0 | 0.24 | 201.05 | 0.49 | 0.54 |
| Hex | 51 | 9B | C3 | 3A | 15 | 0 | 18 | C9 | 31 | 36 |
| Octal | 121 | 233 | 303 | 72 | 25 | 0 | 30 | 311 | 61 | 66 |
| Binary | 1010001 | 10011011 | 11000011 | 111010 | 10101 | 0 | 11000 | 11001001 | 110001 | 110110 |
Color Harmonies of #519BC3
Complementary color
Monochromatic Colors of #519BC3
Black with #519BC3
Text Example
Text Example
White with #519BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519BC3; }
p { color: rgb(81,155,195); }
H1.HeaderClassName
{
color: #519BC3;
}
.AnyTagClassName
{
color: #519BC3;
}
</style>
background-color css
<style>
a { background-color: #519BC3; }
a { background-color: rgb(81,155,195); }
div.DivClassName
{
background-color: #519BC3;
}
.BgClassName
{
background-color: #519BC3;
}
</style>
border-color css
<style>
span { border-color: #519BC3; }
span { border-color: rgb(81,155,195); }
td.TdClassName
{
border-color: #519BC3;
}
.TagClassName
{
border-color: #519BC3;
}
</style>