COLOR #030D41

HEX: #030D41
RGB: (3,13,65)

Color info

#030D41 contains mainly green and blue colors. Web safe color of #030D41 is #000033 (or #003).

RGB color model

#030D41 color RGB value is (3,13,65).

  • red value is 3;
  • green value is 13;
  • blue value is 65.
RGB:
(3,13,65)
(1%,5%,25%)

RGB channels and saturation

R 3 of 255 = 1%
G 13 of 255 = 5%
B 65 of 255 = 25%

3
13
65

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

Portions of RGB colors in percentages

R + G + B =
3 + 13 + 65 = 81 (100%)
R 3 of 81 ~ 3.7%
G 13 of 81 ~ 16.05%
B 65 of 81 ~ 80.25%

%16.05
%80.25

CMYK color model

#030D41 color CMYK value is (95,80,0,75).

  • cyan value is 95.38%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(95,80,0,75)
C95M80Y0K75 
(95%,80%,0%,75%)
(0.95/0.80/0.00/0.75)	

CMYK percentages

%95.38
%80
%0
%74.51

Codes

Color #030D41 in popluar color models

030D41
RGB31365
HSL230°91.18%13.33%
HSB/HSV230°95.38%25.49%
CMYK95.38%80.00%0.00%
74.51%

Color #030D41 in popluar number systems.

HEX030D41
Decimal31365
Binary1111011000001
Octal315101

Shades and tints

Shades of #030D41

#030D41
(3,13,65)
#030C3C
(3,12,60)
#030B37
(3,11,55)
#030A32
(3,10,50)
#03092D
(3,9,45)
#030828
(3,8,40)
#030723
(3,7,35)
#03061E
(3,6,30)
#030519
(3,5,25)
#030414
(3,4,20)
#03030F
(3,3,15)
#000000
(0,0,0)

Tints of #030D41

#030D41
(3,13,65)
#192352
(25,35,82)
#2F3963
(47,57,99)
#454F74
(69,79,116)
#5B6585
(91,101,133)
#717B96
(113,123,150)
#8791A7
(135,145,167)
#9DA7B8
(157,167,184)
#B3BDC9
(179,189,201)
#C9D3DA
(201,211,218)
#DFE9EB
(223,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #030D41 color. Also use rgb(3,13,65) instead hex code.

Text Font Color

.myTextColor { color: #030D41; }

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

This text font color is #030D41.


Background Color

.myBgColor { background-color: #030D41; }

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

This div background color is #030D41.


Border color

.myBorderColor { border: 1px solid #030D41; }

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

This div border color is #030D41.


Opacity

.myOpacity80 { color: #030D41; opacity: 0.8; }

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

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

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

This text has shadow with #030D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030D41 on black background.


Color preview on white background

This text has color #030D41 on white background.



Black color preview on #030D41 background

This text has black color on #030D41 background.


White color preview on #030D41 background

This text has white color on #030D41 background.