COLOR #0F2059

HEX: #0F2059
RGB: (15,32,89)

Color info

#0F2059 contains mainly green and blue colors. Web safe color of #0F2059 is #003366 (or #036).

RGB color model

#0F2059 color RGB value is (15,32,89).

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

RGB channels and saturation

R 15 of 255 = 6%
G 32 of 255 = 13%
B 89 of 255 = 35%

15
32
89

R + G + B ~ 18%. #0F2059 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 32 + 89 = 136 (100%)
R 15 of 136 ~ 11.03%
G 32 of 136 ~ 23.53%
B 89 of 136 ~ 65.44%

%11.03
%23.53
%65.44

CMYK color model

#0F2059 color CMYK value is (83,64,0,65).

  • cyan value is 83.15%
  • magenta value is 64.04%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(83,64,0,65)
C83M64Y0K65 
(83%,64%,0%,65%)
(0.83/0.64/0.00/0.65)	

CMYK percentages

%83.15
%64.04
%0
%65.1

Codes

Color #0F2059 in popluar color models

0F2059
RGB153289
HSL226°71.15%20.39%
HSB/HSV226°83.15%34.90%
CMYK83.15%64.04%0.00%
65.10%

Color #0F2059 in popluar number systems.

HEX0F2059
Decimal153289
Binary11111000001011001
Octal1740131

Shades and tints

Shades of #0F2059

#0F2059
(15,32,89)
#0E1E51
(14,30,81)
#0D1C49
(13,28,73)
#0C1A41
(12,26,65)
#0B1839
(11,24,57)
#0A1631
(10,22,49)
#091429
(9,20,41)
#081221
(8,18,33)
#071019
(7,16,25)
#060E11
(6,14,17)
#050C09
(5,12,9)
#000000
(0,0,0)

Tints of #0F2059

#0F2059
(15,32,89)
#243468
(36,52,104)
#394877
(57,72,119)
#4E5C86
(78,92,134)
#637095
(99,112,149)
#7884A4
(120,132,164)
#8D98B3
(141,152,179)
#A2ACC2
(162,172,194)
#B7C0D1
(183,192,209)
#CCD4E0
(204,212,224)
#E1E8EF
(225,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2059; }

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

This text font color is #0F2059.


Background Color

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

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

This div background color is #0F2059.


Border color

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

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

This div border color is #0F2059.


Opacity

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

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

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

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

This text has shadow with #0F2059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2059 on black background.


Color preview on white background

This text has color #0F2059 on white background.



Black color preview on #0F2059 background

This text has black color on #0F2059 background.


White color preview on #0F2059 background

This text has white color on #0F2059 background.