COLOR #00418C

HEX: #00418C
RGB: (0,65,140)

Color info

#00418C contains mainly blue color. Web safe color of #00418C is #003399 (or #039).

RGB color model

#00418C color RGB value is (0,65,140).

  • red value is 0;
  • green value is 65;
  • blue value is 140.
RGB:
(0,65,140)
(0%,25%,55%)

RGB channels and saturation

R 0 of 255 = 0%
G 65 of 255 = 25%
B 140 of 255 = 55%

0
65
140

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

Portions of RGB colors in percentages

R + G + B =
0 + 65 + 140 = 205 (100%)
R 0 of 205 ~ 0%
G 65 of 205 ~ 31.71%
B 140 of 205 ~ 68.29%

%31.71
%68.29

CMYK color model

#00418C color CMYK value is (100,54,0,45).

  • cyan value is 100.00%
  • magenta value is 53.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(100,54,0,45)
C100M54Y0K45 
(100%,54%,0%,45%)
(1.00/0.54/0.00/0.45)	

CMYK percentages

%100
%53.57
%0
%45.1

Codes

Color #00418C in popluar color models

00418C
RGB065140
HSL212°100.00%27.45%
HSB/HSV212°100.00%54.90%
CMYK100.00%53.57%0.00%
45.10%

Color #00418C in popluar number systems.

HEX00418C
Decimal065140
Binary0100000110001100
Octal0101214

Shades and tints

Shades of #00418C

#00418C
(0,65,140)
#003C80
(0,60,128)
#003774
(0,55,116)
#003268
(0,50,104)
#002D5C
(0,45,92)
#002850
(0,40,80)
#002344
(0,35,68)
#001E38
(0,30,56)
#00192C
(0,25,44)
#001420
(0,20,32)
#000F14
(0,15,20)
#000000
(0,0,0)

Tints of #00418C

#00418C
(0,65,140)
#175296
(23,82,150)
#2E63A0
(46,99,160)
#4574AA
(69,116,170)
#5C85B4
(92,133,180)
#7396BE
(115,150,190)
#8AA7C8
(138,167,200)
#A1B8D2
(161,184,210)
#B8C9DC
(184,201,220)
#CFDAE6
(207,218,230)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00418C color. Also use rgb(0,65,140) instead hex code.

Text Font Color

.myTextColor { color: #00418C; }

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

This text font color is #00418C.


Background Color

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

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

This div background color is #00418C.


Border color

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

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

This div border color is #00418C.


Opacity

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

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

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

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

This text has shadow with #00418C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00418C on black background.


Color preview on white background

This text has color #00418C on white background.



Black color preview on #00418C background

This text has black color on #00418C background.


White color preview on #00418C background

This text has white color on #00418C background.