Shades of Picton Blue #519ECB
Tints of Picton Blue #519ECB
RGB
CMYK
RGB Variations
Color information
#519ECB (or 0x519ECB) is known color: Picton Blue. HEX triplet: 51, 9E and CB. RGB value is (81,158,203). Sum of RGB (Red+Green+Blue) = 81+158+203=442 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.33% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #519ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519ECB is #AE6134. Grayscale: #8B8B8B. Windows color (decimal): -11428149 or 13344337. OLE color: 13344337.
HSL color Cylindrical-coordinate representation of color #519ECB: hue angle of 202.13º 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 #519ECB is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 158 | 203 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.20 |
| HSL | 202.13º | 0.54% | 0.56% | - |
| HSV(B) | 202.13º | 0.6% | 0.8% | - |
| XYZ | 26.4 | 30.51 | 61 | - |
| YUV | 140.11 | 163.49 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 158 | 203 | 0.60 | 0.22 | 0 | 0.20 | 202.13 | 0.54 | 0.56 |
| Hex | 51 | 9E | CB | 3C | 16 | 0 | 14 | CA | 36 | 38 |
| Octal | 121 | 236 | 313 | 74 | 26 | 0 | 24 | 312 | 66 | 70 |
| Binary | 1010001 | 10011110 | 11001011 | 111100 | 10110 | 0 | 10100 | 11001010 | 110110 | 111000 |
Color Harmonies of #519ECB
Complementary color
Monochromatic Colors of #519ECB
Black with #519ECB
Text Example
Text Example
White with #519ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519ECB; }
p { color: rgb(81,158,203); }
H1.HeaderClassName
{
color: #519ECB;
}
.AnyTagClassName
{
color: #519ECB;
}
</style>
background-color css
<style>
a { background-color: #519ECB; }
a { background-color: rgb(81,158,203); }
div.DivClassName
{
background-color: #519ECB;
}
.BgClassName
{
background-color: #519ECB;
}
</style>
border-color css
<style>
span { border-color: #519ECB; }
span { border-color: rgb(81,158,203); }
td.TdClassName
{
border-color: #519ECB;
}
.TagClassName
{
border-color: #519ECB;
}
</style>