Shades of Picton Blue #519BCB
Tints of Picton Blue #519BCB
RGB
CMYK
RGB Variations
Color information
#519BCB (or 0x519BCB) is known color: Picton Blue. HEX triplet: 51, 9B and CB. RGB value is (81,155,203). Sum of RGB (Red+Green+Blue) = 81+155+203=439 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.45% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #519BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519BCB is #AE6434. Grayscale: #8A8A8A. Windows color (decimal): -11428917 or 13343569. OLE color: 13343569.
HSL color Cylindrical-coordinate representation of color #519BCB: hue angle of 203.61º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #519BCB is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 155 | 203 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.20 |
| HSL | 203.61º | 0.54% | 0.56% | - |
| HSV(B) | 203.61º | 0.6% | 0.8% | - |
| XYZ | 25.89 | 29.5 | 60.83 | - |
| YUV | 138.35 | 164.48 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 203 | 0.60 | 0.24 | 0 | 0.20 | 203.61 | 0.54 | 0.56 |
| Hex | 51 | 9B | CB | 3C | 18 | 0 | 14 | CC | 36 | 38 |
| Octal | 121 | 233 | 313 | 74 | 30 | 0 | 24 | 314 | 66 | 70 |
| Binary | 1010001 | 10011011 | 11001011 | 111100 | 11000 | 0 | 10100 | 11001100 | 110110 | 111000 |
Color Harmonies of #519BCB
Complementary color
Monochromatic Colors of #519BCB
Black with #519BCB
Text Example
Text Example
White with #519BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519BCB; }
p { color: rgb(81,155,203); }
H1.HeaderClassName
{
color: #519BCB;
}
.AnyTagClassName
{
color: #519BCB;
}
</style>
background-color css
<style>
a { background-color: #519BCB; }
a { background-color: rgb(81,155,203); }
div.DivClassName
{
background-color: #519BCB;
}
.BgClassName
{
background-color: #519BCB;
}
</style>
border-color css
<style>
span { border-color: #519BCB; }
span { border-color: rgb(81,155,203); }
td.TdClassName
{
border-color: #519BCB;
}
.TagClassName
{
border-color: #519BCB;
}
</style>