Shades of Viking #419EC1
Tints of Viking #419EC1
RGB
CMYK
RGB Variations
Color information
#419EC1 (or 0x419EC1) is known color: Viking. HEX triplet: 41, 9E and C1. RGB value is (65,158,193). Sum of RGB (Red+Green+Blue) = 65+158+193=416 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.62% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #419EC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419EC1 is #BE613E. Grayscale: #858585. Windows color (decimal): -12476735 or 12688961. OLE color: 12688961.
HSL color Cylindrical-coordinate representation of color #419EC1: hue angle of 196.41º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #419EC1 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 158 | 193 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.24 |
| HSL | 196.41º | 0.51% | 0.51% | - |
| HSV(B) | 196.41º | 0.66% | 0.76% | - |
| XYZ | 24.03 | 29.43 | 54.87 | - |
| YUV | 134.18 | 161.19 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 158 | 193 | 0.66 | 0.18 | 0 | 0.24 | 196.41 | 0.51 | 0.51 |
| Hex | 41 | 9E | C1 | 42 | 12 | 0 | 18 | C4 | 33 | 33 |
| Octal | 101 | 236 | 301 | 102 | 22 | 0 | 30 | 304 | 63 | 63 |
| Binary | 1000001 | 10011110 | 11000001 | 1000010 | 10010 | 0 | 11000 | 11000100 | 110011 | 110011 |
Color Harmonies of #419EC1
Complementary color
Monochromatic Colors of #419EC1
Black with #419EC1
Text Example
Text Example
White with #419EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419EC1; }
p { color: rgb(65,158,193); }
H1.HeaderClassName
{
color: #419EC1;
}
.AnyTagClassName
{
color: #419EC1;
}
</style>
background-color css
<style>
a { background-color: #419EC1; }
a { background-color: rgb(65,158,193); }
div.DivClassName
{
background-color: #419EC1;
}
.BgClassName
{
background-color: #419EC1;
}
</style>
border-color css
<style>
span { border-color: #419EC1; }
span { border-color: rgb(65,158,193); }
td.TdClassName
{
border-color: #419EC1;
}
.TagClassName
{
border-color: #419EC1;
}
</style>