Shades of Viking #419DC3
Tints of Viking #419DC3
RGB
CMYK
RGB Variations
Color information
#419DC3 (or 0x419DC3) is known color: Viking. HEX triplet: 41, 9D and C3. RGB value is (65,157,195). Sum of RGB (Red+Green+Blue) = 65+157+195=417 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.59% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 195 - color contains mainly: blue. Hex color #419DC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419DC3 is #BE623C. Grayscale: #858585. Windows color (decimal): -12476989 or 12819777. OLE color: 12819777.
HSL color Cylindrical-coordinate representation of color #419DC3: hue angle of 197.54º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #419DC3 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 157 | 195 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.24 |
| HSL | 197.54º | 0.52% | 0.51% | - |
| HSV(B) | 197.54º | 0.67% | 0.76% | - |
| XYZ | 24.09 | 29.18 | 55.99 | - |
| YUV | 133.82 | 162.52 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 157 | 195 | 0.67 | 0.19 | 0 | 0.24 | 197.54 | 0.52 | 0.51 |
| Hex | 41 | 9D | C3 | 43 | 13 | 0 | 18 | C6 | 34 | 33 |
| Octal | 101 | 235 | 303 | 103 | 23 | 0 | 30 | 306 | 64 | 63 |
| Binary | 1000001 | 10011101 | 11000011 | 1000011 | 10011 | 0 | 11000 | 11000110 | 110100 | 110011 |
Color Harmonies of #419DC3
Complementary color
Monochromatic Colors of #419DC3
Black with #419DC3
Text Example
Text Example
White with #419DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419DC3; }
p { color: rgb(65,157,195); }
H1.HeaderClassName
{
color: #419DC3;
}
.AnyTagClassName
{
color: #419DC3;
}
</style>
background-color css
<style>
a { background-color: #419DC3; }
a { background-color: rgb(65,157,195); }
div.DivClassName
{
background-color: #419DC3;
}
.BgClassName
{
background-color: #419DC3;
}
</style>
border-color css
<style>
span { border-color: #419DC3; }
span { border-color: rgb(65,157,195); }
td.TdClassName
{
border-color: #419DC3;
}
.TagClassName
{
border-color: #419DC3;
}
</style>