COLOR #0F155D

HEX: #0F155D RGB: (15,21,93)

Color info

#0F155D contains mainly blue color. Web safe color of #0F155D is #000066 (or #006).

RGB color model

#0F155D color RGB value is (15,21,93).

RGB: (15,21,93) (6%, 8%, 36%)

RGB channels and saturation

R 15 of 255 = 6%
G 21 of 255 = 8%
B 93 of 255 = 36%

15
21
93

R + G + B ~ 17%. #0F155D is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 21 + 93 = 129 (100%)
R 15 of 129 ~ 11.63%
G 21 of 129 ~ 16.28%
B 93 of 129 ~ 72.09'%

%11.63
%16.28
%72.09

CMYK color model

#0F155D color CMYK value is (84,77,0,64).

  • cyan value is 83.87%
  • magenta value is 77.42%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK: (84,77,0,64) C84M77Y0K64 (84%,77%,0%,64%) (0.84/0.77/0.00/0.64) 

CMYK percentages

%83.87
%77.42
%0
%63.53

Codes

Color #0F155D in popluar color models

0F 15 5D
RGB 15 21 93
HSL 235° 72.22% 21.18%
HSB/HSV 235° 83.87% 36.47%
CMYK 83.87% 77.42% 0.00%
63.53%

Color #0F155D in popluar number systems.

HEX 0F 15 5D
Decimal 15 21 93
Binary 1111 10101 1011101
Octal 17 25 135

Shades and tints

Shades of #0F155D

#0F155D
(15,21,93)
#0E1455
(14,20,85)
#0D134D
(13,19,77)
#0C1245
(12,18,69)
#0B113D
(11,17,61)
#0A1035
(10,16,53)
#090F2D
(9,15,45)
#080E25
(8,14,37)
#070D1D
(7,13,29)
#060C15
(6,12,21)
#050B0D
(5,11,13)
#000000
(0,0,0)

Tints of #0F155D

#0F155D
(15,21,93)
#242A6B
(36,42,107)
#393F79
(57,63,121)
#4E5487
(78,84,135)
#636995
(99,105,149)
#787EA3
(120,126,163)
#8D93B1
(141,147,177)
#A2A8BF
(162,168,191)
#B7BDCD
(183,189,205)
#CCD2DB
(204,210,219)
#E1E7E9
(225,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F155D color. Also use rgb(15,21,93) instead hex code.

Text Font Color

.myTextColor { color: #0F155D; }

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

This text font color is #0F155D.

Background Color

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

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

This div background color is #0F155D.

Border color

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

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

This div border color is #0F155D.

Opacity

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

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

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

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

This text has shadow with #0F155D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F155D.

Preview

Color preview on black background

This text has color #0F155D on black background.


Color preview on white background

This text has color #0F155D on white background.


Black color preview on #0F155D background

This text has black color on #0F155D background.


White color preview on #0F155D background

This text has white color on #0F155D background.


Related colors

Complementary color

Complementary color for #hex is #F0EAA2.


I love getcolorcode.com

Triadic colors

1 #5D0F15 and #155D0F with #0F155D are triadic colors.

2 #5D150F and #150F5D with #0F155D are triadic colors.