Html Css Color HEX #419DC9 Viking

📋 copy color: '#419DC9'

red 65 ◦ green 157 ◦ blue 201

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

Shades of Viking #419DC9

Tints of Viking #419DC9

RGB

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

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

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

R = 15.37%
G = 37.12%
B = 47.52%

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

#419DC9 (or 0x419DC9) is known color: Viking. HEX triplet: 41, 9D and C9. RGB value is (65,157,201). Sum of RGB (Red+Green+Blue) = 65+157+201=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #419DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419DC9 is #BE6236. Grayscale: #868686. Windows color (decimal): -12476983 or 13212993. OLE color: 13212993.

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

Color convert

RGB 65 157 201 -
CMYK 0.68 0.22 0 0.21
HSL 199.41º 0.56% 0.52% -
HSV(B) 199.41º 0.68% 0.79% -
XYZ 24.78 29.45 59.64 -
YUV 134.51 165.52 78.42 -
System Red Green Blue C M Y K H S L
Decimal 65 157 201 0.68 0.22 0 0.21 199.41 0.56 0.52
Hex 41 9D C9 44 16 0 15 C7 38 34
Octal 101 235 311 104 26 0 25 307 70 64
Binary 1000001 10011101 11001001 1000100 10110 0 10101 11000111 111000 110100

Color Harmonies of #419DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419DC9

Black with #419DC9

Text Example


Text Example

White with #419DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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