COLOR #0F215E

HEX: #0F215E
RGB: (15,33,94)

Color info

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

RGB color model

#0F215E color RGB value is (15,33,94).

  • red value is 15;
  • green value is 33;
  • blue value is 94.
RGB:
(15,33,94)
(6%,13%,37%)

RGB channels and saturation

R 15 of 255 = 6%
G 33 of 255 = 13%
B 94 of 255 = 37%

15
33
94

R + G + B ~ 19%. #0F215E is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 33 + 94 = 142 (100%)
R 15 of 142 ~ 10.56%
G 33 of 142 ~ 23.24%
B 94 of 142 ~ 66.2%

%10.56
%23.24
%66.2

CMYK color model

#0F215E color CMYK value is (84,65,0,63).

  • cyan value is 84.04%
  • magenta value is 64.89%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(84,65,0,63)
C84M65Y0K63 
(84%,65%,0%,63%)
(0.84/0.65/0.00/0.63)	

CMYK percentages

%84.04
%64.89
%0
%63.14

Codes

Color #0F215E in popluar color models

0F215E
RGB153394
HSL226°72.48%21.37%
HSB/HSV226°84.04%36.86%
CMYK84.04%64.89%0.00%
63.14%

Color #0F215E in popluar number systems.

HEX0F215E
Decimal153394
Binary11111000011011110
Octal1741136

Shades and tints

Shades of #0F215E

#0F215E
(15,33,94)
#0E1E56
(14,30,86)
#0D1B4E
(13,27,78)
#0C1846
(12,24,70)
#0B153E
(11,21,62)
#0A1236
(10,18,54)
#090F2E
(9,15,46)
#080C26
(8,12,38)
#07091E
(7,9,30)
#060616
(6,6,22)
#05030E
(5,3,14)
#000000
(0,0,0)

Tints of #0F215E

#0F215E
(15,33,94)
#24356C
(36,53,108)
#39497A
(57,73,122)
#4E5D88
(78,93,136)
#637196
(99,113,150)
#7885A4
(120,133,164)
#8D99B2
(141,153,178)
#A2ADC0
(162,173,192)
#B7C1CE
(183,193,206)
#CCD5DC
(204,213,220)
#E1E9EA
(225,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F215E color. Also use rgb(15,33,94) instead hex code.

Text Font Color

.myTextColor { color: #0F215E; }

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

This text font color is #0F215E.


Background Color

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

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

This div background color is #0F215E.


Border color

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

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

This div border color is #0F215E.


Opacity

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

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

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

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

This text has shadow with #0F215E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F215E on black background.


Color preview on white background

This text has color #0F215E on white background.



Black color preview on #0F215E background

This text has black color on #0F215E background.


White color preview on #0F215E background

This text has white color on #0F215E background.