Shades of Viking #419EC6
Tints of Viking #419EC6
RGB
CMYK
RGB Variations
Color information
#419EC6 (or 0x419EC6) is known color: Viking. HEX triplet: 41, 9E and C6. RGB value is (65,158,198). Sum of RGB (Red+Green+Blue) = 65+158+198=421 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.44% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 198 (77.73% from 255 or 47.03% from 421); Max value from RGB is 198 - color contains mainly: blue. Hex color #419EC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419EC6 is #BE6139. Grayscale: #868686. Windows color (decimal): -12476730 or 13016641. OLE color: 13016641.
HSL color Cylindrical-coordinate representation of color #419EC6: hue angle of 198.05º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #419EC6 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 158 | 198 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.22 |
| HSL | 198.05º | 0.54% | 0.52% | - |
| HSV(B) | 198.05º | 0.67% | 0.78% | - |
| XYZ | 24.6 | 29.65 | 57.85 | - |
| YUV | 134.75 | 163.69 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 158 | 198 | 0.67 | 0.20 | 0 | 0.22 | 198.05 | 0.54 | 0.52 |
| Hex | 41 | 9E | C6 | 43 | 14 | 0 | 16 | C6 | 36 | 34 |
| Octal | 101 | 236 | 306 | 103 | 24 | 0 | 26 | 306 | 66 | 64 |
| Binary | 1000001 | 10011110 | 11000110 | 1000011 | 10100 | 0 | 10110 | 11000110 | 110110 | 110100 |
Color Harmonies of #419EC6
Complementary color
Monochromatic Colors of #419EC6
Black with #419EC6
Text Example
Text Example
White with #419EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419EC6; }
p { color: rgb(65,158,198); }
H1.HeaderClassName
{
color: #419EC6;
}
.AnyTagClassName
{
color: #419EC6;
}
</style>
background-color css
<style>
a { background-color: #419EC6; }
a { background-color: rgb(65,158,198); }
div.DivClassName
{
background-color: #419EC6;
}
.BgClassName
{
background-color: #419EC6;
}
</style>
border-color css
<style>
span { border-color: #419EC6; }
span { border-color: rgb(65,158,198); }
td.TdClassName
{
border-color: #419EC6;
}
.TagClassName
{
border-color: #419EC6;
}
</style>