Html Css Color HEX #419CCA Viking

📋 copy color: '#419CCA'

red 65 ◦ green 156 ◦ blue 202

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

Shades of Viking #419CCA

Tints of Viking #419CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 15.37%
G = 36.88%
B = 47.75%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#419CCA (or 0x419CCA) is known color: Viking. HEX triplet: 41, 9C and CA. RGB value is (65,156,202). Sum of RGB (Red+Green+Blue) = 65+156+202=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #419CCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419CCA is #BE6335. Grayscale: #858585. Windows color (decimal): -12477238 or 13278273. OLE color: 13278273.

HSL color Cylindrical-coordinate representation of color #419CCA: hue angle of 200.15º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #419CCA is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 65 156 202 -
CMYK 0.68 0.23 0 0.21
HSL 200.15º 0.56% 0.52% -
HSV(B) 200.15º 0.68% 0.79% -
XYZ 24.73 29.17 60.2 -
YUV 134.04 166.35 78.76 -
System Red Green Blue C M Y K H S L
Decimal 65 156 202 0.68 0.23 0 0.21 200.15 0.56 0.52
Hex 41 9C CA 44 17 0 15 C8 38 34
Octal 101 234 312 104 27 0 25 310 70 64
Binary 1000001 10011100 11001010 1000100 10111 0 10101 11001000 111000 110100

Color Harmonies of #419CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419CCA

Black with #419CCA

Text Example


Text Example

White with #419CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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