COLOR #0F3D7A

HEX: #0F3D7A
RGB: (15,61,122)

Color info

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

RGB color model

#0F3D7A color RGB value is (15,61,122).

  • red value is 15;
  • green value is 61;
  • blue value is 122.
RGB:
(15,61,122)
(6%,24%,48%)

RGB channels and saturation

R 15 of 255 = 6%
G 61 of 255 = 24%
B 122 of 255 = 48%

15
61
122

R + G + B ~ 26%. #0F3D7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 61 + 122 = 198 (100%)
R 15 of 198 ~ 7.58%
G 61 of 198 ~ 30.81%
B 122 of 198 ~ 61.62%

%30.81
%61.62

CMYK color model

#0F3D7A color CMYK value is (88,50,0,52).

  • cyan value is 87.70%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(88,50,0,52)
C88M50Y0K52 
(88%,50%,0%,52%)
(0.88/0.50/0.00/0.52)	

CMYK percentages

%87.7
%50
%0
%52.16

Codes

Color #0F3D7A in popluar color models

0F3D7A
RGB1561122
HSL214°78.10%26.86%
HSB/HSV214°87.70%47.84%
CMYK87.70%50.00%0.00%
52.16%

Color #0F3D7A in popluar number systems.

HEX0F3D7A
Decimal1561122
Binary11111111011111010
Octal1775172

Shades and tints

Shades of #0F3D7A

#0F3D7A
(15,61,122)
#0E386F
(14,56,111)
#0D3364
(13,51,100)
#0C2E59
(12,46,89)
#0B294E
(11,41,78)
#0A2443
(10,36,67)
#091F38
(9,31,56)
#081A2D
(8,26,45)
#071522
(7,21,34)
#061017
(6,16,23)
#050B0C
(5,11,12)
#000000
(0,0,0)

Tints of #0F3D7A

#0F3D7A
(15,61,122)
#244E86
(36,78,134)
#395F92
(57,95,146)
#4E709E
(78,112,158)
#6381AA
(99,129,170)
#7892B6
(120,146,182)
#8DA3C2
(141,163,194)
#A2B4CE
(162,180,206)
#B7C5DA
(183,197,218)
#CCD6E6
(204,214,230)
#E1E7F2
(225,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F3D7A color. Also use rgb(15,61,122) instead hex code.

Text Font Color

.myTextColor { color: #0F3D7A; }

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

This text font color is #0F3D7A.


Background Color

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

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

This div background color is #0F3D7A.


Border color

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

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

This div border color is #0F3D7A.


Opacity

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

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

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

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

This text has shadow with #0F3D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3D7A on black background.


Color preview on white background

This text has color #0F3D7A on white background.



Black color preview on #0F3D7A background

This text has black color on #0F3D7A background.


White color preview on #0F3D7A background

This text has white color on #0F3D7A background.