Html Css Color HEX #419CC9 Viking

📋 copy color: '#419CC9'

red 65 ◦ green 156 ◦ blue 201

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

Shades of Viking #419CC9

Tints of Viking #419CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.63%

R = 15.4%
G = 36.97%
B = 47.63%

CMYK

 C value IS 0.68

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#419CC9 (or 0x419CC9) is known color: Viking. HEX triplet: 41, 9C and C9. RGB value is (65,156,201). Sum of RGB (Red+Green+Blue) = 65+156+201=422 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.40% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #419CC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419CC9 is #BE6336. Grayscale: #858585. Windows color (decimal): -12477239 or 13212737. OLE color: 13212737.

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

Color convert

RGB 65 156 201 -
CMYK 0.68 0.22 0 0.21
HSL 199.85º 0.56% 0.52% -
HSV(B) 199.85º 0.68% 0.79% -
XYZ 24.61 29.12 59.58 -
YUV 133.92 165.85 78.84 -
System Red Green Blue C M Y K H S L
Decimal 65 156 201 0.68 0.22 0 0.21 199.85 0.56 0.52
Hex 41 9C C9 44 16 0 15 C8 38 34
Octal 101 234 311 104 26 0 25 310 70 64
Binary 1000001 10011100 11001001 1000100 10110 0 10101 11001000 111000 110100

Color Harmonies of #419CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419CC9

Black with #419CC9

Text Example


Text Example

White with #419CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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