Shades of Picton Blue #419BCF
Tints of Picton Blue #419BCF
RGB
CMYK
RGB Variations
Color information
#419BCF (or 0x419BCF) is known color: Picton Blue. HEX triplet: 41, 9B and CF. RGB value is (65,155,207). Sum of RGB (Red+Green+Blue) = 65+155+207=427 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.22% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #419BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419BCF is #BE6430. Grayscale: #858585. Windows color (decimal): -12477489 or 13605697. OLE color: 13605697.
HSL color Cylindrical-coordinate representation of color #419BCF: hue angle of 201.97º 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 #419BCF is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 155 | 207 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.19 |
| HSL | 201.97º | 0.6% | 0.53% | - |
| HSV(B) | 201.97º | 0.69% | 0.81% | - |
| XYZ | 25.16 | 29.07 | 63.32 | - |
| YUV | 134.02 | 169.18 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 155 | 207 | 0.69 | 0.25 | 0 | 0.19 | 201.97 | 0.6 | 0.53 |
| Hex | 41 | 9B | CF | 45 | 19 | 0 | 13 | CA | 3C | 35 |
| Octal | 101 | 233 | 317 | 105 | 31 | 0 | 23 | 312 | 74 | 65 |
| Binary | 1000001 | 10011011 | 11001111 | 1000101 | 11001 | 0 | 10011 | 11001010 | 111100 | 110101 |
Color Harmonies of #419BCF
Complementary color
Monochromatic Colors of #419BCF
Black with #419BCF
Text Example
Text Example
White with #419BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419BCF; }
p { color: rgb(65,155,207); }
H1.HeaderClassName
{
color: #419BCF;
}
.AnyTagClassName
{
color: #419BCF;
}
</style>
background-color css
<style>
a { background-color: #419BCF; }
a { background-color: rgb(65,155,207); }
div.DivClassName
{
background-color: #419BCF;
}
.BgClassName
{
background-color: #419BCF;
}
</style>
border-color css
<style>
span { border-color: #419BCF; }
span { border-color: rgb(65,155,207); }
td.TdClassName
{
border-color: #419BCF;
}
.TagClassName
{
border-color: #419BCF;
}
</style>