COLOR #030E49

HEX: #030E49 RGB: (3,14,73)

Color info

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

RGB color model

#030E49 color RGB value is (3,14,73).

RGB: (3,14,73) (1%, 5%, 29%)

RGB channels and saturation

R 3 of 255 = 1%
G 14 of 255 = 5%
B 73 of 255 = 29%

3
14
73

R + G + B ~ 12%. #030E49 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 14 + 73 = 90 (100%)
R 3 of 90 ~ 3.33%
G 14 of 90 ~ 15.56%
B 73 of 90 ~ 81.11'%

%15.56
%81.11

CMYK color model

#030E49 color CMYK value is (96,81,0,71).

  • cyan value is 95.89%
  • magenta value is 80.82%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (96,81,0,71)
C96M81Y0K71 (96%, 81%, 0%, 71%)
(0.96 / 0.81 / 0.00 / 0.71)

CMYK percentages

%95.89
%80.82
%0
%71.37

Codes

Color #030E49 in popluar color models

03 0E 49
RGB 3 14 73
HSL 231° 92.11% 14.90%
HSB/HSV 231° 95.89% 28.63%
CMYK 95.89% 80.82% 0.00%
71.37%

Color #030E49 in popluar number systems.

HEX 03 0E 49
Decimal 3 14 73
Binary 11 1110 1001001
Octal 3 16 111

Shades and tints

Shades of #030E49

#030E49
(3,14,73)
#030D43
(3,13,67)
#030C3D
(3,12,61)
#030B37
(3,11,55)
#030A31
(3,10,49)
#03092B
(3,9,43)
#030825
(3,8,37)
#03071F
(3,7,31)
#030619
(3,6,25)
#030513
(3,5,19)
#03040D
(3,4,13)
#000000
(0,0,0)

Tints of #030E49

#030E49
(3,14,73)
#192359
(25,35,89)
#2F3869
(47,56,105)
#454D79
(69,77,121)
#5B6289
(91,98,137)
#717799
(113,119,153)
#878CA9
(135,140,169)
#9DA1B9
(157,161,185)
#B3B6C9
(179,182,201)
#C9CBD9
(201,203,217)
#DFE0E9
(223,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #030E49 color. Also use rgb(3,14,73) instead hex code.

Text Font Color

.myTextColor { color: #030E49; }

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

This text font color is #030E49.

Background Color

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

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

This div background color is #030E49.

Border color

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

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

This div border color is #030E49.

Opacity

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

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

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

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

This text has shadow with #030E49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #030E49.

Preview

Color preview on black background

This text has color #030E49 on black background.


Color preview on white background

This text has color #030E49 on white background.


Black color preview on #030E49 background

This text has black color on #030E49 background.


White color preview on #030E49 background

This text has white color on #030E49 background.


Related colors

Complementary color

Complementary color for #hex is #FCF1B6.


I love getcolorcode.com

Triadic colors

1 #49030E and #0E4903 with #030E49 are triadic colors.

2 #490E03 and #0E0349 with #030E49 are triadic colors.