#419ECD

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

Shades of Viking #419ECD

Tints of Viking #419ECD

Color information

#419ECD (or 0x419ECD) is unknown color: approx Viking. HEX triplet: 41, 9E and CD. RGB value is (65,158,205). Sum of RGB (Red+Green+Blue) = 65+158+205=428 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.19% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #419ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419ECD is #BE6132. Grayscale: #878787. Windows color (decimal): -12476723 or 13475393. OLE color: 13475393.

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

Color convert

RGB65158205-
CMYK0.680.2300.20
HSL200.14º58.33%52.94%-
HSV(B)200.14º68.29%80.39%-
XYZ25.4329.9962.21-
YUV135.55167.1977.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.19%
GREEN value IS 158 (62.11% from 255) = 36.92%
BLUE value IS 205 (80.47% from 255) = 47.90%
R=15.19%
G=36.92%
B=47.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal651582050.680.2300.20200.1458.3352.94
Hex419ECD4417014c83a35
Octal101236315104270243107265
Binary1000001100111101100110110001001011101010011001000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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