COLOR #0F203B

HEX: #0F203B
RGB: (15,32,59)

Color info

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

RGB color model

#0F203B color RGB value is (15,32,59).

  • red value is 15;
  • green value is 32;
  • blue value is 59.
RGB:
(15,32,59)
(6%,13%,23%)

RGB channels and saturation

R 15 of 255 = 6%
G 32 of 255 = 13%
B 59 of 255 = 23%

15
32
59

R + G + B ~ 14%. #0F203B is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 32 + 59 = 106 (100%)
R 15 of 106 ~ 14.15%
G 32 of 106 ~ 30.19%
B 59 of 106 ~ 55.66%

%14.15
%30.19
%55.66

CMYK color model

#0F203B color CMYK value is (75,46,0,77).

  • cyan value is 74.58%
  • magenta value is 45.76%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(75,46,0,77)
C75M46Y0K77 
(75%,46%,0%,77%)
(0.75/0.46/0.00/0.77)	

CMYK percentages

%74.58
%45.76
%0
%76.86

Codes

Color #0F203B in popluar color models

0F203B
RGB153259
HSL217°59.46%14.51%
HSB/HSV217°74.58%23.14%
CMYK74.58%45.76%0.00%
76.86%

Color #0F203B in popluar number systems.

HEX0F203B
Decimal153259
Binary1111100000111011
Octal174073

Shades and tints

Shades of #0F203B

#0F203B
(15,32,59)
#0E1E36
(14,30,54)
#0D1C31
(13,28,49)
#0C1A2C
(12,26,44)
#0B1827
(11,24,39)
#0A1622
(10,22,34)
#09141D
(9,20,29)
#081218
(8,18,24)
#071013
(7,16,19)
#060E0E
(6,14,14)
#050C09
(5,12,9)
#000000
(0,0,0)

Tints of #0F203B

#0F203B
(15,32,59)
#24344C
(36,52,76)
#39485D
(57,72,93)
#4E5C6E
(78,92,110)
#63707F
(99,112,127)
#788490
(120,132,144)
#8D98A1
(141,152,161)
#A2ACB2
(162,172,178)
#B7C0C3
(183,192,195)
#CCD4D4
(204,212,212)
#E1E8E5
(225,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F203B color. Also use rgb(15,32,59) instead hex code.

Text Font Color

.myTextColor { color: #0F203B; }

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

This text font color is #0F203B.


Background Color

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

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

This div background color is #0F203B.


Border color

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

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

This div border color is #0F203B.


Opacity

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

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

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

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

This text has shadow with #0F203B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F203B on black background.


Color preview on white background

This text has color #0F203B on white background.



Black color preview on #0F203B background

This text has black color on #0F203B background.


White color preview on #0F203B background

This text has white color on #0F203B background.