COLOR #0F1A28

HEX: #0F1A28
RGB: (15,26,40)

Color info

#0F1A28 contains red, green and blue colors in about the same proportion. Web safe color of #0F1A28 is #000033 (or #003).

RGB color model

#0F1A28 color RGB value is (15,26,40).

  • red value is 15;
  • green value is 26;
  • blue value is 40.
RGB:
(15,26,40)
(6%,10%,16%)

RGB channels and saturation

R 15 of 255 = 6%
G 26 of 255 = 10%
B 40 of 255 = 16%

15
26
40

R + G + B ~ 11%. #0F1A28 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 26 + 40 = 81 (100%)
R 15 of 81 ~ 18.52%
G 26 of 81 ~ 32.1%
B 40 of 81 ~ 49.38%

%18.52
%32.1
%49.38

CMYK color model

#0F1A28 color CMYK value is (63,35,0,84).

  • cyan value is 62.50%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(63,35,0,84)
C63M35Y0K84 
(63%,35%,0%,84%)
(0.63/0.35/0.00/0.84)	

CMYK percentages

%62.5
%35
%0
%84.31

Codes

Color #0F1A28 in popluar color models

0F1A28
RGB152640
HSL214°45.45%10.78%
HSB/HSV214°62.50%15.69%
CMYK62.50%35.00%0.00%
84.31%

Color #0F1A28 in popluar number systems.

HEX0F1A28
Decimal152640
Binary111111010101000
Octal173250

Shades and tints

Shades of #0F1A28

#0F1A28
(15,26,40)
#0E1825
(14,24,37)
#0D1622
(13,22,34)
#0C141F
(12,20,31)
#0B121C
(11,18,28)
#0A1019
(10,16,25)
#090E16
(9,14,22)
#080C13
(8,12,19)
#070A10
(7,10,16)
#06080D
(6,8,13)
#05060A
(5,6,10)
#000000
(0,0,0)

Tints of #0F1A28

#0F1A28
(15,26,40)
#242E3B
(36,46,59)
#39424E
(57,66,78)
#4E5661
(78,86,97)
#636A74
(99,106,116)
#787E87
(120,126,135)
#8D929A
(141,146,154)
#A2A6AD
(162,166,173)
#B7BAC0
(183,186,192)
#CCCED3
(204,206,211)
#E1E2E6
(225,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F1A28 color. Also use rgb(15,26,40) instead hex code.

Text Font Color

.myTextColor { color: #0F1A28; }

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

This text font color is #0F1A28.


Background Color

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

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

This div background color is #0F1A28.


Border color

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

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

This div border color is #0F1A28.


Opacity

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

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

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

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

This text has shadow with #0F1A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1A28 on black background.


Color preview on white background

This text has color #0F1A28 on white background.



Black color preview on #0F1A28 background

This text has black color on #0F1A28 background.


White color preview on #0F1A28 background

This text has white color on #0F1A28 background.