COLOR #00308F

HEX: #00308F
RGB: (0,48,143)

Color info

#00308F contains mainly blue color. Web safe color of #00308F is #003399 (or #039).

RGB color model

#00308F color RGB value is (0,48,143).

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

RGB channels and saturation

R 0 of 255 = 0%
G 48 of 255 = 19%
B 143 of 255 = 56%

0
48
143

R + G + B ~ 25%. #00308F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 48 + 143 = 191 (100%)
R 0 of 191 ~ 0%
G 48 of 191 ~ 25.13%
B 143 of 191 ~ 74.87%

%25.13
%74.87

CMYK color model

#00308F color CMYK value is (100,66,0,44).

  • cyan value is 100.00%
  • magenta value is 66.43%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(100,66,0,44)
C100M66Y0K44 
(100%,66%,0%,44%)
(1.00/0.66/0.00/0.44)	

CMYK percentages

%100
%66.43
%0
%43.92

Codes

Color #00308F in popluar color models

00308F
RGB048143
HSL220°100.00%28.04%
HSB/HSV220°100.00%56.08%
CMYK100.00%66.43%0.00%
43.92%

Color #00308F in popluar number systems.

HEX00308F
Decimal048143
Binary011000010001111
Octal060217

Shades and tints

Shades of #00308F

#00308F
(0,48,143)
#002C82
(0,44,130)
#002875
(0,40,117)
#002468
(0,36,104)
#00205B
(0,32,91)
#001C4E
(0,28,78)
#001841
(0,24,65)
#001434
(0,20,52)
#001027
(0,16,39)
#000C1A
(0,12,26)
#00080D
(0,8,13)
#000000
(0,0,0)

Tints of #00308F

#00308F
(0,48,143)
#174299
(23,66,153)
#2E54A3
(46,84,163)
#4566AD
(69,102,173)
#5C78B7
(92,120,183)
#738AC1
(115,138,193)
#8A9CCB
(138,156,203)
#A1AED5
(161,174,213)
#B8C0DF
(184,192,223)
#CFD2E9
(207,210,233)
#E6E4F3
(230,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00308F; }

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

This text font color is #00308F.


Background Color

.myBgColor { background-color: #00308F; }

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

This div background color is #00308F.


Border color

.myBorderColor { border: 1px solid #00308F; }

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

This div border color is #00308F.


Opacity

.myOpacity80 { color: #00308F; opacity: 0.8; }

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

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

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

This text has shadow with #00308F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00308F on black background.


Color preview on white background

This text has color #00308F on white background.



Black color preview on #00308F background

This text has black color on #00308F background.


White color preview on #00308F background

This text has white color on #00308F background.