Html Css Color HEX #419C99 Blue Chill

📋 copy color: '#419C99'

red 65 ◦ green 156 ◦ blue 153

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

Shades of Blue Chill #419C99

Tints of Blue Chill #419C99

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.71%

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

R = 17.38%
G = 41.71%
B = 40.91%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#419C99 (or 0x419C99) is known color: Blue Chill. HEX triplet: 41, 9C and 99. RGB value is (65,156,153). Sum of RGB (Red+Green+Blue) = 65+156+153=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 156 - color contains mainly: green. Hex color #419C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419C99 is #BE6366. Grayscale: #808080. Windows color (decimal): -12477287 or 10067009. OLE color: 10067009.

HSL color Cylindrical-coordinate representation of color #419C99: hue angle of 178.02º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419C99 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 156 153 -
CMYK 0.58 0 0.02 0.39
HSL 178.02º 0.41% 0.43% -
HSV(B) 178.02º 0.58% 0.61% -
XYZ 19.82 27.2 34.34 -
YUV 128.45 141.85 82.74 -
System Red Green Blue C M Y K H S L
Decimal 65 156 153 0.58 0 0.02 0.39 178.02 0.41 0.43
Hex 41 9C 99 3A 0 2 27 B2 29 2B
Octal 101 234 231 72 0 2 47 262 51 53
Binary 1000001 10011100 10011001 111010 0 10 100111 10110010 101001 101011

Color Harmonies of #419C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419C99

Black with #419C99

Text Example


Text Example

White with #419C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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