COLOR #0443AF

HEX: #0443AF
RGB: (4,67,175)

Color info

#0443AF contains mainly blue color. Web safe color of #0443AF is #003399 (or #039).

RGB color model

#0443AF color RGB value is (4,67,175).

  • red value is 4;
  • green value is 67;
  • blue value is 175.
RGB:
(4,67,175)
(2%,26%,69%)

RGB channels and saturation

R 4 of 255 = 2%
G 67 of 255 = 26%
B 175 of 255 = 69%

4
67
175

R + G + B ~ 32%. #0443AF is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 67 + 175 = 246 (100%)
R 4 of 246 ~ 1.63%
G 67 of 246 ~ 27.24%
B 175 of 246 ~ 71.14%

%27.24
%71.14

CMYK color model

#0443AF color CMYK value is (98,62,0,31).

  • cyan value is 97.71%
  • magenta value is 61.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(98,62,0,31)
C98M62Y0K31 
(98%,62%,0%,31%)
(0.98/0.62/0.00/0.31)	

CMYK percentages

%97.71
%61.71
%0
%31.37

Codes

Color #0443AF in popluar color models

0443AF
RGB467175
HSL218°95.53%35.10%
HSB/HSV218°97.71%68.63%
CMYK97.71%61.71%0.00%
31.37%

Color #0443AF in popluar number systems.

HEX0443AF
Decimal467175
Binary100100001110101111
Octal4103257

Shades and tints

Shades of #0443AF

#0443AF
(4,67,175)
#043DA0
(4,61,160)
#043791
(4,55,145)
#043182
(4,49,130)
#042B73
(4,43,115)
#042564
(4,37,100)
#041F55
(4,31,85)
#041946
(4,25,70)
#041337
(4,19,55)
#040D28
(4,13,40)
#040719
(4,7,25)
#000000
(0,0,0)

Tints of #0443AF

#0443AF
(4,67,175)
#1A54B6
(26,84,182)
#3065BD
(48,101,189)
#4676C4
(70,118,196)
#5C87CB
(92,135,203)
#7298D2
(114,152,210)
#88A9D9
(136,169,217)
#9EBAE0
(158,186,224)
#B4CBE7
(180,203,231)
#CADCEE
(202,220,238)
#E0EDF5
(224,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0443AF color. Also use rgb(4,67,175) instead hex code.

Text Font Color

.myTextColor { color: #0443AF; }

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

This text font color is #0443AF.


Background Color

.myBgColor { background-color: #0443AF; }

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

This div background color is #0443AF.


Border color

.myBorderColor { border: 1px solid #0443AF; }

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

This div border color is #0443AF.


Opacity

.myOpacity80 { color: #0443AF; opacity: 0.8; }

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

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

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

This text has shadow with #0443AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0443AF on black background.


Color preview on white background

This text has color #0443AF on white background.



Black color preview on #0443AF background

This text has black color on #0443AF background.


White color preview on #0443AF background

This text has white color on #0443AF background.