COLOR #042451

HEX: #042451
RGB: (4,36,81)

Color info

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

RGB color model

#042451 color RGB value is (4,36,81).

  • red value is 4;
  • green value is 36;
  • blue value is 81.
RGB:
(4,36,81)
(2%,14%,32%)

RGB channels and saturation

R 4 of 255 = 2%
G 36 of 255 = 14%
B 81 of 255 = 32%

4
36
81

R + G + B ~ 16%. #042451 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 36 + 81 = 121 (100%)
R 4 of 121 ~ 3.31%
G 36 of 121 ~ 29.75%
B 81 of 121 ~ 66.94%

%29.75
%66.94

CMYK color model

#042451 color CMYK value is (95,56,0,68).

  • cyan value is 95.06%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(95,56,0,68)
C95M56Y0K68 
(95%,56%,0%,68%)
(0.95/0.56/0.00/0.68)	

CMYK percentages

%95.06
%55.56
%0
%68.24

Codes

Color #042451 in popluar color models

042451
RGB43681
HSL215°90.59%16.67%
HSB/HSV215°95.06%31.76%
CMYK95.06%55.56%0.00%
68.24%

Color #042451 in popluar number systems.

HEX042451
Decimal43681
Binary1001001001010001
Octal444121

Shades and tints

Shades of #042451

#042451
(4,36,81)
#04214A
(4,33,74)
#041E43
(4,30,67)
#041B3C
(4,27,60)
#041835
(4,24,53)
#04152E
(4,21,46)
#041227
(4,18,39)
#040F20
(4,15,32)
#040C19
(4,12,25)
#040912
(4,9,18)
#04060B
(4,6,11)
#000000
(0,0,0)

Tints of #042451

#042451
(4,36,81)
#1A3760
(26,55,96)
#304A6F
(48,74,111)
#465D7E
(70,93,126)
#5C708D
(92,112,141)
#72839C
(114,131,156)
#8896AB
(136,150,171)
#9EA9BA
(158,169,186)
#B4BCC9
(180,188,201)
#CACFD8
(202,207,216)
#E0E2E7
(224,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #042451 color. Also use rgb(4,36,81) instead hex code.

Text Font Color

.myTextColor { color: #042451; }

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

This text font color is #042451.


Background Color

.myBgColor { background-color: #042451; }

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

This div background color is #042451.


Border color

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

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

This div border color is #042451.


Opacity

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

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

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

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

This text has shadow with #042451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042451 on black background.


Color preview on white background

This text has color #042451 on white background.



Black color preview on #042451 background

This text has black color on #042451 background.


White color preview on #042451 background

This text has white color on #042451 background.