Shades of Viking #419EC8
Tints of Viking #419EC8
RGB
CMYK
RGB Variations
Color information
#419EC8 (or 0x419EC8) is known color: Viking. HEX triplet: 41, 9E and C8. RGB value is (65,158,200). Sum of RGB (Red+Green+Blue) = 65+158+200=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 200 - color contains mainly: blue. Hex color #419EC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419EC8 is #BE6137. Grayscale: #868686. Windows color (decimal): -12476728 or 13147713. OLE color: 13147713.
HSL color Cylindrical-coordinate representation of color #419EC8: hue angle of 198.67º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #419EC8 is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 158 | 200 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.22 |
| HSL | 198.67º | 0.55% | 0.52% | - |
| HSV(B) | 198.67º | 0.68% | 0.78% | - |
| XYZ | 24.83 | 29.75 | 59.08 | - |
| YUV | 134.98 | 164.69 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 158 | 200 | 0.68 | 0.21 | 0 | 0.22 | 198.67 | 0.55 | 0.52 |
| Hex | 41 | 9E | C8 | 44 | 15 | 0 | 16 | C7 | 37 | 34 |
| Octal | 101 | 236 | 310 | 104 | 25 | 0 | 26 | 307 | 67 | 64 |
| Binary | 1000001 | 10011110 | 11001000 | 1000100 | 10101 | 0 | 10110 | 11000111 | 110111 | 110100 |
Color Harmonies of #419EC8
Complementary color
Monochromatic Colors of #419EC8
Black with #419EC8
Text Example
Text Example
White with #419EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419EC8; }
p { color: rgb(65,158,200); }
H1.HeaderClassName
{
color: #419EC8;
}
.AnyTagClassName
{
color: #419EC8;
}
</style>
background-color css
<style>
a { background-color: #419EC8; }
a { background-color: rgb(65,158,200); }
div.DivClassName
{
background-color: #419EC8;
}
.BgClassName
{
background-color: #419EC8;
}
</style>
border-color css
<style>
span { border-color: #419EC8; }
span { border-color: rgb(65,158,200); }
td.TdClassName
{
border-color: #419EC8;
}
.TagClassName
{
border-color: #419EC8;
}
</style>