COLOR #002384

HEX: #002384
RGB: (0,35,132)

Color info

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

RGB color model

#002384 color RGB value is (0,35,132).

  • red value is 0;
  • green value is 35;
  • blue value is 132.
RGB:
(0,35,132)
(0%,14%,52%)

RGB channels and saturation

R 0 of 255 = 0%
G 35 of 255 = 14%
B 132 of 255 = 52%

0
35
132

R + G + B ~ 22%. #002384 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 35 + 132 = 167 (100%)
R 0 of 167 ~ 0%
G 35 of 167 ~ 20.96%
B 132 of 167 ~ 79.04%

%20.96
%79.04

CMYK color model

#002384 color CMYK value is (100,73,0,48).

  • cyan value is 100.00%
  • magenta value is 73.48%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(100,73,0,48)
C100M73Y0K48 
(100%,73%,0%,48%)
(1.00/0.73/0.00/0.48)	

CMYK percentages

%100
%73.48
%0
%48.24

Codes

Color #002384 in popluar color models

002384
RGB035132
HSL224°100.00%25.88%
HSB/HSV224°100.00%51.76%
CMYK100.00%73.48%0.00%
48.24%

Color #002384 in popluar number systems.

HEX002384
Decimal035132
Binary010001110000100
Octal043204

Shades and tints

Shades of #002384

#002384
(0,35,132)
#002078
(0,32,120)
#001D6C
(0,29,108)
#001A60
(0,26,96)
#001754
(0,23,84)
#001448
(0,20,72)
#00113C
(0,17,60)
#000E30
(0,14,48)
#000B24
(0,11,36)
#000818
(0,8,24)
#00050C
(0,5,12)
#000000
(0,0,0)

Tints of #002384

#002384
(0,35,132)
#17378F
(23,55,143)
#2E4B9A
(46,75,154)
#455FA5
(69,95,165)
#5C73B0
(92,115,176)
#7387BB
(115,135,187)
#8A9BC6
(138,155,198)
#A1AFD1
(161,175,209)
#B8C3DC
(184,195,220)
#CFD7E7
(207,215,231)
#E6EBF2
(230,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002384 color. Also use rgb(0,35,132) instead hex code.

Text Font Color

.myTextColor { color: #002384; }

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

This text font color is #002384.


Background Color

.myBgColor { background-color: #002384; }

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

This div background color is #002384.


Border color

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

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

This div border color is #002384.


Opacity

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

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

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

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

This text has shadow with #002384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002384 on black background.


Color preview on white background

This text has color #002384 on white background.



Black color preview on #002384 background

This text has black color on #002384 background.


White color preview on #002384 background

This text has white color on #002384 background.