Html Css Color HEX #419DA1 Blue Chill

📋 copy color: '#419DA1'

red 65 ◦ green 157 ◦ blue 161

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

Shades of Blue Chill #419DA1

Tints of Blue Chill #419DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.04%

R = 16.97%
G = 40.99%
B = 42.04%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#419DA1 (or 0x419DA1) is known color: Blue Chill. HEX triplet: 41, 9D and A1. RGB value is (65,157,161). Sum of RGB (Red+Green+Blue) = 65+157+161=383 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.97% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 161 (63.28% from 255 or 42.04% from 383); Max value from RGB is 161 - color contains mainly: blue. Hex color #419DA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419DA1 is #BE625E. Grayscale: #818181. Windows color (decimal): -12477023 or 10591553. OLE color: 10591553.

HSL color Cylindrical-coordinate representation of color #419DA1: hue angle of 182.5º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #419DA1 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 65 157 161 -
CMYK 0.60 0.02 0 0.37
HSL 182.5º 0.42% 0.44% -
HSV(B) 182.5º 0.6% 0.63% -
XYZ 20.67 27.81 38 -
YUV 129.95 145.52 81.67 -
System Red Green Blue C M Y K H S L
Decimal 65 157 161 0.60 0.02 0 0.37 182.5 0.42 0.44
Hex 41 9D A1 3C 2 0 25 B6 2A 2C
Octal 101 235 241 74 2 0 45 266 52 54
Binary 1000001 10011101 10100001 111100 10 0 100101 10110110 101010 101100

Color Harmonies of #419DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419DA1

Black with #419DA1

Text Example


Text Example

White with #419DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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