COLOR #003153

HEX: #003153
RGB: (0,49,83)

Color info

#003153 contains only green and blue colors. Web safe color of #003153 is #003366 (or #036).

RGB color model

#003153 color RGB value is (0,49,83).

  • red value is 0;
  • green value is 49;
  • blue value is 83.
RGB:
(0,49,83)
(0%,19%,33%)

RGB channels and saturation

R 0 of 255 = 0%
G 49 of 255 = 19%
B 83 of 255 = 33%

0
49
83

R + G + B ~ 17%. #003153 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 49 + 83 = 132 (100%)
R 0 of 132 ~ 0%
G 49 of 132 ~ 37.12%
B 83 of 132 ~ 62.88%

%37.12
%62.88

CMYK color model

#003153 color CMYK value is (100,41,0,67).

  • cyan value is 100.00%
  • magenta value is 40.96%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(100,41,0,67)
C100M41Y0K67 
(100%,41%,0%,67%)
(1.00/0.41/0.00/0.67)	

CMYK percentages

%100
%40.96
%0
%67.45

Codes

Color #003153 in popluar color models

003153
RGB04983
HSL205°100.00%16.27%
HSB/HSV205°100.00%32.55%
CMYK100.00%40.96%0.00%
67.45%

Color #003153 in popluar number systems.

HEX003153
Decimal04983
Binary01100011010011
Octal061123

Shades and tints

Shades of #003153

#003153
(0,49,83)
#002D4C
(0,45,76)
#002945
(0,41,69)
#00253E
(0,37,62)
#002137
(0,33,55)
#001D30
(0,29,48)
#001929
(0,25,41)
#001522
(0,21,34)
#00111B
(0,17,27)
#000D14
(0,13,20)
#00090D
(0,9,13)
#000000
(0,0,0)

Tints of #003153

#003153
(0,49,83)
#174362
(23,67,98)
#2E5571
(46,85,113)
#456780
(69,103,128)
#5C798F
(92,121,143)
#738B9E
(115,139,158)
#8A9DAD
(138,157,173)
#A1AFBC
(161,175,188)
#B8C1CB
(184,193,203)
#CFD3DA
(207,211,218)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003153 color. Also use rgb(0,49,83) instead hex code.

Text Font Color

.myTextColor { color: #003153; }

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

This text font color is #003153.


Background Color

.myBgColor { background-color: #003153; }

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

This div background color is #003153.


Border color

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

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

This div border color is #003153.


Opacity

.myOpacity80 { color: #003153; opacity: 0.8; }

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

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

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

This text has shadow with #003153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003153 on black background.


Color preview on white background

This text has color #003153 on white background.



Black color preview on #003153 background

This text has black color on #003153 background.


White color preview on #003153 background

This text has white color on #003153 background.