#419EC5

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

Shades of Viking #419EC5

Tints of Viking #419EC5

Color information

#419EC5 (or 0x419EC5) is unknown color: approx Viking. HEX triplet: 41, 9E and C5. RGB value is (65,158,197). Sum of RGB (Red+Green+Blue) = 65+158+197=420 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.48% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 197 - color contains mainly: blue. Hex color #419EC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419EC5 is #BE613A. Grayscale: #868686. Windows color (decimal): -12476731 or 12951105. OLE color: 12951105.

HSL color Cylindrical-coordinate representation of color #419EC5: hue angle of 197.73º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #419EC5 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB65158197-
CMYK0.670.2000.23
HSL197.73º53.23%51.37%-
HSV(B)197.73º67.01%77.25%-
XYZ24.4829.6157.25-
YUV134.64163.1978.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.48%
GREEN value IS 158 (62.11% from 255) = 37.62%
BLUE value IS 197 (77.34% from 255) = 46.90%
R=15.48%
G=37.62%
B=46.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal651581970.670.2000.23197.7353.2351.37
Hex419EC54314017c63533
Octal101236305103240273066563
Binary1000001100111101100010110000111010001011111000110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419EC5; }

 p { color: rgb(65,158,197); }

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

<style>
 a { background-color: #419EC5; }

 a { background-color: rgb(65,158,197); }

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

<style>
 span { border-color: #419EC5; }

 span { border-color: rgb(65,158,197); }

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