Html Css Color HEX #419DCC Viking

📋 copy color: '#419DCC'

red 65 ◦ green 157 ◦ blue 204

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

Shades of Viking #419DCC

Tints of Viking #419DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.85%

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 15.26%
G = 36.85%
B = 47.89%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#419DCC (or 0x419DCC) is known color: Viking. HEX triplet: 41, 9D and CC. RGB value is (65,157,204). Sum of RGB (Red+Green+Blue) = 65+157+204=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #419DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419DCC is #BE6233. Grayscale: #868686. Windows color (decimal): -12476980 or 13409601. OLE color: 13409601.

HSL color Cylindrical-coordinate representation of color #419DCC: hue angle of 200.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #419DCC is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 157 204 -
CMYK 0.68 0.23 0 0.2
HSL 200.29º 0.58% 0.53% -
HSV(B) 200.29º 0.68% 0.8% -
XYZ 25.14 29.6 61.51 -
YUV 134.85 167.02 78.18 -
System Red Green Blue C M Y K H S L
Decimal 65 157 204 0.68 0.23 0 0.2 200.29 0.58 0.53
Hex 41 9D CC 44 17 0 14 C8 3A 35
Octal 101 235 314 104 27 0 24 310 72 65
Binary 1000001 10011101 11001100 1000100 10111 0 10100 11001000 111010 110101

Color Harmonies of #419DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419DCC

Black with #419DCC

Text Example


Text Example

White with #419DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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