COLOR #002546

HEX: #002546
RGB: (0,37,70)

Color info

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

RGB color model

#002546 color RGB value is (0,37,70).

  • red value is 0;
  • green value is 37;
  • blue value is 70.
RGB:
(0,37,70)
(0%,15%,27%)

RGB channels and saturation

R 0 of 255 = 0%
G 37 of 255 = 15%
B 70 of 255 = 27%

0
37
70

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

Portions of RGB colors in percentages

R + G + B =
0 + 37 + 70 = 107 (100%)
R 0 of 107 ~ 0%
G 37 of 107 ~ 34.58%
B 70 of 107 ~ 65.42%

%34.58
%65.42

CMYK color model

#002546 color CMYK value is (100,47,0,73).

  • cyan value is 100.00%
  • magenta value is 47.14%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(100,47,0,73)
C100M47Y0K73 
(100%,47%,0%,73%)
(1.00/0.47/0.00/0.73)	

CMYK percentages

%100
%47.14
%0
%72.55

Codes

Color #002546 in popluar color models

002546
RGB03770
HSL208°100.00%13.73%
HSB/HSV208°100.00%27.45%
CMYK100.00%47.14%0.00%
72.55%

Color #002546 in popluar number systems.

HEX002546
Decimal03770
Binary01001011000110
Octal045106

Shades and tints

Shades of #002546

#002546
(0,37,70)
#002240
(0,34,64)
#001F3A
(0,31,58)
#001C34
(0,28,52)
#00192E
(0,25,46)
#001628
(0,22,40)
#001322
(0,19,34)
#00101C
(0,16,28)
#000D16
(0,13,22)
#000A10
(0,10,16)
#00070A
(0,7,10)
#000000
(0,0,0)

Tints of #002546

#002546
(0,37,70)
#173856
(23,56,86)
#2E4B66
(46,75,102)
#455E76
(69,94,118)
#5C7186
(92,113,134)
#738496
(115,132,150)
#8A97A6
(138,151,166)
#A1AAB6
(161,170,182)
#B8BDC6
(184,189,198)
#CFD0D6
(207,208,214)
#E6E3E6
(230,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002546 color. Also use rgb(0,37,70) instead hex code.

Text Font Color

.myTextColor { color: #002546; }

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

This text font color is #002546.


Background Color

.myBgColor { background-color: #002546; }

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

This div background color is #002546.


Border color

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

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

This div border color is #002546.


Opacity

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

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

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

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

This text has shadow with #002546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002546 on black background.


Color preview on white background

This text has color #002546 on white background.



Black color preview on #002546 background

This text has black color on #002546 background.


White color preview on #002546 background

This text has white color on #002546 background.