#419CC8

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

Shades of Viking #419CC8

Tints of Viking #419CC8

Color information

#419CC8 (or 0x419CC8) is unknown color: approx Viking. HEX triplet: 41, 9C and C8. RGB value is (65,156,200). Sum of RGB (Red+Green+Blue) = 65+156+200=421 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.44% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 200 (78.52% from 255 or 47.51% from 421); Max value from RGB is 200 - color contains mainly: blue. Hex color #419CC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419CC8 is #BE6337. Grayscale: #858585. Windows color (decimal): -12477240 or 13147201. OLE color: 13147201.

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

Color convert

RGB65156200-
CMYK0.680.2200.22
HSL199.56º55.1%51.96%-
HSV(B)199.56º67.5%78.43%-
XYZ24.4929.0758.96-
YUV133.81165.3578.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.44%
GREEN value IS 156 (61.33% from 255) = 37.05%
BLUE value IS 200 (78.52% from 255) = 47.51%
R=15.44%
G=37.05%
B=47.51%

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
Decimal651562000.680.2200.22199.5655.151.96
Hex419CC84416016c83734
Octal101234310104260263106764
Binary1000001100111001100100010001001011001011011001000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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