#419ECC

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

Shades of Viking #419ECC

Tints of Viking #419ECC

Color information

#419ECC (or 0x419ECC) is unknown color: approx Viking. HEX triplet: 41, 9E and CC. RGB value is (65,158,204). Sum of RGB (Red+Green+Blue) = 65+158+204=427 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.22% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #419ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419ECC is #BE6133. Grayscale: #878787. Windows color (decimal): -12476724 or 13409857. OLE color: 13409857.

HSL color Cylindrical-coordinate representation of color #419ECC: hue angle of 199.86º 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 #419ECC is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB65158204-
CMYK0.680.2300.2
HSL199.86º57.68%52.75%-
HSV(B)199.86º68.14%80%-
XYZ25.3129.9461.57-
YUV135.44166.6977.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.22%
GREEN value IS 158 (62.11% from 255) = 37.00%
BLUE value IS 204 (80.08% from 255) = 47.78%
R=15.22%
G=37.00%
B=47.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal651582040.680.2300.2199.8657.6852.75
Hex419ECC4417014c83a35
Octal101236314104270243107265
Binary1000001100111101100110010001001011101010011001000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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