COLOR #10336D

HEX: #10336D
RGB: (16,51,109)

Color info

#10336D contains mainly green and blue colors. Web safe color of #10336D is #003366 (or #036).

RGB color model

#10336D color RGB value is (16,51,109).

  • red value is 16;
  • green value is 51;
  • blue value is 109.
RGB:
(16,51,109)
(6%,20%,43%)

RGB channels and saturation

R 16 of 255 = 6%
G 51 of 255 = 20%
B 109 of 255 = 43%

16
51
109

R + G + B ~ 23%. #10336D is dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 51 + 109 = 176 (100%)
R 16 of 176 ~ 9.09%
G 51 of 176 ~ 28.98%
B 109 of 176 ~ 61.93%

%28.98
%61.93

CMYK color model

#10336D color CMYK value is (85,53,0,57).

  • cyan value is 85.32%
  • magenta value is 53.21%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(85,53,0,57)
C85M53Y0K57 
(85%,53%,0%,57%)
(0.85/0.53/0.00/0.57)	

CMYK percentages

%85.32
%53.21
%0
%57.25

Codes

Color #10336D in popluar color models

10336D
RGB1651109
HSL217°74.40%24.51%
HSB/HSV217°85.32%42.75%
CMYK85.32%53.21%0.00%
57.25%

Color #10336D in popluar number systems.

HEX10336D
Decimal1651109
Binary100001100111101101
Octal2063155

Shades and tints

Shades of #10336D

#10336D
(16,51,109)
#0F2F64
(15,47,100)
#0E2B5B
(14,43,91)
#0D2752
(13,39,82)
#0C2349
(12,35,73)
#0B1F40
(11,31,64)
#0A1B37
(10,27,55)
#09172E
(9,23,46)
#081325
(8,19,37)
#070F1C
(7,15,28)
#060B13
(6,11,19)
#000000
(0,0,0)

Tints of #10336D

#10336D
(16,51,109)
#25457A
(37,69,122)
#3A5787
(58,87,135)
#4F6994
(79,105,148)
#647BA1
(100,123,161)
#798DAE
(121,141,174)
#8E9FBB
(142,159,187)
#A3B1C8
(163,177,200)
#B8C3D5
(184,195,213)
#CDD5E2
(205,213,226)
#E2E7EF
(226,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10336D color. Also use rgb(16,51,109) instead hex code.

Text Font Color

.myTextColor { color: #10336D; }

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

This text font color is #10336D.


Background Color

.myBgColor { background-color: #10336D; }

<div style="background-color:#10336D">Inner text</div>

This div background color is #10336D.


Border color

.myBorderColor { border: 1px solid #10336D; }

<div style="border:3px solid #10336D">Div</div>

This div border color is #10336D.


Opacity

.myOpacity80 { color: #10336D; opacity: 0.8; }

<p style="color:#10336D;opacity:0.8;">80%</p>

Text with #10336D 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 #10336D;}

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

This text has shadow with #10336D color.

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

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

This text has shadow with #10336D primary color and red secondary color.


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

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

This text has shadow with #10336D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #10336D on black background.


Color preview on white background

This text has color #10336D on white background.



Black color preview on #10336D background

This text has black color on #10336D background.


White color preview on #10336D background

This text has white color on #10336D background.