COLOR #0F4469

HEX: #0F4469
RGB: (15,68,105)

Color info

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

RGB color model

#0F4469 color RGB value is (15,68,105).

  • red value is 15;
  • green value is 68;
  • blue value is 105.
RGB:
(15,68,105)
(6%,27%,41%)

RGB channels and saturation

R 15 of 255 = 6%
G 68 of 255 = 27%
B 105 of 255 = 41%

15
68
105

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

Portions of RGB colors in percentages

R + G + B =
15 + 68 + 105 = 188 (100%)
R 15 of 188 ~ 7.98%
G 68 of 188 ~ 36.17%
B 105 of 188 ~ 55.85%

%36.17
%55.85

CMYK color model

#0F4469 color CMYK value is (86,35,0,59).

  • cyan value is 85.71%
  • magenta value is 35.24%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(86,35,0,59)
C86M35Y0K59 
(86%,35%,0%,59%)
(0.86/0.35/0.00/0.59)	

CMYK percentages

%85.71
%35.24
%0
%58.82

Codes

Color #0F4469 in popluar color models

0F4469
RGB1568105
HSL205°75.00%23.53%
HSB/HSV205°85.71%41.18%
CMYK85.71%35.24%0.00%
58.82%

Color #0F4469 in popluar number systems.

HEX0F4469
Decimal1568105
Binary111110001001101001
Octal17104151

Shades and tints

Shades of #0F4469

#0F4469
(15,68,105)
#0E3E60
(14,62,96)
#0D3857
(13,56,87)
#0C324E
(12,50,78)
#0B2C45
(11,44,69)
#0A263C
(10,38,60)
#092033
(9,32,51)
#081A2A
(8,26,42)
#071421
(7,20,33)
#060E18
(6,14,24)
#05080F
(5,8,15)
#000000
(0,0,0)

Tints of #0F4469

#0F4469
(15,68,105)
#245576
(36,85,118)
#396683
(57,102,131)
#4E7790
(78,119,144)
#63889D
(99,136,157)
#7899AA
(120,153,170)
#8DAAB7
(141,170,183)
#A2BBC4
(162,187,196)
#B7CCD1
(183,204,209)
#CCDDDE
(204,221,222)
#E1EEEB
(225,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F4469 color. Also use rgb(15,68,105) instead hex code.

Text Font Color

.myTextColor { color: #0F4469; }

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

This text font color is #0F4469.


Background Color

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

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

This div background color is #0F4469.


Border color

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

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

This div border color is #0F4469.


Opacity

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

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

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

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

This text has shadow with #0F4469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F4469 on black background.


Color preview on white background

This text has color #0F4469 on white background.



Black color preview on #0F4469 background

This text has black color on #0F4469 background.


White color preview on #0F4469 background

This text has white color on #0F4469 background.