Html Css Color HEX #419F99 Blue Chill

📋 copy color: '#419F99'

red 65 ◦ green 159 ◦ blue 153

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

Shades of Blue Chill #419F99

Tints of Blue Chill #419F99

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.18%

 BLUE value IS 153 (60.16% from 255) = 40.58%

R = 17.24%
G = 42.18%
B = 40.58%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#419F99 (or 0x419F99) is known color: Blue Chill. HEX triplet: 41, 9F and 99. RGB value is (65,159,153). Sum of RGB (Red+Green+Blue) = 65+159+153=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 159 - color contains mainly: green. Hex color #419F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419F99 is #BE6066. Grayscale: #828282. Windows color (decimal): -12476519 or 10067777. OLE color: 10067777.

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

Color convert

RGB 65 159 153 -
CMYK 0.59 0 0.04 0.38
HSL 176.17º 0.42% 0.44% -
HSV(B) 176.17º 0.59% 0.62% -
XYZ 20.33 28.22 34.51 -
YUV 130.21 140.86 81.49 -
System Red Green Blue C M Y K H S L
Decimal 65 159 153 0.59 0 0.04 0.38 176.17 0.42 0.44
Hex 41 9F 99 3B 0 4 26 B0 2A 2C
Octal 101 237 231 73 0 4 46 260 52 54
Binary 1000001 10011111 10011001 111011 0 100 100110 10110000 101010 101100

Color Harmonies of #419F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419F99

Black with #419F99

Text Example


Text Example

White with #419F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,159,153); }

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

background-color css

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

 a { background-color: rgb(65,159,153); }

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

border-color css

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

 span { border-color: rgb(65,159,153); }

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