#419DC9

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

Shades of Viking #419DC9

Tints of Viking #419DC9

Color information

#419DC9 (or 0x419DC9) is unknown color: approx Viking. HEX triplet: 41, 9D and C9. RGB value is (65,157,201). Sum of RGB (Red+Green+Blue) = 65+157+201=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #419DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419DC9 is #BE6236. Grayscale: #868686. Windows color (decimal): -12476983 or 13212993. OLE color: 13212993.

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

Color convert

RGB65157201-
CMYK0.680.2200.21
HSL199.41º55.74%52.16%-
HSV(B)199.41º67.66%78.82%-
XYZ24.7829.4559.64-
YUV134.51165.5278.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.37%
GREEN value IS 157 (61.72% from 255) = 37.12%
BLUE value IS 201 (78.91% from 255) = 47.52%
R=15.37%
G=37.12%
B=47.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal651572010.680.2200.21199.4155.7452.16
Hex419DC94416015c73834
Octal101235311104260253077064
Binary1000001100111011100100110001001011001010111000111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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