Html Css Color HEX #419FCD Viking

📋 copy color: '#419FCD'

red 65 ◦ green 159 ◦ blue 205

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

Shades of Viking #419FCD

Tints of Viking #419FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.06%

 BLUE value IS 205 (80.47% from 255) = 47.79%

R = 15.15%
G = 37.06%
B = 47.79%

CMYK

 C value IS 0.68

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#419FCD (or 0x419FCD) is known color: Viking. HEX triplet: 41, 9F and CD. RGB value is (65,159,205). Sum of RGB (Red+Green+Blue) = 65+159+205=429 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.15% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #419FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419FCD is #BE6032. Grayscale: #878787. Windows color (decimal): -12476467 or 13475649. OLE color: 13475649.

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

Color convert

RGB 65 159 205 -
CMYK 0.68 0.22 0 0.20
HSL 199.71º 0.58% 0.53% -
HSV(B) 199.71º 0.68% 0.8% -
XYZ 25.6 30.33 62.26 -
YUV 136.14 166.86 77.26 -
System Red Green Blue C M Y K H S L
Decimal 65 159 205 0.68 0.22 0 0.20 199.71 0.58 0.53
Hex 41 9F CD 44 16 0 14 C8 3A 35
Octal 101 237 315 104 26 0 24 310 72 65
Binary 1000001 10011111 11001101 1000100 10110 0 10100 11001000 111010 110101

Color Harmonies of #419FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419FCD

Black with #419FCD

Text Example


Text Example

White with #419FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,159,205); }

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

background-color css

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

 a { background-color: rgb(65,159,205); }

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

border-color css

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

 span { border-color: rgb(65,159,205); }

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