COLOR #09137B

HEX: #09137B
RGB: (9,19,123)

Color info

#09137B contains mainly blue color. Web safe color of #09137B is #000066 (or #006).

RGB color model

#09137B color RGB value is (9,19,123).

  • red value is 9;
  • green value is 19;
  • blue value is 123.
RGB:
(9,19,123)
(4%,7%,48%)

RGB channels and saturation

R 9 of 255 = 4%
G 19 of 255 = 7%
B 123 of 255 = 48%

9
19
123

R + G + B ~ 20%. #09137B is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 19 + 123 = 151 (100%)
R 9 of 151 ~ 5.96%
G 19 of 151 ~ 12.58%
B 123 of 151 ~ 81.46%

%12.58
%81.46

CMYK color model

#09137B color CMYK value is (93,85,0,52).

  • cyan value is 92.68%
  • magenta value is 84.55%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(93,85,0,52)
C93M85Y0K52 
(93%,85%,0%,52%)
(0.93/0.85/0.00/0.52)	

CMYK percentages

%92.68
%84.55
%0
%51.76

Codes

Color #09137B in popluar color models

09137B
RGB919123
HSL235°86.36%25.88%
HSB/HSV235°92.68%48.24%
CMYK92.68%84.55%0.00%
51.76%

Color #09137B in popluar number systems.

HEX09137B
Decimal919123
Binary1001100111111011
Octal1123173

Shades and tints

Shades of #09137B

#09137B
(9,19,123)
#091270
(9,18,112)
#091165
(9,17,101)
#09105A
(9,16,90)
#090F4F
(9,15,79)
#090E44
(9,14,68)
#090D39
(9,13,57)
#090C2E
(9,12,46)
#090B23
(9,11,35)
#090A18
(9,10,24)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #09137B

#09137B
(9,19,123)
#1F2887
(31,40,135)
#353D93
(53,61,147)
#4B529F
(75,82,159)
#6167AB
(97,103,171)
#777CB7
(119,124,183)
#8D91C3
(141,145,195)
#A3A6CF
(163,166,207)
#B9BBDB
(185,187,219)
#CFD0E7
(207,208,231)
#E5E5F3
(229,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09137B color. Also use rgb(9,19,123) instead hex code.

Text Font Color

.myTextColor { color: #09137B; }

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

This text font color is #09137B.


Background Color

.myBgColor { background-color: #09137B; }

<div style="background-color:#09137B">Inner text</div>

This div background color is #09137B.


Border color

.myBorderColor { border: 1px solid #09137B; }

<div style="border:3px solid #09137B">Div</div>

This div border color is #09137B.


Opacity

.myOpacity80 { color: #09137B; opacity: 0.8; }

<p style="color:#09137B;opacity:0.8;">80%</p>

Text with #09137B 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 #09137B;}

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

This text has shadow with #09137B color.

.textShadow {text-shadow: 3px 3px 1px #09137B, 3px 3px 1px red;}

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

This text has shadow with #09137B primary color and red secondary color.


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

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

This text has shadow with #09137B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09137B on black background.


Color preview on white background

This text has color #09137B on white background.



Black color preview on #09137B background

This text has black color on #09137B background.


White color preview on #09137B background

This text has white color on #09137B background.