Shades of Viking #41B0CE
Tints of Viking #41B0CE
RGB
CMYK
RGB Variations
Color information
#41B0CE (or 0x41B0CE) is known color: Viking. HEX triplet: 41, B0 and CE. RGB value is (65,176,206). Sum of RGB (Red+Green+Blue) = 65+176+206=447 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.54% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #41B0CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41B0CE is #BE4F31. Grayscale: #929292. Windows color (decimal): -12472114 or 13545537. OLE color: 13545537.
HSL color Cylindrical-coordinate representation of color #41B0CE: hue angle of 192.77º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41B0CE is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 176 | 206 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.19 |
| HSL | 192.77º | 0.59% | 0.53% | - |
| HSV(B) | 192.77º | 0.68% | 0.81% | - |
| XYZ | 28.85 | 36.63 | 63.94 | - |
| YUV | 146.23 | 161.73 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 176 | 206 | 0.68 | 0.15 | 0 | 0.19 | 192.77 | 0.59 | 0.53 |
| Hex | 41 | B0 | CE | 44 | F | 0 | 13 | C1 | 3B | 35 |
| Octal | 101 | 260 | 316 | 104 | 17 | 0 | 23 | 301 | 73 | 65 |
| Binary | 1000001 | 10110000 | 11001110 | 1000100 | 1111 | 0 | 10011 | 11000001 | 111011 | 110101 |
Color Harmonies of #41B0CE
Complementary color
Monochromatic Colors of #41B0CE
Black with #41B0CE
Text Example
Text Example
White with #41B0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B0CE; }
p { color: rgb(65,176,206); }
H1.HeaderClassName
{
color: #41B0CE;
}
.AnyTagClassName
{
color: #41B0CE;
}
</style>
background-color css
<style>
a { background-color: #41B0CE; }
a { background-color: rgb(65,176,206); }
div.DivClassName
{
background-color: #41B0CE;
}
.BgClassName
{
background-color: #41B0CE;
}
</style>
border-color css
<style>
span { border-color: #41B0CE; }
span { border-color: rgb(65,176,206); }
td.TdClassName
{
border-color: #41B0CE;
}
.TagClassName
{
border-color: #41B0CE;
}
</style>