COLOR #030A33

HEX: #030A33
RGB: (3,10,51)

Color info

#030A33 contains red, green and blue colors in about the same proportion. Web safe color of #030A33 is #000033 (or #003).

RGB color model

#030A33 color RGB value is (3,10,51).

  • red value is 3;
  • green value is 10;
  • blue value is 51.
RGB:
(3,10,51)
(1%,4%,20%)

RGB channels and saturation

R 3 of 255 = 1%
G 10 of 255 = 4%
B 51 of 255 = 20%

3
10
51

R + G + B ~ 8%. #030A33 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 10 + 51 = 64 (100%)
R 3 of 64 ~ 4.69%
G 10 of 64 ~ 15.63%
B 51 of 64 ~ 79.69%

%15.63
%79.69

CMYK color model

#030A33 color CMYK value is (94,80,0,80).

  • cyan value is 94.12%
  • magenta value is 80.39%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(94,80,0,80)
C94M80Y0K80 
(94%,80%,0%,80%)
(0.94/0.80/0.00/0.80)	

CMYK percentages

%94.12
%80.39
%0
%80

Codes

Color #030A33 in popluar color models

030A33
RGB31051
HSL231°88.89%10.59%
HSB/HSV231°94.12%20.00%
CMYK94.12%80.39%0.00%
80.00%

Color #030A33 in popluar number systems.

HEX030A33
Decimal31051
Binary111010110011
Octal31263

Shades and tints

Shades of #030A33

#030A33
(3,10,51)
#030A2F
(3,10,47)
#030A2B
(3,10,43)
#030A27
(3,10,39)
#030A23
(3,10,35)
#030A1F
(3,10,31)
#030A1B
(3,10,27)
#030A17
(3,10,23)
#030A13
(3,10,19)
#030A0F
(3,10,15)
#030A0B
(3,10,11)
#000000
(0,0,0)

Tints of #030A33

#030A33
(3,10,51)
#192045
(25,32,69)
#2F3657
(47,54,87)
#454C69
(69,76,105)
#5B627B
(91,98,123)
#71788D
(113,120,141)
#878E9F
(135,142,159)
#9DA4B1
(157,164,177)
#B3BAC3
(179,186,195)
#C9D0D5
(201,208,213)
#DFE6E7
(223,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #030A33 color. Also use rgb(3,10,51) instead hex code.

Text Font Color

.myTextColor { color: #030A33; }

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

This text font color is #030A33.


Background Color

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

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

This div background color is #030A33.


Border color

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

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

This div border color is #030A33.


Opacity

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

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

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

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

This text has shadow with #030A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030A33 on black background.


Color preview on white background

This text has color #030A33 on white background.



Black color preview on #030A33 background

This text has black color on #030A33 background.


White color preview on #030A33 background

This text has white color on #030A33 background.