COLOR #0248A1

HEX: #0248A1
RGB: (2,72,161)

Color info

#0248A1 contains mainly blue color. Web safe color of #0248A1 is #003399 (or #039).

RGB color model

#0248A1 color RGB value is (2,72,161).

  • red value is 2;
  • green value is 72;
  • blue value is 161.
RGB:
(2,72,161)
(1%,28%,63%)

RGB channels and saturation

R 2 of 255 = 1%
G 72 of 255 = 28%
B 161 of 255 = 63%

2
72
161

R + G + B ~ 31%. #0248A1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 72 + 161 = 235 (100%)
R 2 of 235 ~ 0.85%
G 72 of 235 ~ 30.64%
B 161 of 235 ~ 68.51%

%30.64
%68.51

CMYK color model

#0248A1 color CMYK value is (99,55,0,37).

  • cyan value is 98.76%
  • magenta value is 55.28%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(99,55,0,37)
C99M55Y0K37 
(99%,55%,0%,37%)
(0.99/0.55/0.00/0.37)	

CMYK percentages

%98.76
%55.28
%0
%36.86

Codes

Color #0248A1 in popluar color models

0248A1
RGB272161
HSL214°97.55%31.96%
HSB/HSV214°98.76%63.14%
CMYK98.76%55.28%0.00%
36.86%

Color #0248A1 in popluar number systems.

HEX0248A1
Decimal272161
Binary10100100010100001
Octal2110241

Shades and tints

Shades of #0248A1

#0248A1
(2,72,161)
#024293
(2,66,147)
#023C85
(2,60,133)
#023677
(2,54,119)
#023069
(2,48,105)
#022A5B
(2,42,91)
#02244D
(2,36,77)
#021E3F
(2,30,63)
#021831
(2,24,49)
#021223
(2,18,35)
#020C15
(2,12,21)
#000000
(0,0,0)

Tints of #0248A1

#0248A1
(2,72,161)
#1958A9
(25,88,169)
#3068B1
(48,104,177)
#4778B9
(71,120,185)
#5E88C1
(94,136,193)
#7598C9
(117,152,201)
#8CA8D1
(140,168,209)
#A3B8D9
(163,184,217)
#BAC8E1
(186,200,225)
#D1D8E9
(209,216,233)
#E8E8F1
(232,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0248A1 color. Also use rgb(2,72,161) instead hex code.

Text Font Color

.myTextColor { color: #0248A1; }

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

This text font color is #0248A1.


Background Color

.myBgColor { background-color: #0248A1; }

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

This div background color is #0248A1.


Border color

.myBorderColor { border: 1px solid #0248A1; }

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

This div border color is #0248A1.


Opacity

.myOpacity80 { color: #0248A1; opacity: 0.8; }

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

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

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

This text has shadow with #0248A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0248A1 on black background.


Color preview on white background

This text has color #0248A1 on white background.



Black color preview on #0248A1 background

This text has black color on #0248A1 background.


White color preview on #0248A1 background

This text has white color on #0248A1 background.