COLOR #042C82

HEX: #042C82
RGB: (4,44,130)

Color info

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

RGB color model

#042C82 color RGB value is (4,44,130).

  • red value is 4;
  • green value is 44;
  • blue value is 130.
RGB:
(4,44,130)
(2%,17%,51%)

RGB channels and saturation

R 4 of 255 = 2%
G 44 of 255 = 17%
B 130 of 255 = 51%

4
44
130

R + G + B ~ 23%. #042C82 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 44 + 130 = 178 (100%)
R 4 of 178 ~ 2.25%
G 44 of 178 ~ 24.72%
B 130 of 178 ~ 73.03%

%24.72
%73.03

CMYK color model

#042C82 color CMYK value is (97,66,0,49).

  • cyan value is 96.92%
  • magenta value is 66.15%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(97,66,0,49)
C97M66Y0K49 
(97%,66%,0%,49%)
(0.97/0.66/0.00/0.49)	

CMYK percentages

%96.92
%66.15
%0
%49.02

Codes

Color #042C82 in popluar color models

042C82
RGB444130
HSL221°94.03%26.27%
HSB/HSV221°96.92%50.98%
CMYK96.92%66.15%0.00%
49.02%

Color #042C82 in popluar number systems.

HEX042C82
Decimal444130
Binary10010110010000010
Octal454202

Shades and tints

Shades of #042C82

#042C82
(4,44,130)
#042877
(4,40,119)
#04246C
(4,36,108)
#042061
(4,32,97)
#041C56
(4,28,86)
#04184B
(4,24,75)
#041440
(4,20,64)
#041035
(4,16,53)
#040C2A
(4,12,42)
#04081F
(4,8,31)
#040414
(4,4,20)
#000000
(0,0,0)

Tints of #042C82

#042C82
(4,44,130)
#1A3F8D
(26,63,141)
#305298
(48,82,152)
#4665A3
(70,101,163)
#5C78AE
(92,120,174)
#728BB9
(114,139,185)
#889EC4
(136,158,196)
#9EB1CF
(158,177,207)
#B4C4DA
(180,196,218)
#CAD7E5
(202,215,229)
#E0EAF0
(224,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #042C82 color. Also use rgb(4,44,130) instead hex code.

Text Font Color

.myTextColor { color: #042C82; }

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

This text font color is #042C82.


Background Color

.myBgColor { background-color: #042C82; }

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

This div background color is #042C82.


Border color

.myBorderColor { border: 1px solid #042C82; }

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

This div border color is #042C82.


Opacity

.myOpacity80 { color: #042C82; opacity: 0.8; }

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

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

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

This text has shadow with #042C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042C82 on black background.


Color preview on white background

This text has color #042C82 on white background.



Black color preview on #042C82 background

This text has black color on #042C82 background.


White color preview on #042C82 background

This text has white color on #042C82 background.