Html Css Color HEX #419EC0 Viking

📋 copy color: '#419EC0'

red 65 ◦ green 158 ◦ blue 192

#419EC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #419EC0

Tints of Viking #419EC0

RGB

 RED value IS 65 (25.78% from 255) = 15.66%

 GREEN value IS 158 (62.11% from 255) = 38.07%

 BLUE value IS 192 (75.39% from 255) = 46.27%

R = 15.66%
G = 38.07%
B = 46.27%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#419EC0 (or 0x419EC0) is known color: Viking. HEX triplet: 41, 9E and C0. RGB value is (65,158,192). Sum of RGB (Red+Green+Blue) = 65+158+192=415 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.66% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #419EC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419EC0 is #BE613F. Grayscale: #858585. Windows color (decimal): -12476736 or 12623425. OLE color: 12623425.

HSL color Cylindrical-coordinate representation of color #419EC0: hue angle of 196.06º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #419EC0 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 158 192 -
CMYK 0.66 0.18 0 0.25
HSL 196.06º 0.5% 0.5% -
HSV(B) 196.06º 0.66% 0.75% -
XYZ 23.92 29.38 54.28 -
YUV 134.07 160.69 78.74 -
System Red Green Blue C M Y K H S L
Decimal 65 158 192 0.66 0.18 0 0.25 196.06 0.5 0.5
Hex 41 9E C0 42 12 0 19 C4 32 32
Octal 101 236 300 102 22 0 31 304 62 62
Binary 1000001 10011110 11000000 1000010 10010 0 11001 11000100 110010 110010

Color Harmonies of #419EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419EC0

Black with #419EC0

Text Example


Text Example

White with #419EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #419EC0;
 }
 .AnyTagClassName
 {
   color: #419EC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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