Shades of Viking #419DCB
Tints of Viking #419DCB
RGB
CMYK
RGB Variations
Color information
#419DCB (or 0x419DCB) is known color: Viking. HEX triplet: 41, 9D and CB. RGB value is (65,157,203). Sum of RGB (Red+Green+Blue) = 65+157+203=425 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.29% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #419DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419DCB is #BE6234. Grayscale: #868686. Windows color (decimal): -12476981 or 13344065. OLE color: 13344065.
HSL color Cylindrical-coordinate representation of color #419DCB: hue angle of 200º 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 #419DCB is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 157 | 203 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.20 |
| HSL | 200º | 0.57% | 0.53% | - |
| HSV(B) | 200º | 0.68% | 0.8% | - |
| XYZ | 25.02 | 29.55 | 60.89 | - |
| YUV | 134.74 | 166.52 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 157 | 203 | 0.68 | 0.23 | 0 | 0.20 | 200 | 0.57 | 0.53 |
| Hex | 41 | 9D | CB | 44 | 17 | 0 | 14 | C8 | 39 | 35 |
| Octal | 101 | 235 | 313 | 104 | 27 | 0 | 24 | 310 | 71 | 65 |
| Binary | 1000001 | 10011101 | 11001011 | 1000100 | 10111 | 0 | 10100 | 11001000 | 111001 | 110101 |
Color Harmonies of #419DCB
Complementary color
Monochromatic Colors of #419DCB
Black with #419DCB
Text Example
Text Example
White with #419DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419DCB; }
p { color: rgb(65,157,203); }
H1.HeaderClassName
{
color: #419DCB;
}
.AnyTagClassName
{
color: #419DCB;
}
</style>
background-color css
<style>
a { background-color: #419DCB; }
a { background-color: rgb(65,157,203); }
div.DivClassName
{
background-color: #419DCB;
}
.BgClassName
{
background-color: #419DCB;
}
</style>
border-color css
<style>
span { border-color: #419DCB; }
span { border-color: rgb(65,157,203); }
td.TdClassName
{
border-color: #419DCB;
}
.TagClassName
{
border-color: #419DCB;
}
</style>