COLOR #042E60

HEX: #042E60 RGB: (4,46,96)

Color info

#042E60 contains mainly green and blue colors. Web safe color of #042E60 is #003366 (or #036).

RGB color model

#042E60 color RGB value is (4,46,96).

RGB: (4,46,96) (2%, 18%, 38%)

RGB channels and saturation

R 4 of 255 = 2%
G 46 of 255 = 18%
B 96 of 255 = 38%

4
46
96

R + G + B ~ 19%. #042E60 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 46 + 96 = 146 (100%)
R 4 of 146 ~ 2.74%
G 46 of 146 ~ 31.51%
B 96 of 146 ~ 65.75'%

%31.51
%65.75

CMYK color model

#042E60 color CMYK value is (96,52,0,62).

  • cyan value is 95.83%
  • magenta value is 52.08%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (96,52,0,62)
C96M52Y0K62 (96%, 52%, 0%, 62%)
(0.96 / 0.52 / 0.00 / 0.62)

CMYK percentages

%95.83
%52.08
%0
%62.35

Codes

Color #042E60 in popluar color models

04 2E 60
RGB 4 46 96
HSL 213° 92.00% 19.61%
HSB/HSV 213° 95.83% 37.65%
CMYK 95.83% 52.08% 0.00%
62.35%

Color #042E60 in popluar number systems.

HEX 04 2E 60
Decimal 4 46 96
Binary 100 101110 1100000
Octal 4 56 140

Shades and tints

Shades of #042E60

#042E60
(4,46,96)
#042A58
(4,42,88)
#042650
(4,38,80)
#042248
(4,34,72)
#041E40
(4,30,64)
#041A38
(4,26,56)
#041630
(4,22,48)
#041228
(4,18,40)
#040E20
(4,14,32)
#040A18
(4,10,24)
#040610
(4,6,16)
#000000
(0,0,0)

Tints of #042E60

#042E60
(4,46,96)
#1A416E
(26,65,110)
#30547C
(48,84,124)
#46678A
(70,103,138)
#5C7A98
(92,122,152)
#728DA6
(114,141,166)
#88A0B4
(136,160,180)
#9EB3C2
(158,179,194)
#B4C6D0
(180,198,208)
#CAD9DE
(202,217,222)
#E0ECEC
(224,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #042E60 color. Also use rgb(4,46,96) instead hex code.

Text Font Color

.myTextColor { color: #042E60; }

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

This text font color is #042E60.

Background Color

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

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

This div background color is #042E60.

Border color

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

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

This div border color is #042E60.

Opacity

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

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

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

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

This text has shadow with #042E60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #042E60.

Preview

Color preview on black background

This text has color #042E60 on black background.


Color preview on white background

This text has color #042E60 on white background.


Black color preview on #042E60 background

This text has black color on #042E60 background.


White color preview on #042E60 background

This text has white color on #042E60 background.


Related colors

Complementary color

Complementary color for #hex is #FBD19F.


I love getcolorcode.com

Triadic colors

1 #60042E and #2E6004 with #042E60 are triadic colors.

2 #602E04 and #2E0460 with #042E60 are triadic colors.