COLOR #0F4968

HEX: #0F4968
RGB: (15,73,104)

Color info

#0F4968 contains mainly green and blue colors. Web safe color of #0F4968 is #003366 (or #036).

RGB color model

#0F4968 color RGB value is (15,73,104).

  • red value is 15;
  • green value is 73;
  • blue value is 104.
RGB:
(15,73,104)
(6%,29%,41%)

RGB channels and saturation

R 15 of 255 = 6%
G 73 of 255 = 29%
B 104 of 255 = 41%

15
73
104

R + G + B ~ 25%. #0F4968 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 73 + 104 = 192 (100%)
R 15 of 192 ~ 7.81%
G 73 of 192 ~ 38.02%
B 104 of 192 ~ 54.17%

%38.02
%54.17

CMYK color model

#0F4968 color CMYK value is (86,30,0,59).

  • cyan value is 85.58%
  • magenta value is 29.81%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(86,30,0,59)
C86M30Y0K59 
(86%,30%,0%,59%)
(0.86/0.30/0.00/0.59)	

CMYK percentages

%85.58
%29.81
%0
%59.22

Codes

Color #0F4968 in popluar color models

0F4968
RGB1573104
HSL201°74.79%23.33%
HSB/HSV201°85.58%40.78%
CMYK85.58%29.81%0.00%
59.22%

Color #0F4968 in popluar number systems.

HEX0F4968
Decimal1573104
Binary111110010011101000
Octal17111150

Shades and tints

Shades of #0F4968

#0F4968
(15,73,104)
#0E435F
(14,67,95)
#0D3D56
(13,61,86)
#0C374D
(12,55,77)
#0B3144
(11,49,68)
#0A2B3B
(10,43,59)
#092532
(9,37,50)
#081F29
(8,31,41)
#071920
(7,25,32)
#061317
(6,19,23)
#050D0E
(5,13,14)
#000000
(0,0,0)

Tints of #0F4968

#0F4968
(15,73,104)
#245975
(36,89,117)
#396982
(57,105,130)
#4E798F
(78,121,143)
#63899C
(99,137,156)
#7899A9
(120,153,169)
#8DA9B6
(141,169,182)
#A2B9C3
(162,185,195)
#B7C9D0
(183,201,208)
#CCD9DD
(204,217,221)
#E1E9EA
(225,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F4968 color. Also use rgb(15,73,104) instead hex code.

Text Font Color

.myTextColor { color: #0F4968; }

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

This text font color is #0F4968.


Background Color

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

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

This div background color is #0F4968.


Border color

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

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

This div border color is #0F4968.


Opacity

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

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

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

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

This text has shadow with #0F4968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4968 on black background.


Color preview on white background

This text has color #0F4968 on white background.



Black color preview on #0F4968 background

This text has black color on #0F4968 background.


White color preview on #0F4968 background

This text has white color on #0F4968 background.