COLOR #0F1438

HEX: #0F1438
RGB: (15,20,56)

Color info

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

RGB color model

#0F1438 color RGB value is (15,20,56).

  • red value is 15;
  • green value is 20;
  • blue value is 56.
RGB:
(15,20,56)
(6%,8%,22%)

RGB channels and saturation

R 15 of 255 = 6%
G 20 of 255 = 8%
B 56 of 255 = 22%

15
20
56

R + G + B ~ 12%. #0F1438 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 20 + 56 = 91 (100%)
R 15 of 91 ~ 16.48%
G 20 of 91 ~ 21.98%
B 56 of 91 ~ 61.54%

%16.48
%21.98
%61.54

CMYK color model

#0F1438 color CMYK value is (73,64,0,78).

  • cyan value is 73.21%
  • magenta value is 64.29%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(73,64,0,78)
C73M64Y0K78 
(73%,64%,0%,78%)
(0.73/0.64/0.00/0.78)	

CMYK percentages

%73.21
%64.29
%0
%78.04

Codes

Color #0F1438 in popluar color models

0F1438
RGB152056
HSL233°57.75%13.92%
HSB/HSV233°73.21%21.96%
CMYK73.21%64.29%0.00%
78.04%

Color #0F1438 in popluar number systems.

HEX0F1438
Decimal152056
Binary111110100111000
Octal172470

Shades and tints

Shades of #0F1438

#0F1438
(15,20,56)
#0E1333
(14,19,51)
#0D122E
(13,18,46)
#0C1129
(12,17,41)
#0B1024
(11,16,36)
#0A0F1F
(10,15,31)
#090E1A
(9,14,26)
#080D15
(8,13,21)
#070C10
(7,12,16)
#060B0B
(6,11,11)
#050A06
(5,10,6)
#000000
(0,0,0)

Tints of #0F1438

#0F1438
(15,20,56)
#24294A
(36,41,74)
#393E5C
(57,62,92)
#4E536E
(78,83,110)
#636880
(99,104,128)
#787D92
(120,125,146)
#8D92A4
(141,146,164)
#A2A7B6
(162,167,182)
#B7BCC8
(183,188,200)
#CCD1DA
(204,209,218)
#E1E6EC
(225,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F1438 color. Also use rgb(15,20,56) instead hex code.

Text Font Color

.myTextColor { color: #0F1438; }

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

This text font color is #0F1438.


Background Color

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

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

This div background color is #0F1438.


Border color

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

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

This div border color is #0F1438.


Opacity

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

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

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

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

This text has shadow with #0F1438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1438 on black background.


Color preview on white background

This text has color #0F1438 on white background.



Black color preview on #0F1438 background

This text has black color on #0F1438 background.


White color preview on #0F1438 background

This text has white color on #0F1438 background.