COLOR #023F99

HEX: #023F99
RGB: (2,63,153)

Color info

#023F99 contains mainly blue color. Web safe color of #023F99 is #003399 (or #039).

RGB color model

#023F99 color RGB value is (2,63,153).

  • red value is 2;
  • green value is 63;
  • blue value is 153.
RGB:
(2,63,153)
(1%,25%,60%)

RGB channels and saturation

R 2 of 255 = 1%
G 63 of 255 = 25%
B 153 of 255 = 60%

2
63
153

R + G + B ~ 29%. #023F99 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 63 + 153 = 218 (100%)
R 2 of 218 ~ 0.92%
G 63 of 218 ~ 28.9%
B 153 of 218 ~ 70.18%

%28.9
%70.18

CMYK color model

#023F99 color CMYK value is (99,59,0,40).

  • cyan value is 98.69%
  • magenta value is 58.82%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(99,59,0,40)
C99M59Y0K40 
(99%,59%,0%,40%)
(0.99/0.59/0.00/0.40)	

CMYK percentages

%98.69
%58.82
%0
%40

Codes

Color #023F99 in popluar color models

023F99
RGB263153
HSL216°97.42%30.39%
HSB/HSV216°98.69%60.00%
CMYK98.69%58.82%0.00%
40.00%

Color #023F99 in popluar number systems.

HEX023F99
Decimal263153
Binary1011111110011001
Octal277231

Shades and tints

Shades of #023F99

#023F99
(2,63,153)
#023A8C
(2,58,140)
#02357F
(2,53,127)
#023072
(2,48,114)
#022B65
(2,43,101)
#022658
(2,38,88)
#02214B
(2,33,75)
#021C3E
(2,28,62)
#021731
(2,23,49)
#021224
(2,18,36)
#020D17
(2,13,23)
#000000
(0,0,0)

Tints of #023F99

#023F99
(2,63,153)
#1950A2
(25,80,162)
#3061AB
(48,97,171)
#4772B4
(71,114,180)
#5E83BD
(94,131,189)
#7594C6
(117,148,198)
#8CA5CF
(140,165,207)
#A3B6D8
(163,182,216)
#BAC7E1
(186,199,225)
#D1D8EA
(209,216,234)
#E8E9F3
(232,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #023F99 color. Also use rgb(2,63,153) instead hex code.

Text Font Color

.myTextColor { color: #023F99; }

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

This text font color is #023F99.


Background Color

.myBgColor { background-color: #023F99; }

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

This div background color is #023F99.


Border color

.myBorderColor { border: 1px solid #023F99; }

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

This div border color is #023F99.


Opacity

.myOpacity80 { color: #023F99; opacity: 0.8; }

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

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

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

This text has shadow with #023F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #023F99 on black background.


Color preview on white background

This text has color #023F99 on white background.



Black color preview on #023F99 background

This text has black color on #023F99 background.


White color preview on #023F99 background

This text has white color on #023F99 background.