COLOR #419DB0

HEX: #419DB0 RGB: (65,157,176)

Color info

#419DB0 contains mainly green and blue colors. Web safe color of #419DB0 is #339999 (or #399).

RGB color model

#419DB0 color RGB value is (65,157,176).

RGB: (65,157,176) (25%, 62%, 69%)

RGB channels and saturation

R 65 of 255 = 25%
G 157 of 255 = 62%
B 176 of 255 = 69%

65
157
176

R + G + B ~ 52%. #419DB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 65 + 157 + 176 = 398 (100%)
R 65 of 398 ~ 16.33%
G 157 of 398 ~ 39.45%
B 176 of 398 ~ 44.22'%

%16.33
%39.45
%44.22

CMYK color model

#419DB0 color CMYK value is (63,11,0,31).

  • cyan value is 63.07%
  • magenta value is 10.80%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK: (63,11,0,31) C63M11Y0K31 (63%,11%,0%,31%) (0.63/0.11/0.00/0.31) 

CMYK percentages

%63.07
%10.8
%0
%30.98

Codes

Color #419DB0 in popluar color models

41 9D B0
RGB 65 157 176
HSL 190° 46.06% 47.25%
HSB/HSV 190° 63.07% 69.02%
CMYK 63.07% 10.80% 0.00%
30.98%

Color #419DB0 in popluar number systems.

HEX 41 9D B0
Decimal 65 157 176
Binary 1000001 10011101 10110000
Octal 101 235 260

Shades and tints

Shades of #419DB0

#419DB0
(65,157,176)
#3C8FA0
(60,143,160)
#378190
(55,129,144)
#327380
(50,115,128)
#2D6570
(45,101,112)
#285760
(40,87,96)
#234950
(35,73,80)
#1E3B40
(30,59,64)
#192D30
(25,45,48)
#141F20
(20,31,32)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #419DB0

#419DB0
(65,157,176)
#52A5B7
(82,165,183)
#63ADBE
(99,173,190)
#74B5C5
(116,181,197)
#85BDCC
(133,189,204)
#96C5D3
(150,197,211)
#A7CDDA
(167,205,218)
#B8D5E1
(184,213,225)
#C9DDE8
(201,221,232)
#DAE5EF
(218,229,239)
#EBEDF6
(235,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #419DB0 color. Also use rgb(65,157,176) instead hex code.

Text Font Color

.myTextColor { color: #419DB0; }

<p style="color:#419DB0">This sample text font color is #419DB0.</p>

This text font color is #419DB0.

Background Color

.myBgColor { background-color: #419DB0; }

<div style="background-color:#419DB0">Inner text</div>

This div background color is #419DB0.

Border color

.myBorderColor { border: 1px solid #419DB0; }

<div style="border:3px solid #419DB0">Div</div>

This div border color is #419DB0.

Opacity

.myOpacity80 { color: #419DB0; opacity: 0.8; }

<p style="color:#419DB0;opacity:0.8;">80%</p>

Text with #419DB0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #419DB0;}

<p style="text-shadow: 3px 3px 1px #419DB0">Text here.</p>

This text has shadow with #419DB0 color.


.textShadow {text-shadow: 3px 3px 1px #419DB0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #419DB0, 5px 5px 20px red">Text here.</p>

This text has shadow with #419DB0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#419DB0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#419DB0, Direction=45, Strength=4)">Text</p>

This text has shadow with #419DB0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #419DB0;
-webkit-box-shadow: 1px 1px 3px 2px #419DB0;
box-shadow: 1px 1px 3px 2px #419DB0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #419DB0; -webkit-box-shadow: 1px 1px 3px 2px #419DB0; box-shadow:1px 1px 3px 2px #419DB0;">
Div content here
</div>

This div box has shadow with color #419DB0.

Preview

Color preview on black background

This text has color #419DB0 on black background.


Color preview on white background

This text has color #419DB0 on white background.


Black color preview on #419DB0 background

This text has black color on #419DB0 background.


White color preview on #419DB0 background

This text has white color on #419DB0 background.


Related colors

Complementary color

Complementary color for #hex is #BE624F.


I love getcolorcode.com

Triadic colors

1 #B0419D and #9DB041 with #419DB0 are triadic colors.

2 #B09D41 and #9D41B0 with #419DB0 are triadic colors.