COLOR #04285A

HEX: #04285A
RGB: (4,40,90)

Color info

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

RGB color model

#04285A color RGB value is (4,40,90).

  • red value is 4;
  • green value is 40;
  • blue value is 90.
RGB:
(4,40,90)
(2%,16%,35%)

RGB channels and saturation

R 4 of 255 = 2%
G 40 of 255 = 16%
B 90 of 255 = 35%

4
40
90

R + G + B ~ 18%. #04285A is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 40 + 90 = 134 (100%)
R 4 of 134 ~ 2.99%
G 40 of 134 ~ 29.85%
B 90 of 134 ~ 67.16%

%29.85
%67.16

CMYK color model

#04285A color CMYK value is (96,56,0,65).

  • cyan value is 95.56%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(96,56,0,65)
C96M56Y0K65 
(96%,56%,0%,65%)
(0.96/0.56/0.00/0.65)	

CMYK percentages

%95.56
%55.56
%0
%64.71

Codes

Color #04285A in popluar color models

04285A
RGB44090
HSL215°91.49%18.43%
HSB/HSV215°95.56%35.29%
CMYK95.56%55.56%0.00%
64.71%

Color #04285A in popluar number systems.

HEX04285A
Decimal44090
Binary1001010001011010
Octal450132

Shades and tints

Shades of #04285A

#04285A
(4,40,90)
#042552
(4,37,82)
#04224A
(4,34,74)
#041F42
(4,31,66)
#041C3A
(4,28,58)
#041932
(4,25,50)
#04162A
(4,22,42)
#041322
(4,19,34)
#04101A
(4,16,26)
#040D12
(4,13,18)
#040A0A
(4,10,10)
#000000
(0,0,0)

Tints of #04285A

#04285A
(4,40,90)
#1A3B69
(26,59,105)
#304E78
(48,78,120)
#466187
(70,97,135)
#5C7496
(92,116,150)
#7287A5
(114,135,165)
#889AB4
(136,154,180)
#9EADC3
(158,173,195)
#B4C0D2
(180,192,210)
#CAD3E1
(202,211,225)
#E0E6F0
(224,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04285A color. Also use rgb(4,40,90) instead hex code.

Text Font Color

.myTextColor { color: #04285A; }

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

This text font color is #04285A.


Background Color

.myBgColor { background-color: #04285A; }

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

This div background color is #04285A.


Border color

.myBorderColor { border: 1px solid #04285A; }

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

This div border color is #04285A.


Opacity

.myOpacity80 { color: #04285A; opacity: 0.8; }

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

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

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

This text has shadow with #04285A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04285A on black background.


Color preview on white background

This text has color #04285A on white background.



Black color preview on #04285A background

This text has black color on #04285A background.


White color preview on #04285A background

This text has white color on #04285A background.