Shades of Picton Blue #519EE1
Tints of Picton Blue #519EE1
RGB
CMYK
RGB Variations
Color information
#519EE1 (or 0x519EE1) is known color: Picton Blue. HEX triplet: 51, 9E and E1. RGB value is (81,158,225). Sum of RGB (Red+Green+Blue) = 81+158+225=464 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.46% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #519EE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519EE1 is #AE611E. Grayscale: #8E8E8E. Windows color (decimal): -11428127 or 14786129. OLE color: 14786129.
HSL color Cylindrical-coordinate representation of color #519EE1: hue angle of 207.92º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #519EE1 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 158 | 225 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.12 |
| HSL | 207.92º | 0.71% | 0.6% | - |
| HSV(B) | 207.92º | 0.64% | 0.88% | - |
| XYZ | 29.21 | 31.64 | 75.8 | - |
| YUV | 142.62 | 174.49 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 158 | 225 | 0.64 | 0.30 | 0 | 0.12 | 207.92 | 0.71 | 0.6 |
| Hex | 51 | 9E | E1 | 40 | 1E | 0 | C | D0 | 47 | 3C |
| Octal | 121 | 236 | 341 | 100 | 36 | 0 | 14 | 320 | 107 | 74 |
| Binary | 1010001 | 10011110 | 11100001 | 1000000 | 11110 | 0 | 1100 | 11010000 | 1000111 | 111100 |
Color Harmonies of #519EE1
Complementary color
Monochromatic Colors of #519EE1
Black with #519EE1
Text Example
Text Example
White with #519EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519EE1; }
p { color: rgb(81,158,225); }
H1.HeaderClassName
{
color: #519EE1;
}
.AnyTagClassName
{
color: #519EE1;
}
</style>
background-color css
<style>
a { background-color: #519EE1; }
a { background-color: rgb(81,158,225); }
div.DivClassName
{
background-color: #519EE1;
}
.BgClassName
{
background-color: #519EE1;
}
</style>
border-color css
<style>
span { border-color: #519EE1; }
span { border-color: rgb(81,158,225); }
td.TdClassName
{
border-color: #519EE1;
}
.TagClassName
{
border-color: #519EE1;
}
</style>