COLOR #09143C

HEX: #09143C
RGB: (9,20,60)

Color info

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

RGB color model

#09143C color RGB value is (9,20,60).

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

RGB channels and saturation

R 9 of 255 = 4%
G 20 of 255 = 8%
B 60 of 255 = 24%

9
20
60

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

Portions of RGB colors in percentages

R + G + B =
9 + 20 + 60 = 89 (100%)
R 9 of 89 ~ 10.11%
G 20 of 89 ~ 22.47%
B 60 of 89 ~ 67.42%

%10.11
%22.47
%67.42

CMYK color model

#09143C color CMYK value is (85,67,0,76).

  • cyan value is 85.00%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(85,67,0,76)
C85M67Y0K76 
(85%,67%,0%,76%)
(0.85/0.67/0.00/0.76)	

CMYK percentages

%85
%66.67
%0
%76.47

Codes

Color #09143C in popluar color models

09143C
RGB92060
HSL227°73.91%13.53%
HSB/HSV227°85.00%23.53%
CMYK85.00%66.67%0.00%
76.47%

Color #09143C in popluar number systems.

HEX09143C
Decimal92060
Binary100110100111100
Octal112474

Shades and tints

Shades of #09143C

#09143C
(9,20,60)
#091337
(9,19,55)
#091232
(9,18,50)
#09112D
(9,17,45)
#091028
(9,16,40)
#090F23
(9,15,35)
#090E1E
(9,14,30)
#090D19
(9,13,25)
#090C14
(9,12,20)
#090B0F
(9,11,15)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #09143C

#09143C
(9,20,60)
#1F294D
(31,41,77)
#353E5E
(53,62,94)
#4B536F
(75,83,111)
#616880
(97,104,128)
#777D91
(119,125,145)
#8D92A2
(141,146,162)
#A3A7B3
(163,167,179)
#B9BCC4
(185,188,196)
#CFD1D5
(207,209,213)
#E5E6E6
(229,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09143C; }

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

This text font color is #09143C.


Background Color

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

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

This div background color is #09143C.


Border color

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

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

This div border color is #09143C.


Opacity

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

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

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

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

This text has shadow with #09143C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09143C on black background.


Color preview on white background

This text has color #09143C on white background.



Black color preview on #09143C background

This text has black color on #09143C background.


White color preview on #09143C background

This text has white color on #09143C background.