Shades of Viking #41ABCA
Tints of Viking #41ABCA
RGB
CMYK
RGB Variations
Color information
#41ABCA (or 0x41ABCA) is known color: Viking. HEX triplet: 41, AB and CA. RGB value is (65,171,202). Sum of RGB (Red+Green+Blue) = 65+171+202=438 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.84% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #41ABCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ABCA is #BE5435. Grayscale: #8E8E8E. Windows color (decimal): -12473398 or 13282113. OLE color: 13282113.
HSL color Cylindrical-coordinate representation of color #41ABCA: hue angle of 193.58º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41ABCA is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 171 | 202 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.21 |
| HSL | 193.58º | 0.56% | 0.52% | - |
| HSV(B) | 193.58º | 0.68% | 0.79% | - |
| XYZ | 27.4 | 34.51 | 61.09 | - |
| YUV | 142.84 | 161.38 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 171 | 202 | 0.68 | 0.15 | 0 | 0.21 | 193.58 | 0.56 | 0.52 |
| Hex | 41 | AB | CA | 44 | F | 0 | 15 | C2 | 38 | 34 |
| Octal | 101 | 253 | 312 | 104 | 17 | 0 | 25 | 302 | 70 | 64 |
| Binary | 1000001 | 10101011 | 11001010 | 1000100 | 1111 | 0 | 10101 | 11000010 | 111000 | 110100 |
Color Harmonies of #41ABCA
Complementary color
Monochromatic Colors of #41ABCA
Black with #41ABCA
Text Example
Text Example
White with #41ABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41ABCA; }
p { color: rgb(65,171,202); }
H1.HeaderClassName
{
color: #41ABCA;
}
.AnyTagClassName
{
color: #41ABCA;
}
</style>
background-color css
<style>
a { background-color: #41ABCA; }
a { background-color: rgb(65,171,202); }
div.DivClassName
{
background-color: #41ABCA;
}
.BgClassName
{
background-color: #41ABCA;
}
</style>
border-color css
<style>
span { border-color: #41ABCA; }
span { border-color: rgb(65,171,202); }
td.TdClassName
{
border-color: #41ABCA;
}
.TagClassName
{
border-color: #41ABCA;
}
</style>