COLOR #0F183A

HEX: #0F183A RGB: (15,24,58)

Color info

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

RGB color model

#0F183A color RGB value is (15,24,58).

RGB: (15,24,58) (6%, 9%, 23%)

RGB channels and saturation

R 15 of 255 = 6%
G 24 of 255 = 9%
B 58 of 255 = 23%

15
24
58

R + G + B ~ 13%. #0F183A is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 24 + 58 = 97 (100%)
R 15 of 97 ~ 15.46%
G 24 of 97 ~ 24.74%
B 58 of 97 ~ 59.79'%

%15.46
%24.74
%59.79

CMYK color model

#0F183A color CMYK value is (74,59,0,77).

  • cyan value is 74.14%
  • magenta value is 58.62%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (74,59,0,77)
C74M59Y0K77 (74%, 59%, 0%, 77%)
(0.74 / 0.59 / 0.00 / 0.77)

CMYK percentages

%74.14
%58.62
%0
%77.25

Codes

Color #0F183A in popluar color models

0F 18 3A
RGB 15 24 58
HSL 227° 58.90% 14.31%
HSB/HSV 227° 74.14% 22.75%
CMYK 74.14% 58.62% 0.00%
77.25%

Color #0F183A in popluar number systems.

HEX 0F 18 3A
Decimal 15 24 58
Binary 1111 11000 111010
Octal 17 30 72

Shades and tints

Shades of #0F183A

#0F183A
(15,24,58)
#0E1635
(14,22,53)
#0D1430
(13,20,48)
#0C122B
(12,18,43)
#0B1026
(11,16,38)
#0A0E21
(10,14,33)
#090C1C
(9,12,28)
#080A17
(8,10,23)
#070812
(7,8,18)
#06060D
(6,6,13)
#050408
(5,4,8)
#000000
(0,0,0)

Tints of #0F183A

#0F183A
(15,24,58)
#242D4B
(36,45,75)
#39425C
(57,66,92)
#4E576D
(78,87,109)
#636C7E
(99,108,126)
#78818F
(120,129,143)
#8D96A0
(141,150,160)
#A2ABB1
(162,171,177)
#B7C0C2
(183,192,194)
#CCD5D3
(204,213,211)
#E1EAE4
(225,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F183A color. Also use rgb(15,24,58) instead hex code.

Text Font Color

.myTextColor { color: #0F183A; }

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

This text font color is #0F183A.

Background Color

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

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

This div background color is #0F183A.

Border color

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

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

This div border color is #0F183A.

Opacity

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

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

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

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

This text has shadow with #0F183A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F183A.

Preview

Color preview on black background

This text has color #0F183A on black background.


Color preview on white background

This text has color #0F183A on white background.


Black color preview on #0F183A background

This text has black color on #0F183A background.


White color preview on #0F183A background

This text has white color on #0F183A background.


Related colors

Complementary color

Complementary color for #hex is #F0E7C5.


I love getcolorcode.com

Triadic colors

1 #3A0F18 and #183A0F with #0F183A are triadic colors.

2 #3A180F and #180F3A with #0F183A are triadic colors.