COLOR #002848

HEX: #002848 RGB: (0,40,72)

Color info

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

RGB color model

#002848 color RGB value is (0,40,72).

RGB: (0,40,72) (0%, 16%, 28%)

RGB channels and saturation

R 0 of 255 = 0%
G 40 of 255 = 16%
B 72 of 255 = 28%

0
40
72

R + G + B ~ 15%. #002848 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 40 + 72 = 112 (100%)
R 0 of 112 ~ 0%
G 40 of 112 ~ 35.71%
B 72 of 112 ~ 64.29'%

%35.71
%64.29

CMYK color model

#002848 color CMYK value is (100,44,0,72).

  • cyan value is 100.00%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (100,44,0,72)
C100M44Y0K72 (100%, 44%, 0%, 72%)
(1.00 / 0.44 / 0.00 / 0.72)

CMYK percentages

%100
%44.44
%0
%71.76

Codes

Color #002848 in popluar color models

00 28 48
RGB 0 40 72
HSL 207° 100.00% 14.12%
HSB/HSV 207° 100.00% 28.24%
CMYK 100.00% 44.44% 0.00%
71.76%

Color #002848 in popluar number systems.

HEX 00 28 48
Decimal 0 40 72
Binary 0 101000 1001000
Octal 0 50 110

Shades and tints

Shades of #002848

#002848
(0,40,72)
#002542
(0,37,66)
#00223C
(0,34,60)
#001F36
(0,31,54)
#001C30
(0,28,48)
#00192A
(0,25,42)
#001624
(0,22,36)
#00131E
(0,19,30)
#001018
(0,16,24)
#000D12
(0,13,18)
#000A0C
(0,10,12)
#000000
(0,0,0)

Tints of #002848

#002848
(0,40,72)
#173B58
(23,59,88)
#2E4E68
(46,78,104)
#456178
(69,97,120)
#5C7488
(92,116,136)
#738798
(115,135,152)
#8A9AA8
(138,154,168)
#A1ADB8
(161,173,184)
#B8C0C8
(184,192,200)
#CFD3D8
(207,211,216)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002848 color. Also use rgb(0,40,72) instead hex code.

Text Font Color

.myTextColor { color: #002848; }

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

This text font color is #002848.

Background Color

.myBgColor { background-color: #002848; }

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

This div background color is #002848.

Border color

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

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

This div border color is #002848.

Opacity

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

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

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

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

This text has shadow with #002848 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002848.

Preview

Color preview on black background

This text has color #002848 on black background.


Color preview on white background

This text has color #002848 on white background.


Black color preview on #002848 background

This text has black color on #002848 background.


White color preview on #002848 background

This text has white color on #002848 background.


Related colors

Complementary color

Complementary color for #hex is #FFD7B7.


I love getcolorcode.com

Triadic colors

1 #480028 and #284800 with #002848 are triadic colors.

2 #482800 and #280048 with #002848 are triadic colors.