COLOR #09143F

HEX: #09143F
RGB: (9,20,63)

Color info

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

RGB color model

#09143F color RGB value is (9,20,63).

  • red value is 9;
  • green value is 20;
  • blue value is 63.
RGB:
(9,20,63)
(4%,8%,25%)

RGB channels and saturation

R 9 of 255 = 4%
G 20 of 255 = 8%
B 63 of 255 = 25%

9
20
63

R + G + B ~ 12%. #09143F is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 20 + 63 = 92 (100%)
R 9 of 92 ~ 9.78%
G 20 of 92 ~ 21.74%
B 63 of 92 ~ 68.48%

%9.78
%21.74
%68.48

CMYK color model

#09143F color CMYK value is (86,68,0,75).

  • cyan value is 85.71%
  • magenta value is 68.25%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(86,68,0,75)
C86M68Y0K75 
(86%,68%,0%,75%)
(0.86/0.68/0.00/0.75)	

CMYK percentages

%85.71
%68.25
%0
%75.29

Codes

Color #09143F in popluar color models

09143F
RGB92063
HSL228°75.00%14.12%
HSB/HSV228°85.71%24.71%
CMYK85.71%68.25%0.00%
75.29%

Color #09143F in popluar number systems.

HEX09143F
Decimal92063
Binary100110100111111
Octal112477

Shades and tints

Shades of #09143F

#09143F
(9,20,63)
#09133A
(9,19,58)
#091235
(9,18,53)
#091130
(9,17,48)
#09102B
(9,16,43)
#090F26
(9,15,38)
#090E21
(9,14,33)
#090D1C
(9,13,28)
#090C17
(9,12,23)
#090B12
(9,11,18)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #09143F

#09143F
(9,20,63)
#1F2950
(31,41,80)
#353E61
(53,62,97)
#4B5372
(75,83,114)
#616883
(97,104,131)
#777D94
(119,125,148)
#8D92A5
(141,146,165)
#A3A7B6
(163,167,182)
#B9BCC7
(185,188,199)
#CFD1D8
(207,209,216)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09143F color. Also use rgb(9,20,63) instead hex code.

Text Font Color

.myTextColor { color: #09143F; }

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

This text font color is #09143F.


Background Color

.myBgColor { background-color: #09143F; }

<div style="background-color:#09143F">Inner text</div>

This div background color is #09143F.


Border color

.myBorderColor { border: 1px solid #09143F; }

<div style="border:3px solid #09143F">Div</div>

This div border color is #09143F.


Opacity

.myOpacity80 { color: #09143F; opacity: 0.8; }

<p style="color:#09143F;opacity:0.8;">80%</p>

Text with #09143F 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 #09143F;}

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

This text has shadow with #09143F color.

.textShadow {text-shadow: 3px 3px 1px #09143F, 3px 3px 1px red;}

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

This text has shadow with #09143F primary color and red secondary color.


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

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

This text has shadow with #09143F and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #09143F;
-webkit-box-shadow: 1px 1px 3px 2px #09143F;
box-shadow:1px 1px 3px 2px #09143F;">
Div content here</div>
This div box has shadow with color #09143F.

Preview

Color preview on black background

This text has color #09143F on black background.


Color preview on white background

This text has color #09143F on white background.



Black color preview on #09143F background

This text has black color on #09143F background.


White color preview on #09143F background

This text has white color on #09143F background.