COLOR #005896

HEX: #005896
RGB: (0,88,150)

Color info

#005896 contains mainly blue color. Web safe color of #005896 is #006699 (or #069).

RGB color model

#005896 color RGB value is (0,88,150).

  • red value is 0;
  • green value is 88;
  • blue value is 150.
RGB:
(0,88,150)
(0%,35%,59%)

RGB channels and saturation

R 0 of 255 = 0%
G 88 of 255 = 35%
B 150 of 255 = 59%

0
88
150

R + G + B ~ 31%. #005896 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 88 + 150 = 238 (100%)
R 0 of 238 ~ 0%
G 88 of 238 ~ 36.97%
B 150 of 238 ~ 63.03%

%36.97
%63.03

CMYK color model

#005896 color CMYK value is (100,41,0,41).

  • cyan value is 100.00%
  • magenta value is 41.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(100,41,0,41)
C100M41Y0K41 
(100%,41%,0%,41%)
(1.00/0.41/0.00/0.41)	

CMYK percentages

%100
%41.33
%0
%41.18

Codes

Color #005896 in popluar color models

005896
RGB088150
HSL205°100.00%29.41%
HSB/HSV205°100.00%58.82%
CMYK100.00%41.33%0.00%
41.18%

Color #005896 in popluar number systems.

HEX005896
Decimal088150
Binary0101100010010110
Octal0130226

Shades and tints

Shades of #005896

#005896
(0,88,150)
#005089
(0,80,137)
#00487C
(0,72,124)
#00406F
(0,64,111)
#003862
(0,56,98)
#003055
(0,48,85)
#002848
(0,40,72)
#00203B
(0,32,59)
#00182E
(0,24,46)
#001021
(0,16,33)
#000814
(0,8,20)
#000000
(0,0,0)

Tints of #005896

#005896
(0,88,150)
#17679F
(23,103,159)
#2E76A8
(46,118,168)
#4585B1
(69,133,177)
#5C94BA
(92,148,186)
#73A3C3
(115,163,195)
#8AB2CC
(138,178,204)
#A1C1D5
(161,193,213)
#B8D0DE
(184,208,222)
#CFDFE7
(207,223,231)
#E6EEF0
(230,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005896 color. Also use rgb(0,88,150) instead hex code.

Text Font Color

.myTextColor { color: #005896; }

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

This text font color is #005896.


Background Color

.myBgColor { background-color: #005896; }

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

This div background color is #005896.


Border color

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

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

This div border color is #005896.


Opacity

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

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

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

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

This text has shadow with #005896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005896 on black background.


Color preview on white background

This text has color #005896 on white background.



Black color preview on #005896 background

This text has black color on #005896 background.


White color preview on #005896 background

This text has white color on #005896 background.