#419DC7

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

Shades of Viking #419DC7

Tints of Viking #419DC7

Color information

#419DC7 (or 0x419DC7) is unknown color: approx Viking. HEX triplet: 41, 9D and C7. RGB value is (65,157,199). Sum of RGB (Red+Green+Blue) = 65+157+199=421 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.44% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 199 (78.12% from 255 or 47.27% from 421); Max value from RGB is 199 - color contains mainly: blue. Hex color #419DC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419DC7 is #BE6238. Grayscale: #868686. Windows color (decimal): -12476985 or 13081921. OLE color: 13081921.

HSL color Cylindrical-coordinate representation of color #419DC7: hue angle of 198.81º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #419DC7 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB65157199-
CMYK0.670.2100.22
HSL198.81º54.47%51.76%-
HSV(B)198.81º67.34%78.04%-
XYZ24.5529.3658.41-
YUV134.28164.5278.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.44%
GREEN value IS 157 (61.72% from 255) = 37.29%
BLUE value IS 199 (78.12% from 255) = 47.27%
R=15.44%
G=37.29%
B=47.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal651571990.670.2100.22198.8154.4751.76
Hex419DC74315016c73634
Octal101235307103250263076664
Binary1000001100111011100011110000111010101011011000111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,157,199); }

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

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

 a { background-color: rgb(65,157,199); }

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

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

 span { border-color: rgb(65,157,199); }

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