COLOR #0F306C

HEX: #0F306C
RGB: (15,48,108)

Color info

#0F306C contains mainly blue color. Web safe color of #0F306C is #003366 (or #036).

RGB color model

#0F306C color RGB value is (15,48,108).

  • red value is 15;
  • green value is 48;
  • blue value is 108.
RGB:
(15,48,108)
(6%,19%,42%)

RGB channels and saturation

R 15 of 255 = 6%
G 48 of 255 = 19%
B 108 of 255 = 42%

15
48
108

R + G + B ~ 22%. #0F306C is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 48 + 108 = 171 (100%)
R 15 of 171 ~ 8.77%
G 48 of 171 ~ 28.07%
B 108 of 171 ~ 63.16%

%28.07
%63.16

CMYK color model

#0F306C color CMYK value is (86,56,0,58).

  • cyan value is 86.11%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(86,56,0,58)
C86M56Y0K58 
(86%,56%,0%,58%)
(0.86/0.56/0.00/0.58)	

CMYK percentages

%86.11
%55.56
%0
%57.65

Codes

Color #0F306C in popluar color models

0F306C
RGB1548108
HSL219°75.61%24.12%
HSB/HSV219°86.11%42.35%
CMYK86.11%55.56%0.00%
57.65%

Color #0F306C in popluar number systems.

HEX0F306C
Decimal1548108
Binary11111100001101100
Octal1760154

Shades and tints

Shades of #0F306C

#0F306C
(15,48,108)
#0E2C63
(14,44,99)
#0D285A
(13,40,90)
#0C2451
(12,36,81)
#0B2048
(11,32,72)
#0A1C3F
(10,28,63)
#091836
(9,24,54)
#08142D
(8,20,45)
#071024
(7,16,36)
#060C1B
(6,12,27)
#050812
(5,8,18)
#000000
(0,0,0)

Tints of #0F306C

#0F306C
(15,48,108)
#244279
(36,66,121)
#395486
(57,84,134)
#4E6693
(78,102,147)
#6378A0
(99,120,160)
#788AAD
(120,138,173)
#8D9CBA
(141,156,186)
#A2AEC7
(162,174,199)
#B7C0D4
(183,192,212)
#CCD2E1
(204,210,225)
#E1E4EE
(225,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F306C; }

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

This text font color is #0F306C.


Background Color

.myBgColor { background-color: #0F306C; }

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

This div background color is #0F306C.


Border color

.myBorderColor { border: 1px solid #0F306C; }

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

This div border color is #0F306C.


Opacity

.myOpacity80 { color: #0F306C; opacity: 0.8; }

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

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

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

This text has shadow with #0F306C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F306C on black background.


Color preview on white background

This text has color #0F306C on white background.



Black color preview on #0F306C background

This text has black color on #0F306C background.


White color preview on #0F306C background

This text has white color on #0F306C background.