Html Css Color HEX #419091 Blue Chill

📋 copy color: '#419091'

red 65 ◦ green 144 ◦ blue 145

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

Shades of Blue Chill #419091

Tints of Blue Chill #419091

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.68%

 BLUE value IS 145 (57.03% from 255) = 40.96%

R = 18.36%
G = 40.68%
B = 40.96%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#419091 (or 0x419091) is known color: Blue Chill. HEX triplet: 41, 90 and 91. RGB value is (65,144,145). Sum of RGB (Red+Green+Blue) = 65+144+145=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #419091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419091 is #BE6F6E. Grayscale: #787878. Windows color (decimal): -12480367 or 9539649. OLE color: 9539649.

HSL color Cylindrical-coordinate representation of color #419091: hue angle of 180.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419091 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 144 145 -
CMYK 0.55 0.01 0 0.43
HSL 180.75º 0.38% 0.41% -
HSV(B) 180.75º 0.55% 0.57% -
XYZ 17.26 23.11 30.34 -
YUV 120.49 141.83 88.42 -
System Red Green Blue C M Y K H S L
Decimal 65 144 145 0.55 0.01 0 0.43 180.75 0.38 0.41
Hex 41 90 91 37 1 0 2B B5 26 29
Octal 101 220 221 67 1 0 53 265 46 51
Binary 1000001 10010000 10010001 110111 1 0 101011 10110101 100110 101001

Color Harmonies of #419091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419091

Black with #419091

Text Example


Text Example

White with #419091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419091; }

 p { color: rgb(65,144,145); }

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

background-color css

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

 a { background-color: rgb(65,144,145); }

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

border-color css

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

 span { border-color: rgb(65,144,145); }

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