COLOR #0F2E7A

HEX: #0F2E7A
RGB: (15,46,122)

Color info

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

RGB color model

#0F2E7A color RGB value is (15,46,122).

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

RGB channels and saturation

R 15 of 255 = 6%
G 46 of 255 = 18%
B 122 of 255 = 48%

15
46
122

R + G + B ~ 24%. #0F2E7A is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 46 + 122 = 183 (100%)
R 15 of 183 ~ 8.2%
G 46 of 183 ~ 25.14%
B 122 of 183 ~ 66.67%

%25.14
%66.67

CMYK color model

#0F2E7A color CMYK value is (88,62,0,52).

  • cyan value is 87.70%
  • magenta value is 62.30%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(88,62,0,52)
C88M62Y0K52 
(88%,62%,0%,52%)
(0.88/0.62/0.00/0.52)	

CMYK percentages

%87.7
%62.3
%0
%52.16

Codes

Color #0F2E7A in popluar color models

0F2E7A
RGB1546122
HSL223°78.10%26.86%
HSB/HSV223°87.70%47.84%
CMYK87.70%62.30%0.00%
52.16%

Color #0F2E7A in popluar number systems.

HEX0F2E7A
Decimal1546122
Binary11111011101111010
Octal1756172

Shades and tints

Shades of #0F2E7A

#0F2E7A
(15,46,122)
#0E2A6F
(14,42,111)
#0D2664
(13,38,100)
#0C2259
(12,34,89)
#0B1E4E
(11,30,78)
#0A1A43
(10,26,67)
#091638
(9,22,56)
#08122D
(8,18,45)
#070E22
(7,14,34)
#060A17
(6,10,23)
#05060C
(5,6,12)
#000000
(0,0,0)

Tints of #0F2E7A

#0F2E7A
(15,46,122)
#244186
(36,65,134)
#395492
(57,84,146)
#4E679E
(78,103,158)
#637AAA
(99,122,170)
#788DB6
(120,141,182)
#8DA0C2
(141,160,194)
#A2B3CE
(162,179,206)
#B7C6DA
(183,198,218)
#CCD9E6
(204,217,230)
#E1ECF2
(225,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2E7A; }

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

This text font color is #0F2E7A.


Background Color

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

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

This div background color is #0F2E7A.


Border color

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

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

This div border color is #0F2E7A.


Opacity

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

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

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

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

This text has shadow with #0F2E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2E7A on black background.


Color preview on white background

This text has color #0F2E7A on white background.



Black color preview on #0F2E7A background

This text has black color on #0F2E7A background.


White color preview on #0F2E7A background

This text has white color on #0F2E7A background.