COLOR #0048A2

HEX: #0048A2
RGB: (0,72,162)

Color info

#0048A2 contains mainly blue color. Web safe color of #0048A2 is #003399 (or #039).

RGB color model

#0048A2 color RGB value is (0,72,162).

  • red value is 0;
  • green value is 72;
  • blue value is 162.
RGB:
(0,72,162)
(0%,28%,64%)

RGB channels and saturation

R 0 of 255 = 0%
G 72 of 255 = 28%
B 162 of 255 = 64%

0
72
162

R + G + B ~ 31%. #0048A2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 72 + 162 = 234 (100%)
R 0 of 234 ~ 0%
G 72 of 234 ~ 30.77%
B 162 of 234 ~ 69.23%

%30.77
%69.23

CMYK color model

#0048A2 color CMYK value is (100,56,0,36).

  • cyan value is 100.00%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(100,56,0,36)
C100M56Y0K36 
(100%,56%,0%,36%)
(1.00/0.56/0.00/0.36)	

CMYK percentages

%100
%55.56
%0
%36.47

Codes

Color #0048A2 in popluar color models

0048A2
RGB072162
HSL213°100.00%31.76%
HSB/HSV213°100.00%63.53%
CMYK100.00%55.56%0.00%
36.47%

Color #0048A2 in popluar number systems.

HEX0048A2
Decimal072162
Binary0100100010100010
Octal0110242

Shades and tints

Shades of #0048A2

#0048A2
(0,72,162)
#004294
(0,66,148)
#003C86
(0,60,134)
#003678
(0,54,120)
#00306A
(0,48,106)
#002A5C
(0,42,92)
#00244E
(0,36,78)
#001E40
(0,30,64)
#001832
(0,24,50)
#001224
(0,18,36)
#000C16
(0,12,22)
#000000
(0,0,0)

Tints of #0048A2

#0048A2
(0,72,162)
#1758AA
(23,88,170)
#2E68B2
(46,104,178)
#4578BA
(69,120,186)
#5C88C2
(92,136,194)
#7398CA
(115,152,202)
#8AA8D2
(138,168,210)
#A1B8DA
(161,184,218)
#B8C8E2
(184,200,226)
#CFD8EA
(207,216,234)
#E6E8F2
(230,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0048A2; }

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

This text font color is #0048A2.


Background Color

.myBgColor { background-color: #0048A2; }

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

This div background color is #0048A2.


Border color

.myBorderColor { border: 1px solid #0048A2; }

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

This div border color is #0048A2.


Opacity

.myOpacity80 { color: #0048A2; opacity: 0.8; }

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

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

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

This text has shadow with #0048A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0048A2 on black background.


Color preview on white background

This text has color #0048A2 on white background.



Black color preview on #0048A2 background

This text has black color on #0048A2 background.


White color preview on #0048A2 background

This text has white color on #0048A2 background.