COLOR #002754

HEX: #002754 RGB: (0,39,84)

Color info

#002754 contains only green and blue colors. Web safe color of #002754 is #003366 (or #036).

RGB color model

#002754 color RGB value is (0,39,84).

RGB: (0,39,84) (0%, 15%, 33%)

RGB channels and saturation

R 0 of 255 = 0%
G 39 of 255 = 15%
B 84 of 255 = 33%

0
39
84

R + G + B ~ 16%. #002754 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 39 + 84 = 123 (100%)
R 0 of 123 ~ 0%
G 39 of 123 ~ 31.71%
B 84 of 123 ~ 68.29'%

%31.71
%68.29

CMYK color model

#002754 color CMYK value is (100,54,0,67).

  • cyan value is 100.00%
  • magenta value is 53.57%
  • yellow value is 0.00%
  • key color value is 67.06%

CMYK: (100,54,0,67)
C100M54Y0K67 (100%, 54%, 0%, 67%)
(1.00 / 0.54 / 0.00 / 0.67)

CMYK percentages

%100
%53.57
%0
%67.06

Codes

Color #002754 in popluar color models

00 27 54
RGB 0 39 84
HSL 212° 100.00% 16.47%
HSB/HSV 212° 100.00% 32.94%
CMYK 100.00% 53.57% 0.00%
67.06%

Color #002754 in popluar number systems.

HEX 00 27 54
Decimal 0 39 84
Binary 0 100111 1010100
Octal 0 47 124

Shades and tints

Shades of #002754

#002754
(0,39,84)
#00244D
(0,36,77)
#002146
(0,33,70)
#001E3F
(0,30,63)
#001B38
(0,27,56)
#001831
(0,24,49)
#00152A
(0,21,42)
#001223
(0,18,35)
#000F1C
(0,15,28)
#000C15
(0,12,21)
#00090E
(0,9,14)
#000000
(0,0,0)

Tints of #002754

#002754
(0,39,84)
#173A63
(23,58,99)
#2E4D72
(46,77,114)
#456081
(69,96,129)
#5C7390
(92,115,144)
#73869F
(115,134,159)
#8A99AE
(138,153,174)
#A1ACBD
(161,172,189)
#B8BFCC
(184,191,204)
#CFD2DB
(207,210,219)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002754 color. Also use rgb(0,39,84) instead hex code.

Text Font Color

.myTextColor { color: #002754; }

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

This text font color is #002754.

Background Color

.myBgColor { background-color: #002754; }

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

This div background color is #002754.

Border color

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

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

This div border color is #002754.

Opacity

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

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

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

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

This text has shadow with #002754 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002754.

Preview

Color preview on black background

This text has color #002754 on black background.


Color preview on white background

This text has color #002754 on white background.


Black color preview on #002754 background

This text has black color on #002754 background.


White color preview on #002754 background

This text has white color on #002754 background.


Related colors

Complementary color

Complementary color for #hex is #FFD8AB.


I love getcolorcode.com

Triadic colors

1 #540027 and #275400 with #002754 are triadic colors.

2 #542700 and #270054 with #002754 are triadic colors.