COLOR #0F1861

HEX: #0F1861
RGB: (15,24,97)

Color info

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

RGB color model

#0F1861 color RGB value is (15,24,97).

  • red value is 15;
  • green value is 24;
  • blue value is 97.
RGB:
(15,24,97)
(6%,9%,38%)

RGB channels and saturation

R 15 of 255 = 6%
G 24 of 255 = 9%
B 97 of 255 = 38%

15
24
97

R + G + B ~ 18%. #0F1861 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 24 + 97 = 136 (100%)
R 15 of 136 ~ 11.03%
G 24 of 136 ~ 17.65%
B 97 of 136 ~ 71.32%

%11.03
%17.65
%71.32

CMYK color model

#0F1861 color CMYK value is (85,75,0,62).

  • cyan value is 84.54%
  • magenta value is 75.26%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(85,75,0,62)
C85M75Y0K62 
(85%,75%,0%,62%)
(0.85/0.75/0.00/0.62)	

CMYK percentages

%84.54
%75.26
%0
%61.96

Codes

Color #0F1861 in popluar color models

0F1861
RGB152497
HSL233°73.21%21.96%
HSB/HSV233°84.54%38.04%
CMYK84.54%75.26%0.00%
61.96%

Color #0F1861 in popluar number systems.

HEX0F1861
Decimal152497
Binary1111110001100001
Octal1730141

Shades and tints

Shades of #0F1861

#0F1861
(15,24,97)
#0E1659
(14,22,89)
#0D1451
(13,20,81)
#0C1249
(12,18,73)
#0B1041
(11,16,65)
#0A0E39
(10,14,57)
#090C31
(9,12,49)
#080A29
(8,10,41)
#070821
(7,8,33)
#060619
(6,6,25)
#050411
(5,4,17)
#000000
(0,0,0)

Tints of #0F1861

#0F1861
(15,24,97)
#242D6F
(36,45,111)
#39427D
(57,66,125)
#4E578B
(78,87,139)
#636C99
(99,108,153)
#7881A7
(120,129,167)
#8D96B5
(141,150,181)
#A2ABC3
(162,171,195)
#B7C0D1
(183,192,209)
#CCD5DF
(204,213,223)
#E1EAED
(225,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F1861 color. Also use rgb(15,24,97) instead hex code.

Text Font Color

.myTextColor { color: #0F1861; }

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

This text font color is #0F1861.


Background Color

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

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

This div background color is #0F1861.


Border color

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

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

This div border color is #0F1861.


Opacity

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

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

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

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

This text has shadow with #0F1861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1861 on black background.


Color preview on white background

This text has color #0F1861 on white background.



Black color preview on #0F1861 background

This text has black color on #0F1861 background.


White color preview on #0F1861 background

This text has white color on #0F1861 background.