#419DC8

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

Shades of Viking #419DC8

Tints of Viking #419DC8

Color information

#419DC8 (or 0x419DC8) is unknown color: approx Viking. HEX triplet: 41, 9D and C8. RGB value is (65,157,200). Sum of RGB (Red+Green+Blue) = 65+157+200=422 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.40% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 200 - color contains mainly: blue. Hex color #419DC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419DC8 is #BE6237. Grayscale: #868686. Windows color (decimal): -12476984 or 13147457. OLE color: 13147457.

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

Color convert

RGB65157200-
CMYK0.680.2200.22
HSL199.11º55.1%51.96%-
HSV(B)199.11º67.5%78.43%-
XYZ24.6629.4159.02-
YUV134.39165.0278.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.40%
GREEN value IS 157 (61.72% from 255) = 37.20%
BLUE value IS 200 (78.52% from 255) = 47.39%
R=15.40%
G=37.20%
B=47.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal651572000.680.2200.22199.1155.151.96
Hex419DC84416016c73734
Octal101235310104260263076764
Binary1000001100111011100100010001001011001011011000111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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