Shades of Picton Blue #419ACF
Tints of Picton Blue #419ACF
RGB
CMYK
RGB Variations
Color information
#419ACF (or 0x419ACF) is known color: Picton Blue. HEX triplet: 41, 9A and CF. RGB value is (65,154,207). Sum of RGB (Red+Green+Blue) = 65+154+207=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #419ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419ACF is #BE6530. Grayscale: #858585. Windows color (decimal): -12477745 or 13605441. OLE color: 13605441.
HSL color Cylindrical-coordinate representation of color #419ACF: hue angle of 202.39º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #419ACF is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 154 | 207 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.19 |
| HSL | 202.39º | 0.6% | 0.53% | - |
| HSV(B) | 202.39º | 0.69% | 0.81% | - |
| XYZ | 25 | 28.74 | 63.26 | - |
| YUV | 133.43 | 169.51 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 154 | 207 | 0.69 | 0.26 | 0 | 0.19 | 202.39 | 0.6 | 0.53 |
| Hex | 41 | 9A | CF | 45 | 1A | 0 | 13 | CA | 3C | 35 |
| Octal | 101 | 232 | 317 | 105 | 32 | 0 | 23 | 312 | 74 | 65 |
| Binary | 1000001 | 10011010 | 11001111 | 1000101 | 11010 | 0 | 10011 | 11001010 | 111100 | 110101 |
Color Harmonies of #419ACF
Complementary color
Monochromatic Colors of #419ACF
Black with #419ACF
Text Example
Text Example
White with #419ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419ACF; }
p { color: rgb(65,154,207); }
H1.HeaderClassName
{
color: #419ACF;
}
.AnyTagClassName
{
color: #419ACF;
}
</style>
background-color css
<style>
a { background-color: #419ACF; }
a { background-color: rgb(65,154,207); }
div.DivClassName
{
background-color: #419ACF;
}
.BgClassName
{
background-color: #419ACF;
}
</style>
border-color css
<style>
span { border-color: #419ACF; }
span { border-color: rgb(65,154,207); }
td.TdClassName
{
border-color: #419ACF;
}
.TagClassName
{
border-color: #419ACF;
}
</style>