COLOR #091DC4

HEX: #091DC4
RGB: (9,29,196)

Color info

#091DC4 contains mainly blue color. Web safe color of #091DC4 is #0033CC (or #03C).

RGB color model

#091DC4 color RGB value is (9,29,196).

  • red value is 9;
  • green value is 29;
  • blue value is 196.
RGB:
(9,29,196)
(4%,11%,77%)

RGB channels and saturation

R 9 of 255 = 4%
G 29 of 255 = 11%
B 196 of 255 = 77%

9
29
196

R + G + B ~ 31%. #091DC4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 29 + 196 = 234 (100%)
R 9 of 234 ~ 3.85%
G 29 of 234 ~ 12.39%
B 196 of 234 ~ 83.76%

%12.39
%83.76

CMYK color model

#091DC4 color CMYK value is (95,85,0,23).

  • cyan value is 95.41%
  • magenta value is 85.20%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(95,85,0,23)
C95M85Y0K23 
(95%,85%,0%,23%)
(0.95/0.85/0.00/0.23)	

CMYK percentages

%95.41
%85.2
%0
%23.14

Codes

Color #091DC4 in popluar color models

091DC4
RGB929196
HSL234°91.22%40.20%
HSB/HSV234°95.41%76.86%
CMYK95.41%85.20%0.00%
23.14%

Color #091DC4 in popluar number systems.

HEX091DC4
Decimal929196
Binary10011110111000100
Octal1135304

Shades and tints

Shades of #091DC4

#091DC4
(9,29,196)
#091BB3
(9,27,179)
#0919A2
(9,25,162)
#091791
(9,23,145)
#091580
(9,21,128)
#09136F
(9,19,111)
#09115E
(9,17,94)
#090F4D
(9,15,77)
#090D3C
(9,13,60)
#090B2B
(9,11,43)
#09091A
(9,9,26)
#000000
(0,0,0)

Tints of #091DC4

#091DC4
(9,29,196)
#1F31C9
(31,49,201)
#3545CE
(53,69,206)
#4B59D3
(75,89,211)
#616DD8
(97,109,216)
#7781DD
(119,129,221)
#8D95E2
(141,149,226)
#A3A9E7
(163,169,231)
#B9BDEC
(185,189,236)
#CFD1F1
(207,209,241)
#E5E5F6
(229,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091DC4 color. Also use rgb(9,29,196) instead hex code.

Text Font Color

.myTextColor { color: #091DC4; }

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

This text font color is #091DC4.


Background Color

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

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

This div background color is #091DC4.


Border color

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

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

This div border color is #091DC4.


Opacity

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

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

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

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

This text has shadow with #091DC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091DC4 on black background.


Color preview on white background

This text has color #091DC4 on white background.



Black color preview on #091DC4 background

This text has black color on #091DC4 background.


White color preview on #091DC4 background

This text has white color on #091DC4 background.