COLOR #00445A

HEX: #00445A
RGB: (0,68,90)

Color info

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

RGB color model

#00445A color RGB value is (0,68,90).

  • red value is 0;
  • green value is 68;
  • blue value is 90.
RGB:
(0,68,90)
(0%,27%,35%)

RGB channels and saturation

R 0 of 255 = 0%
G 68 of 255 = 27%
B 90 of 255 = 35%

0
68
90

R + G + B ~ 21%. #00445A is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 68 + 90 = 158 (100%)
R 0 of 158 ~ 0%
G 68 of 158 ~ 43.04%
B 90 of 158 ~ 56.96%

%43.04
%56.96

CMYK color model

#00445A color CMYK value is (100,24,0,65).

  • cyan value is 100.00%
  • magenta value is 24.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(100,24,0,65)
C100M24Y0K65 
(100%,24%,0%,65%)
(1.00/0.24/0.00/0.65)	

CMYK percentages

%100
%24.44
%0
%64.71

Codes

Color #00445A in popluar color models

00445A
RGB06890
HSL195°100.00%17.65%
HSB/HSV195°100.00%35.29%
CMYK100.00%24.44%0.00%
64.71%

Color #00445A in popluar number systems.

HEX00445A
Decimal06890
Binary010001001011010
Octal0104132

Shades and tints

Shades of #00445A

#00445A
(0,68,90)
#003E52
(0,62,82)
#00384A
(0,56,74)
#003242
(0,50,66)
#002C3A
(0,44,58)
#002632
(0,38,50)
#00202A
(0,32,42)
#001A22
(0,26,34)
#00141A
(0,20,26)
#000E12
(0,14,18)
#00080A
(0,8,10)
#000000
(0,0,0)

Tints of #00445A

#00445A
(0,68,90)
#175569
(23,85,105)
#2E6678
(46,102,120)
#457787
(69,119,135)
#5C8896
(92,136,150)
#7399A5
(115,153,165)
#8AAAB4
(138,170,180)
#A1BBC3
(161,187,195)
#B8CCD2
(184,204,210)
#CFDDE1
(207,221,225)
#E6EEF0
(230,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00445A color. Also use rgb(0,68,90) instead hex code.

Text Font Color

.myTextColor { color: #00445A; }

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

This text font color is #00445A.


Background Color

.myBgColor { background-color: #00445A; }

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

This div background color is #00445A.


Border color

.myBorderColor { border: 1px solid #00445A; }

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

This div border color is #00445A.


Opacity

.myOpacity80 { color: #00445A; opacity: 0.8; }

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

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

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

This text has shadow with #00445A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00445A on black background.


Color preview on white background

This text has color #00445A on white background.



Black color preview on #00445A background

This text has black color on #00445A background.


White color preview on #00445A background

This text has white color on #00445A background.