COLOR #002A75

HEX: #002A75
RGB: (0,42,117)

Color info

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

RGB color model

#002A75 color RGB value is (0,42,117).

  • red value is 0;
  • green value is 42;
  • blue value is 117.
RGB:
(0,42,117)
(0%,16%,46%)

RGB channels and saturation

R 0 of 255 = 0%
G 42 of 255 = 16%
B 117 of 255 = 46%

0
42
117

R + G + B ~ 21%. #002A75 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 42 + 117 = 159 (100%)
R 0 of 159 ~ 0%
G 42 of 159 ~ 26.42%
B 117 of 159 ~ 73.58%

%26.42
%73.58

CMYK color model

#002A75 color CMYK value is (100,64,0,54).

  • cyan value is 100.00%
  • magenta value is 64.10%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(100,64,0,54)
C100M64Y0K54 
(100%,64%,0%,54%)
(1.00/0.64/0.00/0.54)	

CMYK percentages

%100
%64.1
%0
%54.12

Codes

Color #002A75 in popluar color models

002A75
RGB042117
HSL218°100.00%22.94%
HSB/HSV218°100.00%45.88%
CMYK100.00%64.10%0.00%
54.12%

Color #002A75 in popluar number systems.

HEX002A75
Decimal042117
Binary01010101110101
Octal052165

Shades and tints

Shades of #002A75

#002A75
(0,42,117)
#00276B
(0,39,107)
#002461
(0,36,97)
#002157
(0,33,87)
#001E4D
(0,30,77)
#001B43
(0,27,67)
#001839
(0,24,57)
#00152F
(0,21,47)
#001225
(0,18,37)
#000F1B
(0,15,27)
#000C11
(0,12,17)
#000000
(0,0,0)

Tints of #002A75

#002A75
(0,42,117)
#173D81
(23,61,129)
#2E508D
(46,80,141)
#456399
(69,99,153)
#5C76A5
(92,118,165)
#7389B1
(115,137,177)
#8A9CBD
(138,156,189)
#A1AFC9
(161,175,201)
#B8C2D5
(184,194,213)
#CFD5E1
(207,213,225)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002A75 color. Also use rgb(0,42,117) instead hex code.

Text Font Color

.myTextColor { color: #002A75; }

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

This text font color is #002A75.


Background Color

.myBgColor { background-color: #002A75; }

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

This div background color is #002A75.


Border color

.myBorderColor { border: 1px solid #002A75; }

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

This div border color is #002A75.


Opacity

.myOpacity80 { color: #002A75; opacity: 0.8; }

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

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

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

This text has shadow with #002A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002A75 on black background.


Color preview on white background

This text has color #002A75 on white background.



Black color preview on #002A75 background

This text has black color on #002A75 background.


White color preview on #002A75 background

This text has white color on #002A75 background.