Html Css Color HEX #419EC1 Viking

📋 copy color: '#419EC1'

red 65 ◦ green 158 ◦ blue 193

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

Shades of Viking #419EC1

Tints of Viking #419EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.39%

R = 15.63%
G = 37.98%
B = 46.39%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#419EC1 (or 0x419EC1) is known color: Viking. HEX triplet: 41, 9E and C1. RGB value is (65,158,193). Sum of RGB (Red+Green+Blue) = 65+158+193=416 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.62% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #419EC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419EC1 is #BE613E. Grayscale: #858585. Windows color (decimal): -12476735 or 12688961. OLE color: 12688961.

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

Color convert

RGB 65 158 193 -
CMYK 0.66 0.18 0 0.24
HSL 196.41º 0.51% 0.51% -
HSV(B) 196.41º 0.66% 0.76% -
XYZ 24.03 29.43 54.87 -
YUV 134.18 161.19 78.65 -
System Red Green Blue C M Y K H S L
Decimal 65 158 193 0.66 0.18 0 0.24 196.41 0.51 0.51
Hex 41 9E C1 42 12 0 18 C4 33 33
Octal 101 236 301 102 22 0 30 304 63 63
Binary 1000001 10011110 11000001 1000010 10010 0 11000 11000100 110011 110011

Color Harmonies of #419EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419EC1

Black with #419EC1

Text Example


Text Example

White with #419EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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