Shades of Picton Blue #419AD5
Tints of Picton Blue #419AD5
RGB
CMYK
RGB Variations
Color information
#419AD5 (or 0x419AD5) is known color: Picton Blue. HEX triplet: 41, 9A and D5. RGB value is (65,154,213). Sum of RGB (Red+Green+Blue) = 65+154+213=432 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.05% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 213 (83.59% from 255 or 49.31% from 432); Max value from RGB is 213 - color contains mainly: blue. Hex color #419AD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419AD5 is #BE652A. Grayscale: #858585. Windows color (decimal): -12477739 or 13998657. OLE color: 13998657.
HSL color Cylindrical-coordinate representation of color #419AD5: hue angle of 203.92º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #419AD5 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 154 | 213 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.16 |
| HSL | 203.92º | 0.64% | 0.55% | - |
| HSV(B) | 203.92º | 0.69% | 0.84% | - |
| XYZ | 25.75 | 29.04 | 67.2 | - |
| YUV | 134.12 | 172.51 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 154 | 213 | 0.69 | 0.28 | 0 | 0.16 | 203.92 | 0.64 | 0.55 |
| Hex | 41 | 9A | D5 | 45 | 1C | 0 | 10 | CC | 40 | 37 |
| Octal | 101 | 232 | 325 | 105 | 34 | 0 | 20 | 314 | 100 | 67 |
| Binary | 1000001 | 10011010 | 11010101 | 1000101 | 11100 | 0 | 10000 | 11001100 | 1000000 | 110111 |
Color Harmonies of #419AD5
Complementary color
Monochromatic Colors of #419AD5
Black with #419AD5
Text Example
Text Example
White with #419AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419AD5; }
p { color: rgb(65,154,213); }
H1.HeaderClassName
{
color: #419AD5;
}
.AnyTagClassName
{
color: #419AD5;
}
</style>
background-color css
<style>
a { background-color: #419AD5; }
a { background-color: rgb(65,154,213); }
div.DivClassName
{
background-color: #419AD5;
}
.BgClassName
{
background-color: #419AD5;
}
</style>
border-color css
<style>
span { border-color: #419AD5; }
span { border-color: rgb(65,154,213); }
td.TdClassName
{
border-color: #419AD5;
}
.TagClassName
{
border-color: #419AD5;
}
</style>