Shades of Picton Blue #519ECF
Tints of Picton Blue #519ECF
RGB
CMYK
RGB Variations
Color information
#519ECF (or 0x519ECF) is known color: Picton Blue. HEX triplet: 51, 9E and CF. RGB value is (81,158,207). Sum of RGB (Red+Green+Blue) = 81+158+207=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #519ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519ECF is #AE6130. Grayscale: #8C8C8C. Windows color (decimal): -11428145 or 13606481. OLE color: 13606481.
HSL color Cylindrical-coordinate representation of color #519ECF: hue angle of 203.33º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #519ECF is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 158 | 207 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.19 |
| HSL | 203.33º | 0.57% | 0.56% | - |
| HSV(B) | 203.33º | 0.61% | 0.81% | - |
| XYZ | 26.88 | 30.71 | 63.54 | - |
| YUV | 140.56 | 165.49 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 158 | 207 | 0.61 | 0.24 | 0 | 0.19 | 203.33 | 0.57 | 0.56 |
| Hex | 51 | 9E | CF | 3D | 18 | 0 | 13 | CB | 39 | 38 |
| Octal | 121 | 236 | 317 | 75 | 30 | 0 | 23 | 313 | 71 | 70 |
| Binary | 1010001 | 10011110 | 11001111 | 111101 | 11000 | 0 | 10011 | 11001011 | 111001 | 111000 |
Color Harmonies of #519ECF
Complementary color
Monochromatic Colors of #519ECF
Black with #519ECF
Text Example
Text Example
White with #519ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519ECF; }
p { color: rgb(81,158,207); }
H1.HeaderClassName
{
color: #519ECF;
}
.AnyTagClassName
{
color: #519ECF;
}
</style>
background-color css
<style>
a { background-color: #519ECF; }
a { background-color: rgb(81,158,207); }
div.DivClassName
{
background-color: #519ECF;
}
.BgClassName
{
background-color: #519ECF;
}
</style>
border-color css
<style>
span { border-color: #519ECF; }
span { border-color: rgb(81,158,207); }
td.TdClassName
{
border-color: #519ECF;
}
.TagClassName
{
border-color: #519ECF;
}
</style>