Shades of Viking #419ECB
Tints of Viking #419ECB
RGB
CMYK
RGB Variations
Color information
#419ECB (or 0x419ECB) is known color: Viking. HEX triplet: 41, 9E and CB. RGB value is (65,158,203). Sum of RGB (Red+Green+Blue) = 65+158+203=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #419ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419ECB is #BE6134. Grayscale: #878787. Windows color (decimal): -12476725 or 13344321. OLE color: 13344321.
HSL color Cylindrical-coordinate representation of color #419ECB: hue angle of 199.57º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #419ECB is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 158 | 203 | - |
| CMYK | 0.68 | 0.22 | 0 | 0.20 |
| HSL | 199.57º | 0.57% | 0.53% | - |
| HSV(B) | 199.57º | 0.68% | 0.8% | - |
| XYZ | 25.19 | 29.89 | 60.94 | - |
| YUV | 135.32 | 166.19 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 158 | 203 | 0.68 | 0.22 | 0 | 0.20 | 199.57 | 0.57 | 0.53 |
| Hex | 41 | 9E | CB | 44 | 16 | 0 | 14 | C8 | 39 | 35 |
| Octal | 101 | 236 | 313 | 104 | 26 | 0 | 24 | 310 | 71 | 65 |
| Binary | 1000001 | 10011110 | 11001011 | 1000100 | 10110 | 0 | 10100 | 11001000 | 111001 | 110101 |
Color Harmonies of #419ECB
Complementary color
Monochromatic Colors of #419ECB
Black with #419ECB
Text Example
Text Example
White with #419ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419ECB; }
p { color: rgb(65,158,203); }
H1.HeaderClassName
{
color: #419ECB;
}
.AnyTagClassName
{
color: #419ECB;
}
</style>
background-color css
<style>
a { background-color: #419ECB; }
a { background-color: rgb(65,158,203); }
div.DivClassName
{
background-color: #419ECB;
}
.BgClassName
{
background-color: #419ECB;
}
</style>
border-color css
<style>
span { border-color: #419ECB; }
span { border-color: rgb(65,158,203); }
td.TdClassName
{
border-color: #419ECB;
}
.TagClassName
{
border-color: #419ECB;
}
</style>