COLOR #0F1333

HEX: #0F1333
RGB: (15,19,51)

Color info

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

RGB color model

#0F1333 color RGB value is (15,19,51).

  • red value is 15;
  • green value is 19;
  • blue value is 51.
RGB:
(15,19,51)
(6%,7%,20%)

RGB channels and saturation

R 15 of 255 = 6%
G 19 of 255 = 7%
B 51 of 255 = 20%

15
19
51

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

Portions of RGB colors in percentages

R + G + B =
15 + 19 + 51 = 85 (100%)
R 15 of 85 ~ 17.65%
G 19 of 85 ~ 22.35%
B 51 of 85 ~ 60%

%17.65
%22.35
%60

CMYK color model

#0F1333 color CMYK value is (71,63,0,80).

  • cyan value is 70.59%
  • magenta value is 62.75%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(71,63,0,80)
C71M63Y0K80 
(71%,63%,0%,80%)
(0.71/0.63/0.00/0.80)	

CMYK percentages

%70.59
%62.75
%0
%80

Codes

Color #0F1333 in popluar color models

0F1333
RGB151951
HSL233°54.55%12.94%
HSB/HSV233°70.59%20.00%
CMYK70.59%62.75%0.00%
80.00%

Color #0F1333 in popluar number systems.

HEX0F1333
Decimal151951
Binary111110011110011
Octal172363

Shades and tints

Shades of #0F1333

#0F1333
(15,19,51)
#0E122F
(14,18,47)
#0D112B
(13,17,43)
#0C1027
(12,16,39)
#0B0F23
(11,15,35)
#0A0E1F
(10,14,31)
#090D1B
(9,13,27)
#080C17
(8,12,23)
#070B13
(7,11,19)
#060A0F
(6,10,15)
#05090B
(5,9,11)
#000000
(0,0,0)

Tints of #0F1333

#0F1333
(15,19,51)
#242845
(36,40,69)
#393D57
(57,61,87)
#4E5269
(78,82,105)
#63677B
(99,103,123)
#787C8D
(120,124,141)
#8D919F
(141,145,159)
#A2A6B1
(162,166,177)
#B7BBC3
(183,187,195)
#CCD0D5
(204,208,213)
#E1E5E7
(225,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F1333 color. Also use rgb(15,19,51) instead hex code.

Text Font Color

.myTextColor { color: #0F1333; }

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

This text font color is #0F1333.


Background Color

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

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

This div background color is #0F1333.


Border color

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

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

This div border color is #0F1333.


Opacity

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

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

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

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

This text has shadow with #0F1333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F1333 on black background.


Color preview on white background

This text has color #0F1333 on white background.



Black color preview on #0F1333 background

This text has black color on #0F1333 background.


White color preview on #0F1333 background

This text has white color on #0F1333 background.