Shades of Picton Blue #519CCB
Tints of Picton Blue #519CCB
RGB
CMYK
RGB Variations
Color information
#519CCB (or 0x519CCB) is known color: Picton Blue. HEX triplet: 51, 9C and CB. RGB value is (81,156,203). Sum of RGB (Red+Green+Blue) = 81+156+203=440 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.41% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #519CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519CCB is #AE6334. Grayscale: #8A8A8A. Windows color (decimal): -11428661 or 13343825. OLE color: 13343825.
HSL color Cylindrical-coordinate representation of color #519CCB: hue angle of 203.11º 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 #519CCB is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 156 | 203 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.20 |
| HSL | 203.11º | 0.54% | 0.56% | - |
| HSV(B) | 203.11º | 0.6% | 0.8% | - |
| XYZ | 26.06 | 29.84 | 60.89 | - |
| YUV | 138.93 | 164.15 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 156 | 203 | 0.60 | 0.23 | 0 | 0.20 | 203.11 | 0.54 | 0.56 |
| Hex | 51 | 9C | CB | 3C | 17 | 0 | 14 | CB | 36 | 38 |
| Octal | 121 | 234 | 313 | 74 | 27 | 0 | 24 | 313 | 66 | 70 |
| Binary | 1010001 | 10011100 | 11001011 | 111100 | 10111 | 0 | 10100 | 11001011 | 110110 | 111000 |
Color Harmonies of #519CCB
Complementary color
Monochromatic Colors of #519CCB
Black with #519CCB
Text Example
Text Example
White with #519CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519CCB; }
p { color: rgb(81,156,203); }
H1.HeaderClassName
{
color: #519CCB;
}
.AnyTagClassName
{
color: #519CCB;
}
</style>
background-color css
<style>
a { background-color: #519CCB; }
a { background-color: rgb(81,156,203); }
div.DivClassName
{
background-color: #519CCB;
}
.BgClassName
{
background-color: #519CCB;
}
</style>
border-color css
<style>
span { border-color: #519CCB; }
span { border-color: rgb(81,156,203); }
td.TdClassName
{
border-color: #519CCB;
}
.TagClassName
{
border-color: #519CCB;
}
</style>