COLOR #0F3051

HEX: #0F3051 RGB: (15,48,81)

Color info

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

RGB color model

#0F3051 color RGB value is (15,48,81).

RGB: (15,48,81) (6%, 19%, 32%)

RGB channels and saturation

R 15 of 255 = 6%
G 48 of 255 = 19%
B 81 of 255 = 32%

15
48
81

R + G + B ~ 19%. #0F3051 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 48 + 81 = 144 (100%)
R 15 of 144 ~ 10.42%
G 48 of 144 ~ 33.33%
B 81 of 144 ~ 56.25'%

%10.42
%33.33
%56.25

CMYK color model

#0F3051 color CMYK value is (81,41,0,68).

  • cyan value is 81.48%
  • magenta value is 40.74%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK: (81,41,0,68) C81M41Y0K68 (81%,41%,0%,68%) (0.81/0.41/0.00/0.68) 

CMYK percentages

%81.48
%40.74
%0
%68.24

Codes

Color #0F3051 in popluar color models

0F 30 51
RGB 15 48 81
HSL 210° 68.75% 18.82%
HSB/HSV 210° 81.48% 31.76%
CMYK 81.48% 40.74% 0.00%
68.24%

Color #0F3051 in popluar number systems.

HEX 0F 30 51
Decimal 15 48 81
Binary 1111 110000 1010001
Octal 17 60 121

Shades and tints

Shades of #0F3051

#0F3051
(15,48,81)
#0E2C4A
(14,44,74)
#0D2843
(13,40,67)
#0C243C
(12,36,60)
#0B2035
(11,32,53)
#0A1C2E
(10,28,46)
#091827
(9,24,39)
#081420
(8,20,32)
#071019
(7,16,25)
#060C12
(6,12,18)
#05080B
(5,8,11)
#000000
(0,0,0)

Tints of #0F3051

#0F3051
(15,48,81)
#244260
(36,66,96)
#39546F
(57,84,111)
#4E667E
(78,102,126)
#63788D
(99,120,141)
#788A9C
(120,138,156)
#8D9CAB
(141,156,171)
#A2AEBA
(162,174,186)
#B7C0C9
(183,192,201)
#CCD2D8
(204,210,216)
#E1E4E7
(225,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F3051 color. Also use rgb(15,48,81) instead hex code.

Text Font Color

.myTextColor { color: #0F3051; }

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

This text font color is #0F3051.

Background Color

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

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

This div background color is #0F3051.

Border color

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

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

This div border color is #0F3051.

Opacity

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

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

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

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

This text has shadow with #0F3051 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F3051.

Preview

Color preview on black background

This text has color #0F3051 on black background.


Color preview on white background

This text has color #0F3051 on white background.


Black color preview on #0F3051 background

This text has black color on #0F3051 background.


White color preview on #0F3051 background

This text has white color on #0F3051 background.


Related colors

Complementary color

Complementary color for #hex is #F0CFAE.


I love getcolorcode.com

Triadic colors

1 #510F30 and #30510F with #0F3051 are triadic colors.

2 #51300F and #300F51 with #0F3051 are triadic colors.