COLOR #0F1025

HEX: #0F1025 RGB: (15,16,37)

Color info

#0F1025 contains red, green and blue colors in about the same proportion. Web safe color of #0F1025 is #000033 (or #003).

RGB color model

#0F1025 color RGB value is (15,16,37).

RGB: (15,16,37) (6%, 6%, 15%)

RGB channels and saturation

R 15 of 255 = 6%
G 16 of 255 = 6%
B 37 of 255 = 15%

15
16
37

R + G + B ~ 9%. #0F1025 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 16 + 37 = 68 (100%)
R 15 of 68 ~ 22.06%
G 16 of 68 ~ 23.53%
B 37 of 68 ~ 54.41'%

%22.06
%23.53
%54.41

CMYK color model

#0F1025 color CMYK value is (59,57,0,85).

  • cyan value is 59.46%
  • magenta value is 56.76%
  • yellow value is 0.00%
  • key color value is 85.49%

CMYK: (59,57,0,85)
C59M57Y0K85 (59%, 57%, 0%, 85%)
(0.59 / 0.57 / 0.00 / 0.85)

CMYK percentages

%59.46
%56.76
%0
%85.49

Codes

Color #0F1025 in popluar color models

0F 10 25
RGB 15 16 37
HSL 237° 42.31% 10.20%
HSB/HSV 237° 59.46% 14.51%
CMYK 59.46% 56.76% 0.00%
85.49%

Color #0F1025 in popluar number systems.

HEX 0F 10 25
Decimal 15 16 37
Binary 1111 10000 100101
Octal 17 20 45

Shades and tints

Shades of #0F1025

#0F1025
(15,16,37)
#0E0F22
(14,15,34)
#0D0E1F
(13,14,31)
#0C0D1C
(12,13,28)
#0B0C19
(11,12,25)
#0A0B16
(10,11,22)
#090A13
(9,10,19)
#080910
(8,9,16)
#07080D
(7,8,13)
#06070A
(6,7,10)
#050607
(5,6,7)
#000000
(0,0,0)

Tints of #0F1025

#0F1025
(15,16,37)
#242538
(36,37,56)
#393A4B
(57,58,75)
#4E4F5E
(78,79,94)
#636471
(99,100,113)
#787984
(120,121,132)
#8D8E97
(141,142,151)
#A2A3AA
(162,163,170)
#B7B8BD
(183,184,189)
#CCCDD0
(204,205,208)
#E1E2E3
(225,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F1025 color. Also use rgb(15,16,37) instead hex code.

Text Font Color

.myTextColor { color: #0F1025; }

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

This text font color is #0F1025.

Background Color

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

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

This div background color is #0F1025.

Border color

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

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

This div border color is #0F1025.

Opacity

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

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

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

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

This text has shadow with #0F1025 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1025.

Preview

Color preview on black background

This text has color #0F1025 on black background.


Color preview on white background

This text has color #0F1025 on white background.


Black color preview on #0F1025 background

This text has black color on #0F1025 background.


White color preview on #0F1025 background

This text has white color on #0F1025 background.


Related colors

Complementary color

Complementary color for #hex is #F0EFDA.


I love getcolorcode.com

Triadic colors

1 #250F10 and #10250F with #0F1025 are triadic colors.

2 #25100F and #100F25 with #0F1025 are triadic colors.