COLOR #002365

HEX: #002365
RGB: (0,35,101)

Color info

#002365 contains mainly blue color. Web safe color of #002365 is #003366 (or #036).

RGB color model

#002365 color RGB value is (0,35,101).

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

RGB channels and saturation

R 0 of 255 = 0%
G 35 of 255 = 14%
B 101 of 255 = 40%

0
35
101

R + G + B ~ 18%. #002365 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 35 + 101 = 136 (100%)
R 0 of 136 ~ 0%
G 35 of 136 ~ 25.74%
B 101 of 136 ~ 74.26%

%25.74
%74.26

CMYK color model

#002365 color CMYK value is (100,65,0,60).

  • cyan value is 100.00%
  • magenta value is 65.35%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(100,65,0,60)
C100M65Y0K60 
(100%,65%,0%,60%)
(1.00/0.65/0.00/0.60)	

CMYK percentages

%100
%65.35
%0
%60.39

Codes

Color #002365 in popluar color models

002365
RGB035101
HSL219°100.00%19.80%
HSB/HSV219°100.00%39.61%
CMYK100.00%65.35%0.00%
60.39%

Color #002365 in popluar number systems.

HEX002365
Decimal035101
Binary01000111100101
Octal043145

Shades and tints

Shades of #002365

#002365
(0,35,101)
#00205C
(0,32,92)
#001D53
(0,29,83)
#001A4A
(0,26,74)
#001741
(0,23,65)
#001438
(0,20,56)
#00112F
(0,17,47)
#000E26
(0,14,38)
#000B1D
(0,11,29)
#000814
(0,8,20)
#00050B
(0,5,11)
#000000
(0,0,0)

Tints of #002365

#002365
(0,35,101)
#173773
(23,55,115)
#2E4B81
(46,75,129)
#455F8F
(69,95,143)
#5C739D
(92,115,157)
#7387AB
(115,135,171)
#8A9BB9
(138,155,185)
#A1AFC7
(161,175,199)
#B8C3D5
(184,195,213)
#CFD7E3
(207,215,227)
#E6EBF1
(230,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002365; }

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

This text font color is #002365.


Background Color

.myBgColor { background-color: #002365; }

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

This div background color is #002365.


Border color

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

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

This div border color is #002365.


Opacity

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

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

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

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

This text has shadow with #002365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002365 on black background.


Color preview on white background

This text has color #002365 on white background.



Black color preview on #002365 background

This text has black color on #002365 background.


White color preview on #002365 background

This text has white color on #002365 background.