COLOR #230068

HEX: #230068
RGB: (35,0,104)

Color info

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

RGB color model

#230068 color RGB value is (35,0,104).

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

RGB channels and saturation

R 35 of 255 = 14%
G 0 of 255 = 0%
B 104 of 255 = 41%

35
0
104

R + G + B ~ 18%. #230068 is dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 0 + 104 = 139 (100%)
R 35 of 139 ~ 25.18%
G 0 of 139 ~ 0%
B 104 of 139 ~ 74.82%

%25.18
%74.82

CMYK color model

#230068 color CMYK value is (66,100,0,59).

  • cyan value is 66.35%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(66,100,0,59)
C66M100Y0K59 
(66%,100%,0%,59%)
(0.66/1.00/0.00/0.59)	

CMYK percentages

%66.35
%100
%0
%59.22

Codes

Color #230068 in popluar color models

230068
RGB350104
HSL260°100.00%20.39%
HSB/HSV260°100.00%40.78%
CMYK66.35%100.00%0.00%
59.22%

Color #230068 in popluar number systems.

HEX230068
Decimal350104
Binary10001101101000
Octal430150

Shades and tints

Shades of #230068

#230068
(35,0,104)
#20005F
(32,0,95)
#1D0056
(29,0,86)
#1A004D
(26,0,77)
#170044
(23,0,68)
#14003B
(20,0,59)
#110032
(17,0,50)
#0E0029
(14,0,41)
#0B0020
(11,0,32)
#080017
(8,0,23)
#05000E
(5,0,14)
#000000
(0,0,0)

Tints of #230068

#230068
(35,0,104)
#371775
(55,23,117)
#4B2E82
(75,46,130)
#5F458F
(95,69,143)
#735C9C
(115,92,156)
#8773A9
(135,115,169)
#9B8AB6
(155,138,182)
#AFA1C3
(175,161,195)
#C3B8D0
(195,184,208)
#D7CFDD
(215,207,221)
#EBE6EA
(235,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #230068; }

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

This text font color is #230068.


Background Color

.myBgColor { background-color: #230068; }

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

This div background color is #230068.


Border color

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

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

This div border color is #230068.


Opacity

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

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

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

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

This text has shadow with #230068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #230068 on black background.


Color preview on white background

This text has color #230068 on white background.



Black color preview on #230068 background

This text has black color on #230068 background.


White color preview on #230068 background

This text has white color on #230068 background.