COLOR #091A38

HEX: #091A38
RGB: (9,26,56)

Color info

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

RGB color model

#091A38 color RGB value is (9,26,56).

  • red value is 9;
  • green value is 26;
  • blue value is 56.
RGB:
(9,26,56)
(4%,10%,22%)

RGB channels and saturation

R 9 of 255 = 4%
G 26 of 255 = 10%
B 56 of 255 = 22%

9
26
56

R + G + B ~ 12%. #091A38 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 26 + 56 = 91 (100%)
R 9 of 91 ~ 9.89%
G 26 of 91 ~ 28.57%
B 56 of 91 ~ 61.54%

%9.89
%28.57
%61.54

CMYK color model

#091A38 color CMYK value is (84,54,0,78).

  • cyan value is 83.93%
  • magenta value is 53.57%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(84,54,0,78)
C84M54Y0K78 
(84%,54%,0%,78%)
(0.84/0.54/0.00/0.78)	

CMYK percentages

%83.93
%53.57
%0
%78.04

Codes

Color #091A38 in popluar color models

091A38
RGB92656
HSL218°72.31%12.75%
HSB/HSV218°83.93%21.96%
CMYK83.93%53.57%0.00%
78.04%

Color #091A38 in popluar number systems.

HEX091A38
Decimal92656
Binary100111010111000
Octal113270

Shades and tints

Shades of #091A38

#091A38
(9,26,56)
#091833
(9,24,51)
#09162E
(9,22,46)
#091429
(9,20,41)
#091224
(9,18,36)
#09101F
(9,16,31)
#090E1A
(9,14,26)
#090C15
(9,12,21)
#090A10
(9,10,16)
#09080B
(9,8,11)
#090606
(9,6,6)
#000000
(0,0,0)

Tints of #091A38

#091A38
(9,26,56)
#1F2E4A
(31,46,74)
#35425C
(53,66,92)
#4B566E
(75,86,110)
#616A80
(97,106,128)
#777E92
(119,126,146)
#8D92A4
(141,146,164)
#A3A6B6
(163,166,182)
#B9BAC8
(185,186,200)
#CFCEDA
(207,206,218)
#E5E2EC
(229,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091A38 color. Also use rgb(9,26,56) instead hex code.

Text Font Color

.myTextColor { color: #091A38; }

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

This text font color is #091A38.


Background Color

.myBgColor { background-color: #091A38; }

<div style="background-color:#091A38">Inner text</div>

This div background color is #091A38.


Border color

.myBorderColor { border: 1px solid #091A38; }

<div style="border:3px solid #091A38">Div</div>

This div border color is #091A38.


Opacity

.myOpacity80 { color: #091A38; opacity: 0.8; }

<p style="color:#091A38;opacity:0.8;">80%</p>

Text with #091A38 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 #091A38;}

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

This text has shadow with #091A38 color.

.textShadow {text-shadow: 3px 3px 1px #091A38, 3px 3px 1px red;}

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

This text has shadow with #091A38 primary color and red secondary color.


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

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

This text has shadow with #091A38 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091A38 on black background.


Color preview on white background

This text has color #091A38 on white background.



Black color preview on #091A38 background

This text has black color on #091A38 background.


White color preview on #091A38 background

This text has white color on #091A38 background.