Shades of Viking #419DC2
Tints of Viking #419DC2
RGB
CMYK
RGB Variations
Color information
#419DC2 (or 0x419DC2) is known color: Viking. HEX triplet: 41, 9D and C2. RGB value is (65,157,194). Sum of RGB (Red+Green+Blue) = 65+157+194=416 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.62% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 194 - color contains mainly: blue. Hex color #419DC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419DC2 is #BE623D. Grayscale: #858585. Windows color (decimal): -12476990 or 12754241. OLE color: 12754241.
HSL color Cylindrical-coordinate representation of color #419DC2: hue angle of 197.21º 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 #419DC2 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 157 | 194 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.24 |
| HSL | 197.21º | 0.51% | 0.51% | - |
| HSV(B) | 197.21º | 0.66% | 0.76% | - |
| XYZ | 23.97 | 29.13 | 55.4 | - |
| YUV | 133.71 | 162.02 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 157 | 194 | 0.66 | 0.19 | 0 | 0.24 | 197.21 | 0.51 | 0.51 |
| Hex | 41 | 9D | C2 | 42 | 13 | 0 | 18 | C5 | 33 | 33 |
| Octal | 101 | 235 | 302 | 102 | 23 | 0 | 30 | 305 | 63 | 63 |
| Binary | 1000001 | 10011101 | 11000010 | 1000010 | 10011 | 0 | 11000 | 11000101 | 110011 | 110011 |
Color Harmonies of #419DC2
Complementary color
Monochromatic Colors of #419DC2
Black with #419DC2
Text Example
Text Example
White with #419DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419DC2; }
p { color: rgb(65,157,194); }
H1.HeaderClassName
{
color: #419DC2;
}
.AnyTagClassName
{
color: #419DC2;
}
</style>
background-color css
<style>
a { background-color: #419DC2; }
a { background-color: rgb(65,157,194); }
div.DivClassName
{
background-color: #419DC2;
}
.BgClassName
{
background-color: #419DC2;
}
</style>
border-color css
<style>
span { border-color: #419DC2; }
span { border-color: rgb(65,157,194); }
td.TdClassName
{
border-color: #419DC2;
}
.TagClassName
{
border-color: #419DC2;
}
</style>