Html Css Color HEX #419EA0 Blue Chill

📋 copy color: '#419EA0'

red 65 ◦ green 158 ◦ blue 160

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

Shades of Blue Chill #419EA0

Tints of Blue Chill #419EA0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.25%

 BLUE value IS 160 (62.89% from 255) = 41.78%

R = 16.97%
G = 41.25%
B = 41.78%

CMYK

 C value IS 0.59

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#419EA0 (or 0x419EA0) is known color: Blue Chill. HEX triplet: 41, 9E and A0. RGB value is (65,158,160). Sum of RGB (Red+Green+Blue) = 65+158+160=383 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.97% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 160 - color contains mainly: blue. Hex color #419EA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419EA0 is #BE615F. Grayscale: #828282. Windows color (decimal): -12476768 or 10526273. OLE color: 10526273.

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

Color convert

RGB 65 158 160 -
CMYK 0.59 0.01 0 0.37
HSL 181.26º 0.42% 0.44% -
HSV(B) 181.26º 0.59% 0.63% -
XYZ 20.75 28.12 37.59 -
YUV 130.42 144.69 81.34 -
System Red Green Blue C M Y K H S L
Decimal 65 158 160 0.59 0.01 0 0.37 181.26 0.42 0.44
Hex 41 9E A0 3B 1 0 25 B5 2A 2C
Octal 101 236 240 73 1 0 45 265 52 54
Binary 1000001 10011110 10100000 111011 1 0 100101 10110101 101010 101100

Color Harmonies of #419EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419EA0

Black with #419EA0

Text Example


Text Example

White with #419EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,158,160); }

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

background-color css

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

 a { background-color: rgb(65,158,160); }

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

border-color css

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

 span { border-color: rgb(65,158,160); }

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