Shades of Viking #419FC0
Tints of Viking #419FC0
RGB
CMYK
RGB Variations
Color information
#419FC0 (or 0x419FC0) is known color: Viking. HEX triplet: 41, 9F and C0. RGB value is (65,159,192). Sum of RGB (Red+Green+Blue) = 65+159+192=416 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.62% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 192 - color contains mainly: blue. Hex color #419FC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419FC0 is #BE603F. Grayscale: #868686. Windows color (decimal): -12476480 or 12623681. OLE color: 12623681.
HSL color Cylindrical-coordinate representation of color #419FC0: hue angle of 195.59º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #419FC0 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 159 | 192 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.25 |
| HSL | 195.59º | 0.5% | 0.5% | - |
| HSV(B) | 195.59º | 0.66% | 0.75% | - |
| XYZ | 24.09 | 29.73 | 54.34 | - |
| YUV | 134.66 | 160.36 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 159 | 192 | 0.66 | 0.17 | 0 | 0.25 | 195.59 | 0.5 | 0.5 |
| Hex | 41 | 9F | C0 | 42 | 11 | 0 | 19 | C4 | 32 | 32 |
| Octal | 101 | 237 | 300 | 102 | 21 | 0 | 31 | 304 | 62 | 62 |
| Binary | 1000001 | 10011111 | 11000000 | 1000010 | 10001 | 0 | 11001 | 11000100 | 110010 | 110010 |
Color Harmonies of #419FC0
Complementary color
Monochromatic Colors of #419FC0
Black with #419FC0
Text Example
Text Example
White with #419FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419FC0; }
p { color: rgb(65,159,192); }
H1.HeaderClassName
{
color: #419FC0;
}
.AnyTagClassName
{
color: #419FC0;
}
</style>
background-color css
<style>
a { background-color: #419FC0; }
a { background-color: rgb(65,159,192); }
div.DivClassName
{
background-color: #419FC0;
}
.BgClassName
{
background-color: #419FC0;
}
</style>
border-color css
<style>
span { border-color: #419FC0; }
span { border-color: rgb(65,159,192); }
td.TdClassName
{
border-color: #419FC0;
}
.TagClassName
{
border-color: #419FC0;
}
</style>