COLOR #0F1C34

HEX: #0F1C34
RGB: (15,28,52)

Color info

#0F1C34 contains red, green and blue colors in about the same proportion. Web safe color of #0F1C34 is #003333 (or #033).

RGB color model

#0F1C34 color RGB value is (15,28,52).

  • red value is 15;
  • green value is 28;
  • blue value is 52.
RGB:
(15,28,52)
(6%,11%,20%)

RGB channels and saturation

R 15 of 255 = 6%
G 28 of 255 = 11%
B 52 of 255 = 20%

15
28
52

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

Portions of RGB colors in percentages

R + G + B =
15 + 28 + 52 = 95 (100%)
R 15 of 95 ~ 15.79%
G 28 of 95 ~ 29.47%
B 52 of 95 ~ 54.74%

%15.79
%29.47
%54.74

CMYK color model

#0F1C34 color CMYK value is (71,46,0,80).

  • cyan value is 71.15%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(71,46,0,80)
C71M46Y0K80 
(71%,46%,0%,80%)
(0.71/0.46/0.00/0.80)	

CMYK percentages

%71.15
%46.15
%0
%79.61

Codes

Color #0F1C34 in popluar color models

0F1C34
RGB152852
HSL219°55.22%13.14%
HSB/HSV219°71.15%20.39%
CMYK71.15%46.15%0.00%
79.61%

Color #0F1C34 in popluar number systems.

HEX0F1C34
Decimal152852
Binary111111100110100
Octal173464

Shades and tints

Shades of #0F1C34

#0F1C34
(15,28,52)
#0E1A30
(14,26,48)
#0D182C
(13,24,44)
#0C1628
(12,22,40)
#0B1424
(11,20,36)
#0A1220
(10,18,32)
#09101C
(9,16,28)
#080E18
(8,14,24)
#070C14
(7,12,20)
#060A10
(6,10,16)
#05080C
(5,8,12)
#000000
(0,0,0)

Tints of #0F1C34

#0F1C34
(15,28,52)
#243046
(36,48,70)
#394458
(57,68,88)
#4E586A
(78,88,106)
#636C7C
(99,108,124)
#78808E
(120,128,142)
#8D94A0
(141,148,160)
#A2A8B2
(162,168,178)
#B7BCC4
(183,188,196)
#CCD0D6
(204,208,214)
#E1E4E8
(225,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F1C34 color. Also use rgb(15,28,52) instead hex code.

Text Font Color

.myTextColor { color: #0F1C34; }

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

This text font color is #0F1C34.


Background Color

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

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

This div background color is #0F1C34.


Border color

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

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

This div border color is #0F1C34.


Opacity

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

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

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

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

This text has shadow with #0F1C34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1C34 on black background.


Color preview on white background

This text has color #0F1C34 on white background.



Black color preview on #0F1C34 background

This text has black color on #0F1C34 background.


White color preview on #0F1C34 background

This text has white color on #0F1C34 background.