COLOR #005975

HEX: #005975
RGB: (0,89,117)

Color info

#005975 contains only green and blue colors. Web safe color of #005975 is #006666 (or #066).

RGB color model

#005975 color RGB value is (0,89,117).

  • red value is 0;
  • green value is 89;
  • blue value is 117.
RGB:
(0,89,117)
(0%,35%,46%)

RGB channels and saturation

R 0 of 255 = 0%
G 89 of 255 = 35%
B 117 of 255 = 46%

0
89
117

R + G + B ~ 27%. #005975 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 89 + 117 = 206 (100%)
R 0 of 206 ~ 0%
G 89 of 206 ~ 43.2%
B 117 of 206 ~ 56.8%

%43.2
%56.8

CMYK color model

#005975 color CMYK value is (100,24,0,54).

  • cyan value is 100.00%
  • magenta value is 23.93%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(100,24,0,54)
C100M24Y0K54 
(100%,24%,0%,54%)
(1.00/0.24/0.00/0.54)	

CMYK percentages

%100
%23.93
%0
%54.12

Codes

Color #005975 in popluar color models

005975
RGB089117
HSL194°100.00%22.94%
HSB/HSV194°100.00%45.88%
CMYK100.00%23.93%0.00%
54.12%

Color #005975 in popluar number systems.

HEX005975
Decimal089117
Binary010110011110101
Octal0131165

Shades and tints

Shades of #005975

#005975
(0,89,117)
#00516B
(0,81,107)
#004961
(0,73,97)
#004157
(0,65,87)
#00394D
(0,57,77)
#003143
(0,49,67)
#002939
(0,41,57)
#00212F
(0,33,47)
#001925
(0,25,37)
#00111B
(0,17,27)
#000911
(0,9,17)
#000000
(0,0,0)

Tints of #005975

#005975
(0,89,117)
#176881
(23,104,129)
#2E778D
(46,119,141)
#458699
(69,134,153)
#5C95A5
(92,149,165)
#73A4B1
(115,164,177)
#8AB3BD
(138,179,189)
#A1C2C9
(161,194,201)
#B8D1D5
(184,209,213)
#CFE0E1
(207,224,225)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005975 color. Also use rgb(0,89,117) instead hex code.

Text Font Color

.myTextColor { color: #005975; }

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

This text font color is #005975.


Background Color

.myBgColor { background-color: #005975; }

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

This div background color is #005975.


Border color

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

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

This div border color is #005975.


Opacity

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

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

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

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

This text has shadow with #005975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005975 on black background.


Color preview on white background

This text has color #005975 on white background.



Black color preview on #005975 background

This text has black color on #005975 background.


White color preview on #005975 background

This text has white color on #005975 background.