COLOR #023079

HEX: #023079
RGB: (2,48,121)

Color info

#023079 contains mainly blue color. Web safe color of #023079 is #003366 (or #036).

RGB color model

#023079 color RGB value is (2,48,121).

  • red value is 2;
  • green value is 48;
  • blue value is 121.
RGB:
(2,48,121)
(1%,19%,47%)

RGB channels and saturation

R 2 of 255 = 1%
G 48 of 255 = 19%
B 121 of 255 = 47%

2
48
121

R + G + B ~ 22%. #023079 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 48 + 121 = 171 (100%)
R 2 of 171 ~ 1.17%
G 48 of 171 ~ 28.07%
B 121 of 171 ~ 70.76%

%28.07
%70.76

CMYK color model

#023079 color CMYK value is (98,60,0,53).

  • cyan value is 98.35%
  • magenta value is 60.33%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(98,60,0,53)
C98M60Y0K53 
(98%,60%,0%,53%)
(0.98/0.60/0.00/0.53)	

CMYK percentages

%98.35
%60.33
%0
%52.55

Codes

Color #023079 in popluar color models

023079
RGB248121
HSL217°96.75%24.12%
HSB/HSV217°98.35%47.45%
CMYK98.35%60.33%0.00%
52.55%

Color #023079 in popluar number systems.

HEX023079
Decimal248121
Binary101100001111001
Octal260171

Shades and tints

Shades of #023079

#023079
(2,48,121)
#022C6E
(2,44,110)
#022863
(2,40,99)
#022458
(2,36,88)
#02204D
(2,32,77)
#021C42
(2,28,66)
#021837
(2,24,55)
#02142C
(2,20,44)
#021021
(2,16,33)
#020C16
(2,12,22)
#02080B
(2,8,11)
#000000
(0,0,0)

Tints of #023079

#023079
(2,48,121)
#194285
(25,66,133)
#305491
(48,84,145)
#47669D
(71,102,157)
#5E78A9
(94,120,169)
#758AB5
(117,138,181)
#8C9CC1
(140,156,193)
#A3AECD
(163,174,205)
#BAC0D9
(186,192,217)
#D1D2E5
(209,210,229)
#E8E4F1
(232,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #023079 color. Also use rgb(2,48,121) instead hex code.

Text Font Color

.myTextColor { color: #023079; }

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

This text font color is #023079.


Background Color

.myBgColor { background-color: #023079; }

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

This div background color is #023079.


Border color

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

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

This div border color is #023079.


Opacity

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

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

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

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

This text has shadow with #023079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #023079 on black background.


Color preview on white background

This text has color #023079 on white background.



Black color preview on #023079 background

This text has black color on #023079 background.


White color preview on #023079 background

This text has white color on #023079 background.