COLOR #0F236D

HEX: #0F236D
RGB: (15,35,109)

Color info

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

RGB color model

#0F236D color RGB value is (15,35,109).

  • red value is 15;
  • green value is 35;
  • blue value is 109.
RGB:
(15,35,109)
(6%,14%,43%)

RGB channels and saturation

R 15 of 255 = 6%
G 35 of 255 = 14%
B 109 of 255 = 43%

15
35
109

R + G + B ~ 21%. #0F236D is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 35 + 109 = 159 (100%)
R 15 of 159 ~ 9.43%
G 35 of 159 ~ 22.01%
B 109 of 159 ~ 68.55%

%22.01
%68.55

CMYK color model

#0F236D color CMYK value is (86,68,0,57).

  • cyan value is 86.24%
  • magenta value is 67.89%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(86,68,0,57)
C86M68Y0K57 
(86%,68%,0%,57%)
(0.86/0.68/0.00/0.57)	

CMYK percentages

%86.24
%67.89
%0
%57.25

Codes

Color #0F236D in popluar color models

0F236D
RGB1535109
HSL227°75.81%24.31%
HSB/HSV227°86.24%42.75%
CMYK86.24%67.89%0.00%
57.25%

Color #0F236D in popluar number systems.

HEX0F236D
Decimal1535109
Binary11111000111101101
Octal1743155

Shades and tints

Shades of #0F236D

#0F236D
(15,35,109)
#0E2064
(14,32,100)
#0D1D5B
(13,29,91)
#0C1A52
(12,26,82)
#0B1749
(11,23,73)
#0A1440
(10,20,64)
#091137
(9,17,55)
#080E2E
(8,14,46)
#070B25
(7,11,37)
#06081C
(6,8,28)
#050513
(5,5,19)
#000000
(0,0,0)

Tints of #0F236D

#0F236D
(15,35,109)
#24377A
(36,55,122)
#394B87
(57,75,135)
#4E5F94
(78,95,148)
#6373A1
(99,115,161)
#7887AE
(120,135,174)
#8D9BBB
(141,155,187)
#A2AFC8
(162,175,200)
#B7C3D5
(183,195,213)
#CCD7E2
(204,215,226)
#E1EBEF
(225,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F236D color. Also use rgb(15,35,109) instead hex code.

Text Font Color

.myTextColor { color: #0F236D; }

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

This text font color is #0F236D.


Background Color

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

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

This div background color is #0F236D.


Border color

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

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

This div border color is #0F236D.


Opacity

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

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

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

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

This text has shadow with #0F236D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F236D on black background.


Color preview on white background

This text has color #0F236D on white background.



Black color preview on #0F236D background

This text has black color on #0F236D background.


White color preview on #0F236D background

This text has white color on #0F236D background.