COLOR #003393

HEX: #003393 RGB: (0,51,147)

Color info

#003393 contains mainly blue color. Web safe color of #003393 is #003399 (or #039).

RGB color model

#003393 color RGB value is (0,51,147).

RGB: (0,51,147) (0%, 20%, 58%)

RGB channels and saturation

R 0 of 255 = 0%
G 51 of 255 = 20%
B 147 of 255 = 58%

0
51
147

R + G + B ~ 26%. #003393 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 51 + 147 = 198 (100%)
R 0 of 198 ~ 0%
G 51 of 198 ~ 25.76%
B 147 of 198 ~ 74.24'%

%25.76
%74.24

CMYK color model

#003393 color CMYK value is (100,65,0,42).

  • cyan value is 100.00%
  • magenta value is 65.31%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (100,65,0,42)
C100M65Y0K42 (100%, 65%, 0%, 42%)
(1.00 / 0.65 / 0.00 / 0.42)

CMYK percentages

%100
%65.31
%0
%42.35

Codes

Color #003393 in popluar color models

00 33 93
RGB 0 51 147
HSL 219° 100.00% 28.82%
HSB/HSV 219° 100.00% 57.65%
CMYK 100.00% 65.31% 0.00%
42.35%

Color #003393 in popluar number systems.

HEX 00 33 93
Decimal 0 51 147
Binary 0 110011 10010011
Octal 0 63 223

Shades and tints

Shades of #003393

#003393
(0,51,147)
#002F86
(0,47,134)
#002B79
(0,43,121)
#00276C
(0,39,108)
#00235F
(0,35,95)
#001F52
(0,31,82)
#001B45
(0,27,69)
#001738
(0,23,56)
#00132B
(0,19,43)
#000F1E
(0,15,30)
#000B11
(0,11,17)
#000000
(0,0,0)

Tints of #003393

#003393
(0,51,147)
#17459C
(23,69,156)
#2E57A5
(46,87,165)
#4569AE
(69,105,174)
#5C7BB7
(92,123,183)
#738DC0
(115,141,192)
#8A9FC9
(138,159,201)
#A1B1D2
(161,177,210)
#B8C3DB
(184,195,219)
#CFD5E4
(207,213,228)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003393 color. Also use rgb(0,51,147) instead hex code.

Text Font Color

.myTextColor { color: #003393; }

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

This text font color is #003393.

Background Color

.myBgColor { background-color: #003393; }

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

This div background color is #003393.

Border color

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

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

This div border color is #003393.

Opacity

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

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

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

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

This text has shadow with #003393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #003393.

Preview

Color preview on black background

This text has color #003393 on black background.


Color preview on white background

This text has color #003393 on white background.


Black color preview on #003393 background

This text has black color on #003393 background.


White color preview on #003393 background

This text has white color on #003393 background.


Related colors

Complementary color

Complementary color for #hex is #FFCC6C.


I love getcolorcode.com

Triadic colors

1 #930033 and #339300 with #003393 are triadic colors.

2 #933300 and #330093 with #003393 are triadic colors.