COLOR #030A7D

HEX: #030A7D
RGB: (3,10,125)

Color info

#030A7D contains mainly blue color. Web safe color of #030A7D is #000066 (or #006).

RGB color model

#030A7D color RGB value is (3,10,125).

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

RGB channels and saturation

R 3 of 255 = 1%
G 10 of 255 = 4%
B 125 of 255 = 49%

3
10
125

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

Portions of RGB colors in percentages

R + G + B =
3 + 10 + 125 = 138 (100%)
R 3 of 138 ~ 2.17%
G 10 of 138 ~ 7.25%
B 125 of 138 ~ 90.58%

%90.58

CMYK color model

#030A7D color CMYK value is (98,92,0,51).

  • cyan value is 97.60%
  • magenta value is 92.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(98,92,0,51)
C98M92Y0K51 
(98%,92%,0%,51%)
(0.98/0.92/0.00/0.51)	

CMYK percentages

%97.6
%92
%0
%50.98

Codes

Color #030A7D in popluar color models

030A7D
RGB310125
HSL237°95.31%25.10%
HSB/HSV237°97.60%49.02%
CMYK97.60%92.00%0.00%
50.98%

Color #030A7D in popluar number systems.

HEX030A7D
Decimal310125
Binary1110101111101
Octal312175

Shades and tints

Shades of #030A7D

#030A7D
(3,10,125)
#030A72
(3,10,114)
#030A67
(3,10,103)
#030A5C
(3,10,92)
#030A51
(3,10,81)
#030A46
(3,10,70)
#030A3B
(3,10,59)
#030A30
(3,10,48)
#030A25
(3,10,37)
#030A1A
(3,10,26)
#030A0F
(3,10,15)
#000000
(0,0,0)

Tints of #030A7D

#030A7D
(3,10,125)
#192088
(25,32,136)
#2F3693
(47,54,147)
#454C9E
(69,76,158)
#5B62A9
(91,98,169)
#7178B4
(113,120,180)
#878EBF
(135,142,191)
#9DA4CA
(157,164,202)
#B3BAD5
(179,186,213)
#C9D0E0
(201,208,224)
#DFE6EB
(223,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030A7D; }

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

This text font color is #030A7D.


Background Color

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

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

This div background color is #030A7D.


Border color

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

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

This div border color is #030A7D.


Opacity

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

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

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

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

This text has shadow with #030A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030A7D on black background.


Color preview on white background

This text has color #030A7D on white background.



Black color preview on #030A7D background

This text has black color on #030A7D background.


White color preview on #030A7D background

This text has white color on #030A7D background.