Shades of Viking #41A5CF
Tints of Viking #41A5CF
RGB
CMYK
RGB Variations
Color information
#41A5CF (or 0x41A5CF) is known color: Viking. HEX triplet: 41, A5 and CF. RGB value is (65,165,207). Sum of RGB (Red+Green+Blue) = 65+165+207=437 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.87% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #41A5CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A5CF is #BE5A30. Grayscale: #8B8B8B. Windows color (decimal): -12474929 or 13608257. OLE color: 13608257.
HSL color Cylindrical-coordinate representation of color #41A5CF: hue angle of 197.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41A5CF is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 165 | 207 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.19 |
| HSL | 197.75º | 0.6% | 0.53% | - |
| HSV(B) | 197.75º | 0.69% | 0.81% | - |
| XYZ | 26.9 | 32.54 | 63.89 | - |
| YUV | 139.89 | 165.87 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 165 | 207 | 0.69 | 0.20 | 0 | 0.19 | 197.75 | 0.6 | 0.53 |
| Hex | 41 | A5 | CF | 45 | 14 | 0 | 13 | C6 | 3C | 35 |
| Octal | 101 | 245 | 317 | 105 | 24 | 0 | 23 | 306 | 74 | 65 |
| Binary | 1000001 | 10100101 | 11001111 | 1000101 | 10100 | 0 | 10011 | 11000110 | 111100 | 110101 |
Color Harmonies of #41A5CF
Complementary color
Monochromatic Colors of #41A5CF
Black with #41A5CF
Text Example
Text Example
White with #41A5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A5CF; }
p { color: rgb(65,165,207); }
H1.HeaderClassName
{
color: #41A5CF;
}
.AnyTagClassName
{
color: #41A5CF;
}
</style>
background-color css
<style>
a { background-color: #41A5CF; }
a { background-color: rgb(65,165,207); }
div.DivClassName
{
background-color: #41A5CF;
}
.BgClassName
{
background-color: #41A5CF;
}
</style>
border-color css
<style>
span { border-color: #41A5CF; }
span { border-color: rgb(65,165,207); }
td.TdClassName
{
border-color: #41A5CF;
}
.TagClassName
{
border-color: #41A5CF;
}
</style>