COLOR #002395

HEX: #002395
RGB: (0,35,149)

Color info

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

RGB color model

#002395 color RGB value is (0,35,149).

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

RGB channels and saturation

R 0 of 255 = 0%
G 35 of 255 = 14%
B 149 of 255 = 58%

0
35
149

R + G + B ~ 24%. #002395 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 35 + 149 = 184 (100%)
R 0 of 184 ~ 0%
G 35 of 184 ~ 19.02%
B 149 of 184 ~ 80.98%

%19.02
%80.98

CMYK color model

#002395 color CMYK value is (100,77,0,42).

  • cyan value is 100.00%
  • magenta value is 76.51%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(100,77,0,42)
C100M77Y0K42 
(100%,77%,0%,42%)
(1.00/0.77/0.00/0.42)	

CMYK percentages

%100
%76.51
%0
%41.57

Codes

Color #002395 in popluar color models

002395
RGB035149
HSL226°100.00%29.22%
HSB/HSV226°100.00%58.43%
CMYK100.00%76.51%0.00%
41.57%

Color #002395 in popluar number systems.

HEX002395
Decimal035149
Binary010001110010101
Octal043225

Shades and tints

Shades of #002395

#002395
(0,35,149)
#002088
(0,32,136)
#001D7B
(0,29,123)
#001A6E
(0,26,110)
#001761
(0,23,97)
#001454
(0,20,84)
#001147
(0,17,71)
#000E3A
(0,14,58)
#000B2D
(0,11,45)
#000820
(0,8,32)
#000513
(0,5,19)
#000000
(0,0,0)

Tints of #002395

#002395
(0,35,149)
#17379E
(23,55,158)
#2E4BA7
(46,75,167)
#455FB0
(69,95,176)
#5C73B9
(92,115,185)
#7387C2
(115,135,194)
#8A9BCB
(138,155,203)
#A1AFD4
(161,175,212)
#B8C3DD
(184,195,221)
#CFD7E6
(207,215,230)
#E6EBEF
(230,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002395; }

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

This text font color is #002395.


Background Color

.myBgColor { background-color: #002395; }

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

This div background color is #002395.


Border color

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

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

This div border color is #002395.


Opacity

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

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

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

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

This text has shadow with #002395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002395 on black background.


Color preview on white background

This text has color #002395 on white background.



Black color preview on #002395 background

This text has black color on #002395 background.


White color preview on #002395 background

This text has white color on #002395 background.