COLOR #040380

HEX: #040380
RGB: (4,3,128)

Renk bilgisi

#040380 contains mainly blue color. #040380 ‘ nin web güvenlik rengi #000066 (ya da #006) dir.

RGB renk modeli

#040380 color RGB value is (4,3,128).

  • kırmız ton 4;
  • yeşil ton 3;
  • mavi ton 128.
RGB:
(4,3,128)
(2%,1%,50%)

RGB bağlantıları ve doygunluk

R 4 of 255 = 2%
G 3 of 255 = 1%
B 128 of 255 = 50%

4
3
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 3 + 128 = 135 (100%)
R 4 of 135 ~ 2.96%
G 3 of 135 ~ 2.22%
B 128 of 135 ~ 94.81%

%94.81

CMYK RENK MODELİ

#040380 rengi CMYK tonu (97,98,0,50).

  • camgöbeği tonu 96.88%
  • eflatun tonu 97.66%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(97,98,0,50)
C97M98Y0K50 
(97%,98%,0%,50%)
(0.97/0.98/0.00/0.50)	

CMYK yüzdeleri

%96.88
%97.66
%0
%49.8

Codes

Color #040380 in popluar color models

040380
RGB43128
HSL240°95.42%25.69%
HSB/HSV240°97.66%50.20%
CMYK96.88%97.66%0.00%
49.80%

Color #040380 in popluar number systems.

HEX040380
Decimal43128
Binary1001110000000
Octal43200

Shades and tints

Shades of #040380

#040380
(4,3,128)
#040375
(4,3,117)
#04036A
(4,3,106)
#04035F
(4,3,95)
#040354
(4,3,84)
#040349
(4,3,73)
#04033E
(4,3,62)
#040333
(4,3,51)
#040328
(4,3,40)
#04031D
(4,3,29)
#040312
(4,3,18)
#000000
(0,0,0)

Tints of #040380

#040380
(4,3,128)
#1A198B
(26,25,139)
#302F96
(48,47,150)
#4645A1
(70,69,161)
#5C5BAC
(92,91,172)
#7271B7
(114,113,183)
#8887C2
(136,135,194)
#9E9DCD
(158,157,205)
#B4B3D8
(180,179,216)
#CAC9E3
(202,201,227)
#E0DFEE
(224,223,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #040380; }

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

This text font color is #040380.


Background Color

.myBgColor { background-color: #040380; }

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

This div background color is #040380.


Border color

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

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

This div border color is #040380.


Opacity

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

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

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

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

This text has shadow with #040380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #040380 on black background.


Color preview on white background

This text has color #040380 on white background.



Black color preview on #040380 background

This text has black color on #040380 background.


White color preview on #040380 background

This text has white color on #040380 background.