COLOR #003060

HEX: #003060
RGB: (0,48,96)

Color info

#003060 contains only green and blue colors. Web safe color of #003060 is #003366 (or #036).

RGB color model

#003060 color RGB value is (0,48,96).

  • red value is 0;
  • green value is 48;
  • blue value is 96.
RGB:
(0,48,96)
(0%,19%,38%)

RGB channels and saturation

R 0 of 255 = 0%
G 48 of 255 = 19%
B 96 of 255 = 38%

0
48
96

R + G + B ~ 19%. #003060 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 48 + 96 = 144 (100%)
R 0 of 144 ~ 0%
G 48 of 144 ~ 33.33%
B 96 of 144 ~ 66.67%

%33.33
%66.67

CMYK color model

#003060 color CMYK value is (100,50,0,62).

  • cyan value is 100.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(100,50,0,62)
C100M50Y0K62 
(100%,50%,0%,62%)
(1.00/0.50/0.00/0.62)	

CMYK percentages

%100
%50
%0
%62.35

Codes

Color #003060 in popluar color models

003060
RGB04896
HSL210°100.00%18.82%
HSB/HSV210°100.00%37.65%
CMYK100.00%50.00%0.00%
62.35%

Color #003060 in popluar number systems.

HEX003060
Decimal04896
Binary01100001100000
Octal060140

Shades and tints

Shades of #003060

#003060
(0,48,96)
#002C58
(0,44,88)
#002850
(0,40,80)
#002448
(0,36,72)
#002040
(0,32,64)
#001C38
(0,28,56)
#001830
(0,24,48)
#001428
(0,20,40)
#001020
(0,16,32)
#000C18
(0,12,24)
#000810
(0,8,16)
#000000
(0,0,0)

Tints of #003060

#003060
(0,48,96)
#17426E
(23,66,110)
#2E547C
(46,84,124)
#45668A
(69,102,138)
#5C7898
(92,120,152)
#738AA6
(115,138,166)
#8A9CB4
(138,156,180)
#A1AEC2
(161,174,194)
#B8C0D0
(184,192,208)
#CFD2DE
(207,210,222)
#E6E4EC
(230,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003060 color. Also use rgb(0,48,96) instead hex code.

Text Font Color

.myTextColor { color: #003060; }

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

This text font color is #003060.


Background Color

.myBgColor { background-color: #003060; }

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

This div background color is #003060.


Border color

.myBorderColor { border: 1px solid #003060; }

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

This div border color is #003060.


Opacity

.myOpacity80 { color: #003060; opacity: 0.8; }

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

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

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

This text has shadow with #003060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003060 on black background.


Color preview on white background

This text has color #003060 on white background.



Black color preview on #003060 background

This text has black color on #003060 background.


White color preview on #003060 background

This text has white color on #003060 background.