COLOR #041235

HEX: #041235 RGB: (4,18,53)

Color info

#041235 contains red, green and blue colors in about the same proportion. Web safe color of #041235 is #000033 (or #003).

RGB color model

#041235 color RGB value is (4,18,53).

RGB: (4,18,53) (2%, 7%, 21%)

RGB channels and saturation

R 4 of 255 = 2%
G 18 of 255 = 7%
B 53 of 255 = 21%

4
18
53

R + G + B ~ 10%. #041235 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 18 + 53 = 75 (100%)
R 4 of 75 ~ 5.33%
G 18 of 75 ~ 24%
B 53 of 75 ~ 70.67'%

%24
%70.67

CMYK color model

#041235 color CMYK value is (92,66,0,79).

  • cyan value is 92.45%
  • magenta value is 66.04%
  • yellow value is 0.00%
  • key color value is 79.22%

CMYK: (92,66,0,79)
C92M66Y0K79 (92%, 66%, 0%, 79%)
(0.92 / 0.66 / 0.00 / 0.79)

CMYK percentages

%92.45
%66.04
%0
%79.22

Codes

Color #041235 in popluar color models

04 12 35
RGB 4 18 53
HSL 223° 85.96% 11.18%
HSB/HSV 223° 92.45% 20.78%
CMYK 92.45% 66.04% 0.00%
79.22%

Color #041235 in popluar number systems.

HEX 04 12 35
Decimal 4 18 53
Binary 100 10010 110101
Octal 4 22 65

Shades and tints

Shades of #041235

#041235
(4,18,53)
#041131
(4,17,49)
#04102D
(4,16,45)
#040F29
(4,15,41)
#040E25
(4,14,37)
#040D21
(4,13,33)
#040C1D
(4,12,29)
#040B19
(4,11,25)
#040A15
(4,10,21)
#040911
(4,9,17)
#04080D
(4,8,13)
#000000
(0,0,0)

Tints of #041235

#041235
(4,18,53)
#1A2747
(26,39,71)
#303C59
(48,60,89)
#46516B
(70,81,107)
#5C667D
(92,102,125)
#727B8F
(114,123,143)
#8890A1
(136,144,161)
#9EA5B3
(158,165,179)
#B4BAC5
(180,186,197)
#CACFD7
(202,207,215)
#E0E4E9
(224,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041235 color. Also use rgb(4,18,53) instead hex code.

Text Font Color

.myTextColor { color: #041235; }

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

This text font color is #041235.

Background Color

.myBgColor { background-color: #041235; }

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

This div background color is #041235.

Border color

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

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

This div border color is #041235.

Opacity

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

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

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

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

This text has shadow with #041235 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #041235.

Preview

Color preview on black background

This text has color #041235 on black background.


Color preview on white background

This text has color #041235 on white background.


Black color preview on #041235 background

This text has black color on #041235 background.


White color preview on #041235 background

This text has white color on #041235 background.


Related colors

Complementary color

Complementary color for #hex is #FBEDCA.


I love getcolorcode.com

Triadic colors

1 #350412 and #123504 with #041235 are triadic colors.

2 #351204 and #120435 with #041235 are triadic colors.