COLOR #002A41

HEX: #002A41
RGB: (0,42,65)

Color info

#002A41 contains only green and blue colors. Web safe color of #002A41 is #003333 (or #033).

RGB color model

#002A41 color RGB value is (0,42,65).

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

RGB channels and saturation

R 0 of 255 = 0%
G 42 of 255 = 16%
B 65 of 255 = 25%

0
42
65

R + G + B ~ 14%. #002A41 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 42 + 65 = 107 (100%)
R 0 of 107 ~ 0%
G 42 of 107 ~ 39.25%
B 65 of 107 ~ 60.75%

%39.25
%60.75

CMYK color model

#002A41 color CMYK value is (100,35,0,75).

  • cyan value is 100.00%
  • magenta value is 35.38%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(100,35,0,75)
C100M35Y0K75 
(100%,35%,0%,75%)
(1.00/0.35/0.00/0.75)	

CMYK percentages

%100
%35.38
%0
%74.51

Codes

Color #002A41 in popluar color models

002A41
RGB04265
HSL201°100.00%12.75%
HSB/HSV201°100.00%25.49%
CMYK100.00%35.38%0.00%
74.51%

Color #002A41 in popluar number systems.

HEX002A41
Decimal04265
Binary01010101000001
Octal052101

Shades and tints

Shades of #002A41

#002A41
(0,42,65)
#00273C
(0,39,60)
#002437
(0,36,55)
#002132
(0,33,50)
#001E2D
(0,30,45)
#001B28
(0,27,40)
#001823
(0,24,35)
#00151E
(0,21,30)
#001219
(0,18,25)
#000F14
(0,15,20)
#000C0F
(0,12,15)
#000000
(0,0,0)

Tints of #002A41

#002A41
(0,42,65)
#173D52
(23,61,82)
#2E5063
(46,80,99)
#456374
(69,99,116)
#5C7685
(92,118,133)
#738996
(115,137,150)
#8A9CA7
(138,156,167)
#A1AFB8
(161,175,184)
#B8C2C9
(184,194,201)
#CFD5DA
(207,213,218)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002A41; }

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

This text font color is #002A41.


Background Color

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

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

This div background color is #002A41.


Border color

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

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

This div border color is #002A41.


Opacity

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

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

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

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

This text has shadow with #002A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002A41 on black background.


Color preview on white background

This text has color #002A41 on white background.



Black color preview on #002A41 background

This text has black color on #002A41 background.


White color preview on #002A41 background

This text has white color on #002A41 background.