COLOR #0F143B

HEX: #0F143B RGB: (15,20,59)

Color info

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

RGB color model

#0F143B color RGB value is (15,20,59).

RGB: (15,20,59) (6%, 8%, 23%)

RGB channels and saturation

R 15 of 255 = 6%
G 20 of 255 = 8%
B 59 of 255 = 23%

15
20
59

R + G + B ~ 12%. #0F143B is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 20 + 59 = 94 (100%)
R 15 of 94 ~ 15.96%
G 20 of 94 ~ 21.28%
B 59 of 94 ~ 62.77'%

%15.96
%21.28
%62.77

CMYK color model

#0F143B color CMYK value is (75,66,0,77).

  • cyan value is 74.58%
  • magenta value is 66.10%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (75,66,0,77)
C75M66Y0K77 (75%, 66%, 0%, 77%)
(0.75 / 0.66 / 0.00 / 0.77)

CMYK percentages

%74.58
%66.1
%0
%76.86

Codes

Color #0F143B in popluar color models

0F 14 3B
RGB 15 20 59
HSL 233° 59.46% 14.51%
HSB/HSV 233° 74.58% 23.14%
CMYK 74.58% 66.10% 0.00%
76.86%

Color #0F143B in popluar number systems.

HEX 0F 14 3B
Decimal 15 20 59
Binary 1111 10100 111011
Octal 17 24 73

Shades and tints

Shades of #0F143B

#0F143B
(15,20,59)
#0E1336
(14,19,54)
#0D1231
(13,18,49)
#0C112C
(12,17,44)
#0B1027
(11,16,39)
#0A0F22
(10,15,34)
#090E1D
(9,14,29)
#080D18
(8,13,24)
#070C13
(7,12,19)
#060B0E
(6,11,14)
#050A09
(5,10,9)
#000000
(0,0,0)

Tints of #0F143B

#0F143B
(15,20,59)
#24294C
(36,41,76)
#393E5D
(57,62,93)
#4E536E
(78,83,110)
#63687F
(99,104,127)
#787D90
(120,125,144)
#8D92A1
(141,146,161)
#A2A7B2
(162,167,178)
#B7BCC3
(183,188,195)
#CCD1D4
(204,209,212)
#E1E6E5
(225,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F143B color. Also use rgb(15,20,59) instead hex code.

Text Font Color

.myTextColor { color: #0F143B; }

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

This text font color is #0F143B.

Background Color

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

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

This div background color is #0F143B.

Border color

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

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

This div border color is #0F143B.

Opacity

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

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

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

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

This text has shadow with #0F143B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F143B.

Preview

Color preview on black background

This text has color #0F143B on black background.


Color preview on white background

This text has color #0F143B on white background.


Black color preview on #0F143B background

This text has black color on #0F143B background.


White color preview on #0F143B background

This text has white color on #0F143B background.


Related colors

Complementary color

Complementary color for #hex is #F0EBC4.


I love getcolorcode.com

Triadic colors

1 #3B0F14 and #143B0F with #0F143B are triadic colors.

2 #3B140F and #140F3B with #0F143B are triadic colors.