#41A5C1

Color #41A5C1 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #41A5C1

Tints of Viking #41A5C1

Color information

#41A5C1 (or 0x41A5C1) is unknown color: approx Viking. HEX triplet: 41, A5 and C1. RGB value is (65,165,193). Sum of RGB (Red+Green+Blue) = 65+165+193=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 193 - color contains mainly: blue. Hex color #41A5C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41A5C1 is #BE5A3E. Grayscale: #8A8A8A. Windows color (decimal): -12474943 or 12690753. OLE color: 12690753.

HSL color Cylindrical-coordinate representation of color #41A5C1: hue angle of 193.12º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41A5C1 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB65165193-
CMYK0.660.1500.24
HSL193.12º50.79%50.59%-
HSV(B)193.12º66.32%75.69%-
XYZ25.2631.8855.27-
YUV138.29158.8775.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 15.37%
GREEN value IS 165 (64.84% from 255) = 39.01%
BLUE value IS 193 (75.78% from 255) = 45.63%
R=15.37%
G=39.01%
B=45.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal651651930.660.1500.24193.1250.7950.59
Hex41A5C142F018c13333
Octal101245301102170303016363
Binary100000110100101110000011000010111101100011000001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41A5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41A5C1; }

 p { color: rgb(65,165,193); }

 H1.HeaderClassName
 {
   color: #41A5C1;
 }
 .AnyTagClassName
 {
   color: #41A5C1;
 }
</style>
background-color css

<style>
 a { background-color: #41A5C1; }

 a { background-color: rgb(65,165,193); }

 div.DivClassName
 {
   background-color: #41A5C1;
 }
 .BgClassName
 {
   background-color: #41A5C1;
 }
</style>
border-color css

<style>
 span { border-color: #41A5C1; }

 span { border-color: rgb(65,165,193); }

 td.TdClassName
 {
   border-color: #41A5C1;
 }
 .TagClassName
 {
   border-color: #41A5C1;
 }
</style>