Html Css Color HEX #419CC6 Viking

📋 copy color: '#419CC6'

red 65 ◦ green 156 ◦ blue 198

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

Shades of Viking #419CC6

Tints of Viking #419CC6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.23%

 BLUE value IS 198 (77.73% from 255) = 47.26%

R = 15.51%
G = 37.23%
B = 47.26%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#419CC6 (or 0x419CC6) is known color: Viking. HEX triplet: 41, 9C and C6. RGB value is (65,156,198). Sum of RGB (Red+Green+Blue) = 65+156+198=419 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.51% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #419CC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419CC6 is #BE6339. Grayscale: #858585. Windows color (decimal): -12477242 or 13016129. OLE color: 13016129.

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

Color convert

RGB 65 156 198 -
CMYK 0.67 0.21 0 0.22
HSL 198.95º 0.54% 0.52% -
HSV(B) 198.95º 0.67% 0.78% -
XYZ 24.26 28.98 57.74 -
YUV 133.58 164.35 79.08 -
System Red Green Blue C M Y K H S L
Decimal 65 156 198 0.67 0.21 0 0.22 198.95 0.54 0.52
Hex 41 9C C6 43 15 0 16 C7 36 34
Octal 101 234 306 103 25 0 26 307 66 64
Binary 1000001 10011100 11000110 1000011 10101 0 10110 11000111 110110 110100

Color Harmonies of #419CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419CC6

Black with #419CC6

Text Example


Text Example

White with #419CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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