COLOR #004284

HEX: #004284
RGB: (0,66,132)

Color info

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

RGB color model

#004284 color RGB value is (0,66,132).

  • red value is 0;
  • green value is 66;
  • blue value is 132.
RGB:
(0,66,132)
(0%,26%,52%)

RGB channels and saturation

R 0 of 255 = 0%
G 66 of 255 = 26%
B 132 of 255 = 52%

0
66
132

R + G + B ~ 26%. #004284 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 66 + 132 = 198 (100%)
R 0 of 198 ~ 0%
G 66 of 198 ~ 33.33%
B 132 of 198 ~ 66.67%

%33.33
%66.67

CMYK color model

#004284 color CMYK value is (100,50,0,48).

  • cyan value is 100.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(100,50,0,48)
C100M50Y0K48 
(100%,50%,0%,48%)
(1.00/0.50/0.00/0.48)	

CMYK percentages

%100
%50
%0
%48.24

Codes

Color #004284 in popluar color models

004284
RGB066132
HSL210°100.00%25.88%
HSB/HSV210°100.00%51.76%
CMYK100.00%50.00%0.00%
48.24%

Color #004284 in popluar number systems.

HEX004284
Decimal066132
Binary0100001010000100
Octal0102204

Shades and tints

Shades of #004284

#004284
(0,66,132)
#003C78
(0,60,120)
#00366C
(0,54,108)
#003060
(0,48,96)
#002A54
(0,42,84)
#002448
(0,36,72)
#001E3C
(0,30,60)
#001830
(0,24,48)
#001224
(0,18,36)
#000C18
(0,12,24)
#00060C
(0,6,12)
#000000
(0,0,0)

Tints of #004284

#004284
(0,66,132)
#17538F
(23,83,143)
#2E649A
(46,100,154)
#4575A5
(69,117,165)
#5C86B0
(92,134,176)
#7397BB
(115,151,187)
#8AA8C6
(138,168,198)
#A1B9D1
(161,185,209)
#B8CADC
(184,202,220)
#CFDBE7
(207,219,231)
#E6ECF2
(230,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004284 color. Also use rgb(0,66,132) instead hex code.

Text Font Color

.myTextColor { color: #004284; }

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

This text font color is #004284.


Background Color

.myBgColor { background-color: #004284; }

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

This div background color is #004284.


Border color

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

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

This div border color is #004284.


Opacity

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

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

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

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

This text has shadow with #004284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004284 on black background.


Color preview on white background

This text has color #004284 on white background.



Black color preview on #004284 background

This text has black color on #004284 background.


White color preview on #004284 background

This text has white color on #004284 background.