COLOR #0F3F64

HEX: #0F3F64
RGB: (15,63,100)

Color info

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

RGB color model

#0F3F64 color RGB value is (15,63,100).

  • red value is 15;
  • green value is 63;
  • blue value is 100.
RGB:
(15,63,100)
(6%,25%,39%)

RGB channels and saturation

R 15 of 255 = 6%
G 63 of 255 = 25%
B 100 of 255 = 39%

15
63
100

R + G + B ~ 23%. #0F3F64 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 63 + 100 = 178 (100%)
R 15 of 178 ~ 8.43%
G 63 of 178 ~ 35.39%
B 100 of 178 ~ 56.18%

%35.39
%56.18

CMYK color model

#0F3F64 color CMYK value is (85,37,0,61).

  • cyan value is 85.00%
  • magenta value is 37.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(85,37,0,61)
C85M37Y0K61 
(85%,37%,0%,61%)
(0.85/0.37/0.00/0.61)	

CMYK percentages

%85
%37
%0
%60.78

Codes

Color #0F3F64 in popluar color models

0F3F64
RGB1563100
HSL206°73.91%22.55%
HSB/HSV206°85.00%39.22%
CMYK85.00%37.00%0.00%
60.78%

Color #0F3F64 in popluar number systems.

HEX0F3F64
Decimal1563100
Binary11111111111100100
Octal1777144

Shades and tints

Shades of #0F3F64

#0F3F64
(15,63,100)
#0E3A5B
(14,58,91)
#0D3552
(13,53,82)
#0C3049
(12,48,73)
#0B2B40
(11,43,64)
#0A2637
(10,38,55)
#09212E
(9,33,46)
#081C25
(8,28,37)
#07171C
(7,23,28)
#061213
(6,18,19)
#050D0A
(5,13,10)
#000000
(0,0,0)

Tints of #0F3F64

#0F3F64
(15,63,100)
#245072
(36,80,114)
#396180
(57,97,128)
#4E728E
(78,114,142)
#63839C
(99,131,156)
#7894AA
(120,148,170)
#8DA5B8
(141,165,184)
#A2B6C6
(162,182,198)
#B7C7D4
(183,199,212)
#CCD8E2
(204,216,226)
#E1E9F0
(225,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F3F64 color. Also use rgb(15,63,100) instead hex code.

Text Font Color

.myTextColor { color: #0F3F64; }

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

This text font color is #0F3F64.


Background Color

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

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

This div background color is #0F3F64.


Border color

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

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

This div border color is #0F3F64.


Opacity

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

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

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

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

This text has shadow with #0F3F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F3F64 on black background.


Color preview on white background

This text has color #0F3F64 on white background.



Black color preview on #0F3F64 background

This text has black color on #0F3F64 background.


White color preview on #0F3F64 background

This text has white color on #0F3F64 background.