COLOR #00235C

HEX: #00235C
RGB: (0,35,92)

Color info

#00235C contains only green and blue colors. Web safe color of #00235C is #003366 (or #036).

RGB color model

#00235C color RGB value is (0,35,92).

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

RGB channels and saturation

R 0 of 255 = 0%
G 35 of 255 = 14%
B 92 of 255 = 36%

0
35
92

R + G + B ~ 17%. #00235C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 35 + 92 = 127 (100%)
R 0 of 127 ~ 0%
G 35 of 127 ~ 27.56%
B 92 of 127 ~ 72.44%

%27.56
%72.44

CMYK color model

#00235C color CMYK value is (100,62,0,64).

  • cyan value is 100.00%
  • magenta value is 61.96%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(100,62,0,64)
C100M62Y0K64 
(100%,62%,0%,64%)
(1.00/0.62/0.00/0.64)	

CMYK percentages

%100
%61.96
%0
%63.92

Codes

Color #00235C in popluar color models

00235C
RGB03592
HSL217°100.00%18.04%
HSB/HSV217°100.00%36.08%
CMYK100.00%61.96%0.00%
63.92%

Color #00235C in popluar number systems.

HEX00235C
Decimal03592
Binary01000111011100
Octal043134

Shades and tints

Shades of #00235C

#00235C
(0,35,92)
#002054
(0,32,84)
#001D4C
(0,29,76)
#001A44
(0,26,68)
#00173C
(0,23,60)
#001434
(0,20,52)
#00112C
(0,17,44)
#000E24
(0,14,36)
#000B1C
(0,11,28)
#000814
(0,8,20)
#00050C
(0,5,12)
#000000
(0,0,0)

Tints of #00235C

#00235C
(0,35,92)
#17376A
(23,55,106)
#2E4B78
(46,75,120)
#455F86
(69,95,134)
#5C7394
(92,115,148)
#7387A2
(115,135,162)
#8A9BB0
(138,155,176)
#A1AFBE
(161,175,190)
#B8C3CC
(184,195,204)
#CFD7DA
(207,215,218)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00235C; }

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

This text font color is #00235C.


Background Color

.myBgColor { background-color: #00235C; }

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

This div background color is #00235C.


Border color

.myBorderColor { border: 1px solid #00235C; }

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

This div border color is #00235C.


Opacity

.myOpacity80 { color: #00235C; opacity: 0.8; }

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

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

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

This text has shadow with #00235C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00235C on black background.


Color preview on white background

This text has color #00235C on white background.



Black color preview on #00235C background

This text has black color on #00235C background.


White color preview on #00235C background

This text has white color on #00235C background.