COLOR #041880

HEX: #041880
RGB: (4,24,128)

Color info

#041880 contains mainly blue color. Web safe color of #041880 is #000066 (or #006).

RGB color model

#041880 color RGB value is (4,24,128).

  • red value is 4;
  • green value is 24;
  • blue value is 128.
RGB:
(4,24,128)
(2%,9%,50%)

RGB channels and saturation

R 4 of 255 = 2%
G 24 of 255 = 9%
B 128 of 255 = 50%

4
24
128

R + G + B ~ 20%. #041880 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 24 + 128 = 156 (100%)
R 4 of 156 ~ 2.56%
G 24 of 156 ~ 15.38%
B 128 of 156 ~ 82.05%

%15.38
%82.05

CMYK color model

#041880 color CMYK value is (97,81,0,50).

  • cyan value is 96.88%
  • magenta value is 81.25%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(97,81,0,50)
C97M81Y0K50 
(97%,81%,0%,50%)
(0.97/0.81/0.00/0.50)	

CMYK percentages

%96.88
%81.25
%0
%49.8

Codes

Color #041880 in popluar color models

041880
RGB424128
HSL230°93.94%25.88%
HSB/HSV230°96.88%50.20%
CMYK96.88%81.25%0.00%
49.80%

Color #041880 in popluar number systems.

HEX041880
Decimal424128
Binary1001100010000000
Octal430200

Shades and tints

Shades of #041880

#041880
(4,24,128)
#041675
(4,22,117)
#04146A
(4,20,106)
#04125F
(4,18,95)
#041054
(4,16,84)
#040E49
(4,14,73)
#040C3E
(4,12,62)
#040A33
(4,10,51)
#040828
(4,8,40)
#04061D
(4,6,29)
#040412
(4,4,18)
#000000
(0,0,0)

Tints of #041880

#041880
(4,24,128)
#1A2D8B
(26,45,139)
#304296
(48,66,150)
#4657A1
(70,87,161)
#5C6CAC
(92,108,172)
#7281B7
(114,129,183)
#8896C2
(136,150,194)
#9EABCD
(158,171,205)
#B4C0D8
(180,192,216)
#CAD5E3
(202,213,227)
#E0EAEE
(224,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #041880 color. Also use rgb(4,24,128) instead hex code.

Text Font Color

.myTextColor { color: #041880; }

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

This text font color is #041880.


Background Color

.myBgColor { background-color: #041880; }

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

This div background color is #041880.


Border color

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

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

This div border color is #041880.


Opacity

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

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

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

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

This text has shadow with #041880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #041880 on black background.


Color preview on white background

This text has color #041880 on white background.



Black color preview on #041880 background

This text has black color on #041880 background.


White color preview on #041880 background

This text has white color on #041880 background.