COLOR #005369

HEX: #005369 RGB: (0,83,105)

Color info

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

RGB color model

#005369 color RGB value is (0,83,105).

RGB: (0,83,105) (0%, 33%, 41%)

RGB channels and saturation

R 0 of 255 = 0%
G 83 of 255 = 33%
B 105 of 255 = 41%

0
83
105

R + G + B ~ 25%. #005369 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 83 + 105 = 188 (100%)
R 0 of 188 ~ 0%
G 83 of 188 ~ 44.15%
B 105 of 188 ~ 55.85'%

%44.15
%55.85

CMYK color model

#005369 color CMYK value is (100,21,0,59).

  • cyan value is 100.00%
  • magenta value is 20.95%
  • yellow value is 0.00%
  • key color value is 58.82%

CMYK: (100,21,0,59)
C100M21Y0K59 (100%, 21%, 0%, 59%)
(1.00 / 0.21 / 0.00 / 0.59)

CMYK percentages

%100
%20.95
%0
%58.82

Codes

Color #005369 in popluar color models

00 53 69
RGB 0 83 105
HSL 193° 100.00% 20.59%
HSB/HSV 193° 100.00% 41.18%
CMYK 100.00% 20.95% 0.00%
58.82%

Color #005369 in popluar number systems.

HEX 00 53 69
Decimal 0 83 105
Binary 0 1010011 1101001
Octal 0 123 151

Shades and tints

Shades of #005369

#005369
(0,83,105)
#004C60
(0,76,96)
#004557
(0,69,87)
#003E4E
(0,62,78)
#003745
(0,55,69)
#00303C
(0,48,60)
#002933
(0,41,51)
#00222A
(0,34,42)
#001B21
(0,27,33)
#001418
(0,20,24)
#000D0F
(0,13,15)
#000000
(0,0,0)

Tints of #005369

#005369
(0,83,105)
#176276
(23,98,118)
#2E7183
(46,113,131)
#458090
(69,128,144)
#5C8F9D
(92,143,157)
#739EAA
(115,158,170)
#8AADB7
(138,173,183)
#A1BCC4
(161,188,196)
#B8CBD1
(184,203,209)
#CFDADE
(207,218,222)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005369 color. Also use rgb(0,83,105) instead hex code.

Text Font Color

.myTextColor { color: #005369; }

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

This text font color is #005369.

Background Color

.myBgColor { background-color: #005369; }

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

This div background color is #005369.

Border color

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

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

This div border color is #005369.

Opacity

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

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

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

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

This text has shadow with #005369 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #005369.

Preview

Color preview on black background

This text has color #005369 on black background.


Color preview on white background

This text has color #005369 on white background.


Black color preview on #005369 background

This text has black color on #005369 background.


White color preview on #005369 background

This text has white color on #005369 background.


Related colors

Complementary color

Complementary color for #hex is #FFAC96.


I love getcolorcode.com

Triadic colors

1 #690053 and #536900 with #005369 are triadic colors.

2 #695300 and #530069 with #005369 are triadic colors.