COLOR #042565

HEX: #042565 RGB: (4,37,101)

Color info

#042565 contains mainly blue color. Web safe color of #042565 is #003366 (or #036).

RGB color model

#042565 color RGB value is (4,37,101).

RGB: (4,37,101) (2%, 15%, 40%)

RGB channels and saturation

R 4 of 255 = 2%
G 37 of 255 = 15%
B 101 of 255 = 40%

4
37
101

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

Portions of RGB colors in percentages

R + G + B = 4 + 37 + 101 = 142 (100%)
R 4 of 142 ~ 2.82%
G 37 of 142 ~ 26.06%
B 101 of 142 ~ 71.13'%

%26.06
%71.13

CMYK color model

#042565 color CMYK value is (96,63,0,60).

  • cyan value is 96.04%
  • magenta value is 63.37%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (96,63,0,60)
C96M63Y0K60 (96%, 63%, 0%, 60%)
(0.96 / 0.63 / 0.00 / 0.60)

CMYK percentages

%96.04
%63.37
%0
%60.39

Codes

Color #042565 in popluar color models

04 25 65
RGB 4 37 101
HSL 220° 92.38% 20.59%
HSB/HSV 220° 96.04% 39.61%
CMYK 96.04% 63.37% 0.00%
60.39%

Color #042565 in popluar number systems.

HEX 04 25 65
Decimal 4 37 101
Binary 100 100101 1100101
Octal 4 45 145

Shades and tints

Shades of #042565

#042565
(4,37,101)
#04225C
(4,34,92)
#041F53
(4,31,83)
#041C4A
(4,28,74)
#041941
(4,25,65)
#041638
(4,22,56)
#04132F
(4,19,47)
#041026
(4,16,38)
#040D1D
(4,13,29)
#040A14
(4,10,20)
#04070B
(4,7,11)
#000000
(0,0,0)

Tints of #042565

#042565
(4,37,101)
#1A3873
(26,56,115)
#304B81
(48,75,129)
#465E8F
(70,94,143)
#5C719D
(92,113,157)
#7284AB
(114,132,171)
#8897B9
(136,151,185)
#9EAAC7
(158,170,199)
#B4BDD5
(180,189,213)
#CAD0E3
(202,208,227)
#E0E3F1
(224,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #042565 color. Also use rgb(4,37,101) instead hex code.

Text Font Color

.myTextColor { color: #042565; }

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

This text font color is #042565.

Background Color

.myBgColor { background-color: #042565; }

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

This div background color is #042565.

Border color

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

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

This div border color is #042565.

Opacity

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

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

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

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

This text has shadow with #042565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #042565.

Preview

Color preview on black background

This text has color #042565 on black background.


Color preview on white background

This text has color #042565 on white background.


Black color preview on #042565 background

This text has black color on #042565 background.


White color preview on #042565 background

This text has white color on #042565 background.


Related colors

Complementary color

Complementary color for #hex is #FBDA9A.


I love getcolorcode.com

Triadic colors

1 #650425 and #256504 with #042565 are triadic colors.

2 #652504 and #250465 with #042565 are triadic colors.