COLOR #0F1F57

HEX: #0F1F57 RGB: (15,31,87)

Color info

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

RGB color model

#0F1F57 color RGB value is (15,31,87).

RGB: (15,31,87) (6%, 12%, 34%)

RGB channels and saturation

R 15 of 255 = 6%
G 31 of 255 = 12%
B 87 of 255 = 34%

15
31
87

R + G + B ~ 17%. #0F1F57 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 31 + 87 = 133 (100%)
R 15 of 133 ~ 11.28%
G 31 of 133 ~ 23.31%
B 87 of 133 ~ 65.41'%

%11.28
%23.31
%65.41

CMYK color model

#0F1F57 color CMYK value is (83,64,0,66).

  • cyan value is 82.76%
  • magenta value is 64.37%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (83,64,0,66)
C83M64Y0K66 (83%, 64%, 0%, 66%)
(0.83 / 0.64 / 0.00 / 0.66)

CMYK percentages

%82.76
%64.37
%0
%65.88

Codes

Color #0F1F57 in popluar color models

0F 1F 57
RGB 15 31 87
HSL 227° 70.59% 20.00%
HSB/HSV 227° 82.76% 34.12%
CMYK 82.76% 64.37% 0.00%
65.88%

Color #0F1F57 in popluar number systems.

HEX 0F 1F 57
Decimal 15 31 87
Binary 1111 11111 1010111
Octal 17 37 127

Shades and tints

Shades of #0F1F57

#0F1F57
(15,31,87)
#0E1D50
(14,29,80)
#0D1B49
(13,27,73)
#0C1942
(12,25,66)
#0B173B
(11,23,59)
#0A1534
(10,21,52)
#09132D
(9,19,45)
#081126
(8,17,38)
#070F1F
(7,15,31)
#060D18
(6,13,24)
#050B11
(5,11,17)
#000000
(0,0,0)

Tints of #0F1F57

#0F1F57
(15,31,87)
#243366
(36,51,102)
#394775
(57,71,117)
#4E5B84
(78,91,132)
#636F93
(99,111,147)
#7883A2
(120,131,162)
#8D97B1
(141,151,177)
#A2ABC0
(162,171,192)
#B7BFCF
(183,191,207)
#CCD3DE
(204,211,222)
#E1E7ED
(225,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F1F57 color. Also use rgb(15,31,87) instead hex code.

Text Font Color

.myTextColor { color: #0F1F57; }

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

This text font color is #0F1F57.

Background Color

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

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

This div background color is #0F1F57.

Border color

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

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

This div border color is #0F1F57.

Opacity

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

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

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

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

This text has shadow with #0F1F57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1F57.

Preview

Color preview on black background

This text has color #0F1F57 on black background.


Color preview on white background

This text has color #0F1F57 on white background.


Black color preview on #0F1F57 background

This text has black color on #0F1F57 background.


White color preview on #0F1F57 background

This text has white color on #0F1F57 background.


Related colors

Complementary color

Complementary color for #hex is #F0E0A8.


I love getcolorcode.com

Triadic colors

1 #570F1F and #1F570F with #0F1F57 are triadic colors.

2 #571F0F and #1F0F57 with #0F1F57 are triadic colors.