COLOR #030B37

HEX: #030B37
RGB: (3,11,55)

Color info

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

RGB color model

#030B37 color RGB value is (3,11,55).

  • red value is 3;
  • green value is 11;
  • blue value is 55.
RGB:
(3,11,55)
(1%,4%,22%)

RGB channels and saturation

R 3 of 255 = 1%
G 11 of 255 = 4%
B 55 of 255 = 22%

3
11
55

R + G + B ~ 9%. #030B37 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 11 + 55 = 69 (100%)
R 3 of 69 ~ 4.35%
G 11 of 69 ~ 15.94%
B 55 of 69 ~ 79.71%

%15.94
%79.71

CMYK color model

#030B37 color CMYK value is (95,80,0,78).

  • cyan value is 94.55%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(95,80,0,78)
C95M80Y0K78 
(95%,80%,0%,78%)
(0.95/0.80/0.00/0.78)	

CMYK percentages

%94.55
%80
%0
%78.43

Codes

Color #030B37 in popluar color models

030B37
RGB31155
HSL231°89.66%11.37%
HSB/HSV231°94.55%21.57%
CMYK94.55%80.00%0.00%
78.43%

Color #030B37 in popluar number systems.

HEX030B37
Decimal31155
Binary111011110111
Octal31367

Shades and tints

Shades of #030B37

#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)
#03020A
(3,2,10)
#030105
(3,1,5)
#000000
(0,0,0)

Tints of #030B37

#030B37
(3,11,55)
#192149
(25,33,73)
#2F375B
(47,55,91)
#454D6D
(69,77,109)
#5B637F
(91,99,127)
#717991
(113,121,145)
#878FA3
(135,143,163)
#9DA5B5
(157,165,181)
#B3BBC7
(179,187,199)
#C9D1D9
(201,209,217)
#DFE7EB
(223,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #030B37 color. Also use rgb(3,11,55) instead hex code.

Text Font Color

.myTextColor { color: #030B37; }

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

This text font color is #030B37.


Background Color

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

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

This div background color is #030B37.


Border color

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

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

This div border color is #030B37.


Opacity

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

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

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

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

This text has shadow with #030B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030B37 on black background.


Color preview on white background

This text has color #030B37 on white background.



Black color preview on #030B37 background

This text has black color on #030B37 background.


White color preview on #030B37 background

This text has white color on #030B37 background.