Shades of Picton Blue #419CCF
Tints of Picton Blue #419CCF
RGB
CMYK
RGB Variations
Color information
#419CCF (or 0x419CCF) is known color: Picton Blue. HEX triplet: 41, 9C and CF. RGB value is (65,156,207). Sum of RGB (Red+Green+Blue) = 65+156+207=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #419CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419CCF is #BE6330. Grayscale: #868686. Windows color (decimal): -12477233 or 13605953. OLE color: 13605953.
HSL color Cylindrical-coordinate representation of color #419CCF: hue angle of 201.55º 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 #419CCF is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 156 | 207 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.19 |
| HSL | 201.55º | 0.6% | 0.53% | - |
| HSV(B) | 201.55º | 0.69% | 0.81% | - |
| XYZ | 25.33 | 29.41 | 63.37 | - |
| YUV | 134.61 | 168.85 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 156 | 207 | 0.69 | 0.25 | 0 | 0.19 | 201.55 | 0.6 | 0.53 |
| Hex | 41 | 9C | CF | 45 | 19 | 0 | 13 | CA | 3C | 35 |
| Octal | 101 | 234 | 317 | 105 | 31 | 0 | 23 | 312 | 74 | 65 |
| Binary | 1000001 | 10011100 | 11001111 | 1000101 | 11001 | 0 | 10011 | 11001010 | 111100 | 110101 |
Color Harmonies of #419CCF
Complementary color
Monochromatic Colors of #419CCF
Black with #419CCF
Text Example
Text Example
White with #419CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419CCF; }
p { color: rgb(65,156,207); }
H1.HeaderClassName
{
color: #419CCF;
}
.AnyTagClassName
{
color: #419CCF;
}
</style>
background-color css
<style>
a { background-color: #419CCF; }
a { background-color: rgb(65,156,207); }
div.DivClassName
{
background-color: #419CCF;
}
.BgClassName
{
background-color: #419CCF;
}
</style>
border-color css
<style>
span { border-color: #419CCF; }
span { border-color: rgb(65,156,207); }
td.TdClassName
{
border-color: #419CCF;
}
.TagClassName
{
border-color: #419CCF;
}
</style>