#419EC3

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

Shades of Viking #419EC3

Tints of Viking #419EC3

Color information

#419EC3 (or 0x419EC3) is unknown color: approx Viking. HEX triplet: 41, 9E and C3. RGB value is (65,158,195). Sum of RGB (Red+Green+Blue) = 65+158+195=418 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.55% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 195 (76.56% from 255 or 46.65% from 418); Max value from RGB is 195 - color contains mainly: blue. Hex color #419EC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419EC3 is #BE613C. Grayscale: #868686. Windows color (decimal): -12476733 or 12820033. OLE color: 12820033.

HSL color Cylindrical-coordinate representation of color #419EC3: hue angle of 197.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #419EC3 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB65158195-
CMYK0.670.1900.24
HSL197.08º52%50.98%-
HSV(B)197.08º66.67%76.47%-
XYZ24.2629.5256.05-
YUV134.41162.1978.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.55%
GREEN value IS 158 (62.11% from 255) = 37.80%
BLUE value IS 195 (76.56% from 255) = 46.65%
R=15.55%
G=37.80%
B=46.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal651581950.670.1900.24197.085250.98
Hex419EC34313018c53433
Octal101236303103230303056463
Binary1000001100111101100001110000111001101100011000101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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