COLOR #042F8F

HEX: #042F8F
RGB: (4,47,143)

Color info

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

RGB color model

#042F8F color RGB value is (4,47,143).

  • red value is 4;
  • green value is 47;
  • blue value is 143.
RGB:
(4,47,143)
(2%,18%,56%)

RGB channels and saturation

R 4 of 255 = 2%
G 47 of 255 = 18%
B 143 of 255 = 56%

4
47
143

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

Portions of RGB colors in percentages

R + G + B =
4 + 47 + 143 = 194 (100%)
R 4 of 194 ~ 2.06%
G 47 of 194 ~ 24.23%
B 143 of 194 ~ 73.71%

%24.23
%73.71

CMYK color model

#042F8F color CMYK value is (97,67,0,44).

  • cyan value is 97.20%
  • magenta value is 67.13%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(97,67,0,44)
C97M67Y0K44 
(97%,67%,0%,44%)
(0.97/0.67/0.00/0.44)	

CMYK percentages

%97.2
%67.13
%0
%43.92

Codes

Color #042F8F in popluar color models

042F8F
RGB447143
HSL221°94.56%28.82%
HSB/HSV221°97.20%56.08%
CMYK97.20%67.13%0.00%
43.92%

Color #042F8F in popluar number systems.

HEX042F8F
Decimal447143
Binary10010111110001111
Octal457217

Shades and tints

Shades of #042F8F

#042F8F
(4,47,143)
#042B82
(4,43,130)
#042775
(4,39,117)
#042368
(4,35,104)
#041F5B
(4,31,91)
#041B4E
(4,27,78)
#041741
(4,23,65)
#041334
(4,19,52)
#040F27
(4,15,39)
#040B1A
(4,11,26)
#04070D
(4,7,13)
#000000
(0,0,0)

Tints of #042F8F

#042F8F
(4,47,143)
#1A4199
(26,65,153)
#3053A3
(48,83,163)
#4665AD
(70,101,173)
#5C77B7
(92,119,183)
#7289C1
(114,137,193)
#889BCB
(136,155,203)
#9EADD5
(158,173,213)
#B4BFDF
(180,191,223)
#CAD1E9
(202,209,233)
#E0E3F3
(224,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #042F8F color. Also use rgb(4,47,143) instead hex code.

Text Font Color

.myTextColor { color: #042F8F; }

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

This text font color is #042F8F.


Background Color

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

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

This div background color is #042F8F.


Border color

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

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

This div border color is #042F8F.


Opacity

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

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

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

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

This text has shadow with #042F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042F8F on black background.


Color preview on white background

This text has color #042F8F on white background.



Black color preview on #042F8F background

This text has black color on #042F8F background.


White color preview on #042F8F background

This text has white color on #042F8F background.