COLOR #0F1435

HEX: #0F1435 RGB: (15,20,53)

Color info

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

RGB color model

#0F1435 color RGB value is (15,20,53).

RGB: (15,20,53) (6%, 8%, 21%)

RGB channels and saturation

R 15 of 255 = 6%
G 20 of 255 = 8%
B 53 of 255 = 21%

15
20
53

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

Portions of RGB colors in percentages

R + G + B = 15 + 20 + 53 = 88 (100%)
R 15 of 88 ~ 17.05%
G 20 of 88 ~ 22.73%
B 53 of 88 ~ 60.23'%

%17.05
%22.73
%60.23

CMYK color model

#0F1435 color CMYK value is (72,62,0,79).

  • cyan value is 71.70%
  • magenta value is 62.26%
  • yellow value is 0.00%
  • key color value is 79.22%

CMYK: (72,62,0,79)
C72M62Y0K79 (72%, 62%, 0%, 79%)
(0.72 / 0.62 / 0.00 / 0.79)

CMYK percentages

%71.7
%62.26
%0
%79.22

Codes

Color #0F1435 in popluar color models

0F 14 35
RGB 15 20 53
HSL 232° 55.88% 13.33%
HSB/HSV 232° 71.70% 20.78%
CMYK 71.70% 62.26% 0.00%
79.22%

Color #0F1435 in popluar number systems.

HEX 0F 14 35
Decimal 15 20 53
Binary 1111 10100 110101
Octal 17 24 65

Shades and tints

Shades of #0F1435

#0F1435
(15,20,53)
#0E1331
(14,19,49)
#0D122D
(13,18,45)
#0C1129
(12,17,41)
#0B1025
(11,16,37)
#0A0F21
(10,15,33)
#090E1D
(9,14,29)
#080D19
(8,13,25)
#070C15
(7,12,21)
#060B11
(6,11,17)
#050A0D
(5,10,13)
#000000
(0,0,0)

Tints of #0F1435

#0F1435
(15,20,53)
#242947
(36,41,71)
#393E59
(57,62,89)
#4E536B
(78,83,107)
#63687D
(99,104,125)
#787D8F
(120,125,143)
#8D92A1
(141,146,161)
#A2A7B3
(162,167,179)
#B7BCC5
(183,188,197)
#CCD1D7
(204,209,215)
#E1E6E9
(225,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1435; }

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

This text font color is #0F1435.

Background Color

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

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

This div background color is #0F1435.

Border color

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

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

This div border color is #0F1435.

Opacity

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

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

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

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

This text has shadow with #0F1435 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1435.

Preview

Color preview on black background

This text has color #0F1435 on black background.


Color preview on white background

This text has color #0F1435 on white background.


Black color preview on #0F1435 background

This text has black color on #0F1435 background.


White color preview on #0F1435 background

This text has white color on #0F1435 background.


Related colors

Complementary color

Complementary color for #hex is #F0EBCA.


I love getcolorcode.com

Triadic colors

1 #350F14 and #14350F with #0F1435 are triadic colors.

2 #35140F and #140F35 with #0F1435 are triadic colors.