COLOR #0F3C64

HEX: #0F3C64 RGB: (15,60,100)

Color info

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

RGB color model

#0F3C64 color RGB value is (15,60,100).

RGB: (15,60,100) (6%, 24%, 39%)

RGB channels and saturation

R 15 of 255 = 6%
G 60 of 255 = 24%
B 100 of 255 = 39%

15
60
100

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

Portions of RGB colors in percentages

R + G + B = 15 + 60 + 100 = 175 (100%)
R 15 of 175 ~ 8.57%
G 60 of 175 ~ 34.29%
B 100 of 175 ~ 57.14'%

%34.29
%57.14

CMYK color model

#0F3C64 color CMYK value is (85,40,0,61).

  • cyan value is 85.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (85,40,0,61)
C85M40Y0K61 (85%, 40%, 0%, 61%)
(0.85 / 0.40 / 0.00 / 0.61)

CMYK percentages

%85
%40
%0
%60.78

Codes

Color #0F3C64 in popluar color models

0F 3C 64
RGB 15 60 100
HSL 208° 73.91% 22.55%
HSB/HSV 208° 85.00% 39.22%
CMYK 85.00% 40.00% 0.00%
60.78%

Color #0F3C64 in popluar number systems.

HEX 0F 3C 64
Decimal 15 60 100
Binary 1111 111100 1100100
Octal 17 74 144

Shades and tints

Shades of #0F3C64

#0F3C64
(15,60,100)
#0E375B
(14,55,91)
#0D3252
(13,50,82)
#0C2D49
(12,45,73)
#0B2840
(11,40,64)
#0A2337
(10,35,55)
#091E2E
(9,30,46)
#081925
(8,25,37)
#07141C
(7,20,28)
#060F13
(6,15,19)
#050A0A
(5,10,10)
#000000
(0,0,0)

Tints of #0F3C64

#0F3C64
(15,60,100)
#244D72
(36,77,114)
#395E80
(57,94,128)
#4E6F8E
(78,111,142)
#63809C
(99,128,156)
#7891AA
(120,145,170)
#8DA2B8
(141,162,184)
#A2B3C6
(162,179,198)
#B7C4D4
(183,196,212)
#CCD5E2
(204,213,226)
#E1E6F0
(225,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F3C64; }

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

This text font color is #0F3C64.

Background Color

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

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

This div background color is #0F3C64.

Border color

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

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

This div border color is #0F3C64.

Opacity

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

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

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

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

This text has shadow with #0F3C64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F3C64.

Preview

Color preview on black background

This text has color #0F3C64 on black background.


Color preview on white background

This text has color #0F3C64 on white background.


Black color preview on #0F3C64 background

This text has black color on #0F3C64 background.


White color preview on #0F3C64 background

This text has white color on #0F3C64 background.


Related colors

Complementary color

Complementary color for #hex is #F0C39B.


I love getcolorcode.com

Triadic colors

1 #640F3C and #3C640F with #0F3C64 are triadic colors.

2 #643C0F and #3C0F64 with #0F3C64 are triadic colors.