Html Css Color HEX #419095 Blue Chill

📋 copy color: '#419095'

red 65 ◦ green 144 ◦ blue 149

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

Shades of Blue Chill #419095

Tints of Blue Chill #419095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.62%

R = 18.16%
G = 40.22%
B = 41.62%

CMYK

 C value IS 0.56

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#419095 (or 0x419095) is known color: Blue Chill. HEX triplet: 41, 90 and 95. RGB value is (65,144,149). Sum of RGB (Red+Green+Blue) = 65+144+149=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #419095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419095 is #BE6F6A. Grayscale: #787878. Windows color (decimal): -12480363 or 9801793. OLE color: 9801793.

HSL color Cylindrical-coordinate representation of color #419095: hue angle of 183.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419095 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 144 149 -
CMYK 0.56 0.03 0 0.42
HSL 183.57º 0.39% 0.42% -
HSV(B) 183.57º 0.56% 0.58% -
XYZ 17.58 23.24 31.99 -
YUV 120.95 143.83 88.09 -
System Red Green Blue C M Y K H S L
Decimal 65 144 149 0.56 0.03 0 0.42 183.57 0.39 0.42
Hex 41 90 95 38 3 0 2A B8 27 2A
Octal 101 220 225 70 3 0 52 270 47 52
Binary 1000001 10010000 10010101 111000 11 0 101010 10111000 100111 101010

Color Harmonies of #419095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419095

Black with #419095

Text Example


Text Example

White with #419095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419095; }

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

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

background-color css

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

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

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

border-color css

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

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

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