COLOR #0A1737

HEX: #0A1737
RGB: (10,23,55)

Color info

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

RGB color model

#0A1737 color RGB value is (10,23,55).

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

RGB channels and saturation

R 10 of 255 = 4%
G 23 of 255 = 9%
B 55 of 255 = 22%

10
23
55

R + G + B ~ 12%. #0A1737 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 23 + 55 = 88 (100%)
R 10 of 88 ~ 11.36%
G 23 of 88 ~ 26.14%
B 55 of 88 ~ 62.5%

%11.36
%26.14
%62.5

CMYK color model

#0A1737 color CMYK value is (82,58,0,78).

  • cyan value is 81.82%
  • magenta value is 58.18%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(82,58,0,78)
C82M58Y0K78 
(82%,58%,0%,78%)
(0.82/0.58/0.00/0.78)	

CMYK percentages

%81.82
%58.18
%0
%78.43

Codes

Color #0A1737 in popluar color models

0A1737
RGB102355
HSL223°69.23%12.75%
HSB/HSV223°81.82%21.57%
CMYK81.82%58.18%0.00%
78.43%

Color #0A1737 in popluar number systems.

HEX0A1737
Decimal102355
Binary101010111110111
Octal122767

Shades and tints

Shades of #0A1737

#0A1737
(10,23,55)
#0A1532
(10,21,50)
#0A132D
(10,19,45)
#0A1128
(10,17,40)
#0A0F23
(10,15,35)
#0A0D1E
(10,13,30)
#0A0B19
(10,11,25)
#0A0914
(10,9,20)
#0A070F
(10,7,15)
#0A050A
(10,5,10)
#0A0305
(10,3,5)
#000000
(0,0,0)

Tints of #0A1737

#0A1737
(10,23,55)
#202C49
(32,44,73)
#36415B
(54,65,91)
#4C566D
(76,86,109)
#626B7F
(98,107,127)
#788091
(120,128,145)
#8E95A3
(142,149,163)
#A4AAB5
(164,170,181)
#BABFC7
(186,191,199)
#D0D4D9
(208,212,217)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A1737 color. Also use rgb(10,23,55) instead hex code.

Text Font Color

.myTextColor { color: #0A1737; }

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

This text font color is #0A1737.


Background Color

.myBgColor { background-color: #0A1737; }

<div style="background-color:#0A1737">Inner text</div>

This div background color is #0A1737.


Border color

.myBorderColor { border: 1px solid #0A1737; }

<div style="border:3px solid #0A1737">Div</div>

This div border color is #0A1737.


Opacity

.myOpacity80 { color: #0A1737; opacity: 0.8; }

<p style="color:#0A1737;opacity:0.8;">80%</p>

Text with #0A1737 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 #0A1737;}

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

This text has shadow with #0A1737 color.

.textShadow {text-shadow: 3px 3px 1px #0A1737, 3px 3px 1px red;}

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

This text has shadow with #0A1737 primary color and red secondary color.


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

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

This text has shadow with #0A1737 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1737 on black background.


Color preview on white background

This text has color #0A1737 on white background.



Black color preview on #0A1737 background

This text has black color on #0A1737 background.


White color preview on #0A1737 background

This text has white color on #0A1737 background.