COLOR #1D6495

HEX: #1D6495
RGB: (29,100,149)

Color info

#1D6495 contains mainly green and blue colors. Web safe color of #1D6495 is #336699 (or #369).

RGB color model

#1D6495 color RGB value is (29,100,149).

  • red value is 29;
  • green value is 100;
  • blue value is 149.
RGB:
(29,100,149)
(11%,39%,58%)

RGB channels and saturation

R 29 of 255 = 11%
G 100 of 255 = 39%
B 149 of 255 = 58%

29
100
149

R + G + B ~ 36%. #1D6495 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 100 + 149 = 278 (100%)
R 29 of 278 ~ 10.43%
G 100 of 278 ~ 35.97%
B 149 of 278 ~ 53.6%

%10.43
%35.97
%53.6

CMYK color model

#1D6495 color CMYK value is (81,33,0,42).

  • cyan value is 80.54%
  • magenta value is 32.89%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(81,33,0,42)
C81M33Y0K42 
(81%,33%,0%,42%)
(0.81/0.33/0.00/0.42)	

CMYK percentages

%80.54
%32.89
%0
%41.57

Codes

Color #1D6495 in popluar color models

1D6495
RGB29100149
HSL205°67.42%34.90%
HSB/HSV205°80.54%58.43%
CMYK80.54%32.89%0.00%
41.57%

Color #1D6495 in popluar number systems.

HEX1D6495
Decimal29100149
Binary11101110010010010101
Octal35144225

Shades and tints

Shades of #1D6495

#1D6495
(29,100,149)
#1B5B88
(27,91,136)
#19527B
(25,82,123)
#17496E
(23,73,110)
#154061
(21,64,97)
#133754
(19,55,84)
#112E47
(17,46,71)
#0F253A
(15,37,58)
#0D1C2D
(13,28,45)
#0B1320
(11,19,32)
#090A13
(9,10,19)
#000000
(0,0,0)

Tints of #1D6495

#1D6495
(29,100,149)
#31729E
(49,114,158)
#4580A7
(69,128,167)
#598EB0
(89,142,176)
#6D9CB9
(109,156,185)
#81AAC2
(129,170,194)
#95B8CB
(149,184,203)
#A9C6D4
(169,198,212)
#BDD4DD
(189,212,221)
#D1E2E6
(209,226,230)
#E5F0EF
(229,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D6495 color. Also use rgb(29,100,149) instead hex code.

Text Font Color

.myTextColor { color: #1D6495; }

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

This text font color is #1D6495.


Background Color

.myBgColor { background-color: #1D6495; }

<div style="background-color:#1D6495">Inner text</div>

This div background color is #1D6495.


Border color

.myBorderColor { border: 1px solid #1D6495; }

<div style="border:3px solid #1D6495">Div</div>

This div border color is #1D6495.


Opacity

.myOpacity80 { color: #1D6495; opacity: 0.8; }

<p style="color:#1D6495;opacity:0.8;">80%</p>

Text with #1D6495 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 #1D6495;}

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

This text has shadow with #1D6495 color.

.textShadow {text-shadow: 3px 3px 1px #1D6495, 3px 3px 1px red;}

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

This text has shadow with #1D6495 primary color and red secondary color.


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

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

This text has shadow with #1D6495 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1D6495;
-webkit-box-shadow: 1px 1px 3px 2px #1D6495;
box-shadow:1px 1px 3px 2px #1D6495;">
Div content here</div>
This div box has shadow with color #1D6495.

Preview

Color preview on black background

This text has color #1D6495 on black background.


Color preview on white background

This text has color #1D6495 on white background.



Black color preview on #1D6495 background

This text has black color on #1D6495 background.


White color preview on #1D6495 background

This text has white color on #1D6495 background.