COLOR #230073

HEX: #230073
RGB: (35,0,115)

Color info

#230073 contains mainly blue color. Web safe color of #230073 is #330066 (or #306).

RGB color model

#230073 color RGB value is (35,0,115).

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

RGB channels and saturation

R 35 of 255 = 14%
G 0 of 255 = 0%
B 115 of 255 = 45%

35
0
115

R + G + B ~ 20%. #230073 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 0 + 115 = 150 (100%)
R 35 of 150 ~ 23.33%
G 0 of 150 ~ 0%
B 115 of 150 ~ 76.67%

%23.33
%76.67

CMYK color model

#230073 color CMYK value is (70,100,0,55).

  • cyan value is 69.57%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(70,100,0,55)
C70M100Y0K55 
(70%,100%,0%,55%)
(0.70/1.00/0.00/0.55)	

CMYK percentages

%69.57
%100
%0
%54.9

Codes

Color #230073 in popluar color models

230073
RGB350115
HSL258°100.00%22.55%
HSB/HSV258°100.00%45.10%
CMYK69.57%100.00%0.00%
54.90%

Color #230073 in popluar number systems.

HEX230073
Decimal350115
Binary10001101110011
Octal430163

Shades and tints

Shades of #230073

#230073
(35,0,115)
#200069
(32,0,105)
#1D005F
(29,0,95)
#1A0055
(26,0,85)
#17004B
(23,0,75)
#140041
(20,0,65)
#110037
(17,0,55)
#0E002D
(14,0,45)
#0B0023
(11,0,35)
#080019
(8,0,25)
#05000F
(5,0,15)
#000000
(0,0,0)

Tints of #230073

#230073
(35,0,115)
#37177F
(55,23,127)
#4B2E8B
(75,46,139)
#5F4597
(95,69,151)
#735CA3
(115,92,163)
#8773AF
(135,115,175)
#9B8ABB
(155,138,187)
#AFA1C7
(175,161,199)
#C3B8D3
(195,184,211)
#D7CFDF
(215,207,223)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #230073; }

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

This text font color is #230073.


Background Color

.myBgColor { background-color: #230073; }

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

This div background color is #230073.


Border color

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

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

This div border color is #230073.


Opacity

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

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

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

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

This text has shadow with #230073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #230073 on black background.


Color preview on white background

This text has color #230073 on white background.



Black color preview on #230073 background

This text has black color on #230073 background.


White color preview on #230073 background

This text has white color on #230073 background.