COLOR #03096B

HEX: #03096B
RGB: (3,9,107)

Color info

#03096B contains mainly blue color. Web safe color of #03096B is #000066 (or #006).

RGB color model

#03096B color RGB value is (3,9,107).

  • red value is 3;
  • green value is 9;
  • blue value is 107.
RGB:
(3,9,107)
(1%,4%,42%)

RGB channels and saturation

R 3 of 255 = 1%
G 9 of 255 = 4%
B 107 of 255 = 42%

3
9
107

R + G + B ~ 16%. #03096B is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 9 + 107 = 119 (100%)
R 3 of 119 ~ 2.52%
G 9 of 119 ~ 7.56%
B 107 of 119 ~ 89.92%

%89.92

CMYK color model

#03096B color CMYK value is (97,92,0,58).

  • cyan value is 97.20%
  • magenta value is 91.59%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(97,92,0,58)
C97M92Y0K58 
(97%,92%,0%,58%)
(0.97/0.92/0.00/0.58)	

CMYK percentages

%97.2
%91.59
%0
%58.04

Codes

Color #03096B in popluar color models

03096B
RGB39107
HSL237°94.55%21.57%
HSB/HSV237°97.20%41.96%
CMYK97.20%91.59%0.00%
58.04%

Color #03096B in popluar number systems.

HEX03096B
Decimal39107
Binary1110011101011
Octal311153

Shades and tints

Shades of #03096B

#03096B
(3,9,107)
#030962
(3,9,98)
#030959
(3,9,89)
#030950
(3,9,80)
#030947
(3,9,71)
#03093E
(3,9,62)
#030935
(3,9,53)
#03092C
(3,9,44)
#030923
(3,9,35)
#03091A
(3,9,26)
#030911
(3,9,17)
#000000
(0,0,0)

Tints of #03096B

#03096B
(3,9,107)
#191F78
(25,31,120)
#2F3585
(47,53,133)
#454B92
(69,75,146)
#5B619F
(91,97,159)
#7177AC
(113,119,172)
#878DB9
(135,141,185)
#9DA3C6
(157,163,198)
#B3B9D3
(179,185,211)
#C9CFE0
(201,207,224)
#DFE5ED
(223,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03096B color. Also use rgb(3,9,107) instead hex code.

Text Font Color

.myTextColor { color: #03096B; }

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

This text font color is #03096B.


Background Color

.myBgColor { background-color: #03096B; }

<div style="background-color:#03096B">Inner text</div>

This div background color is #03096B.


Border color

.myBorderColor { border: 1px solid #03096B; }

<div style="border:3px solid #03096B">Div</div>

This div border color is #03096B.


Opacity

.myOpacity80 { color: #03096B; opacity: 0.8; }

<p style="color:#03096B;opacity:0.8;">80%</p>

Text with #03096B 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 #03096B;}

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

This text has shadow with #03096B color.

.textShadow {text-shadow: 3px 3px 1px #03096B, 3px 3px 1px red;}

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

This text has shadow with #03096B primary color and red secondary color.


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

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

This text has shadow with #03096B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03096B on black background.


Color preview on white background

This text has color #03096B on white background.



Black color preview on #03096B background

This text has black color on #03096B background.


White color preview on #03096B background

This text has white color on #03096B background.