COLOR #0023A3

HEX: #0023A3
RGB: (0,35,163)

Color info

#0023A3 contains mainly blue color. Web safe color of #0023A3 is #003399 (or #039).

RGB color model

#0023A3 color RGB value is (0,35,163).

  • red value is 0;
  • green value is 35;
  • blue value is 163.
RGB:
(0,35,163)
(0%,14%,64%)

RGB channels and saturation

R 0 of 255 = 0%
G 35 of 255 = 14%
B 163 of 255 = 64%

0
35
163

R + G + B ~ 26%. #0023A3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 35 + 163 = 198 (100%)
R 0 of 198 ~ 0%
G 35 of 198 ~ 17.68%
B 163 of 198 ~ 82.32%

%17.68
%82.32

CMYK color model

#0023A3 color CMYK value is (100,79,0,36).

  • cyan value is 100.00%
  • magenta value is 78.53%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(100,79,0,36)
C100M79Y0K36 
(100%,79%,0%,36%)
(1.00/0.79/0.00/0.36)	

CMYK percentages

%100
%78.53
%0
%36.08

Codes

Color #0023A3 in popluar color models

0023A3
RGB035163
HSL227°100.00%31.96%
HSB/HSV227°100.00%63.92%
CMYK100.00%78.53%0.00%
36.08%

Color #0023A3 in popluar number systems.

HEX0023A3
Decimal035163
Binary010001110100011
Octal043243

Shades and tints

Shades of #0023A3

#0023A3
(0,35,163)
#002095
(0,32,149)
#001D87
(0,29,135)
#001A79
(0,26,121)
#00176B
(0,23,107)
#00145D
(0,20,93)
#00114F
(0,17,79)
#000E41
(0,14,65)
#000B33
(0,11,51)
#000825
(0,8,37)
#000517
(0,5,23)
#000000
(0,0,0)

Tints of #0023A3

#0023A3
(0,35,163)
#1737AB
(23,55,171)
#2E4BB3
(46,75,179)
#455FBB
(69,95,187)
#5C73C3
(92,115,195)
#7387CB
(115,135,203)
#8A9BD3
(138,155,211)
#A1AFDB
(161,175,219)
#B8C3E3
(184,195,227)
#CFD7EB
(207,215,235)
#E6EBF3
(230,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0023A3 color. Also use rgb(0,35,163) instead hex code.

Text Font Color

.myTextColor { color: #0023A3; }

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

This text font color is #0023A3.


Background Color

.myBgColor { background-color: #0023A3; }

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

This div background color is #0023A3.


Border color

.myBorderColor { border: 1px solid #0023A3; }

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

This div border color is #0023A3.


Opacity

.myOpacity80 { color: #0023A3; opacity: 0.8; }

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

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

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

This text has shadow with #0023A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0023A3 on black background.


Color preview on white background

This text has color #0023A3 on white background.



Black color preview on #0023A3 background

This text has black color on #0023A3 background.


White color preview on #0023A3 background

This text has white color on #0023A3 background.