COLOR #0A0237

HEX: #0A0237
RGB: (10,2,55)

Color info

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

RGB color model

#0A0237 color RGB value is (10,2,55).

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

RGB channels and saturation

R 10 of 255 = 4%
G 2 of 255 = 1%
B 55 of 255 = 22%

10
2
55

R + G + B ~ 9%. #0A0237 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 2 + 55 = 67 (100%)
R 10 of 67 ~ 14.93%
G 2 of 67 ~ 2.99%
B 55 of 67 ~ 82.09%

%14.93
%82.09

CMYK color model

#0A0237 color CMYK value is (82,96,0,78).

  • cyan value is 81.82%
  • magenta value is 96.36%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(82,96,0,78)
C82M96Y0K78 
(82%,96%,0%,78%)
(0.82/0.96/0.00/0.78)	

CMYK percentages

%81.82
%96.36
%0
%78.43

Codes

Color #0A0237 in popluar color models

0A0237
RGB10255
HSL249°92.98%11.18%
HSB/HSV249°96.36%21.57%
CMYK81.82%96.36%0.00%
78.43%

Color #0A0237 in popluar number systems.

HEX0A0237
Decimal10255
Binary101010110111
Octal12267

Shades and tints

Shades of #0A0237

#0A0237
(10,2,55)
#0A0232
(10,2,50)
#0A022D
(10,2,45)
#0A0228
(10,2,40)
#0A0223
(10,2,35)
#0A021E
(10,2,30)
#0A0219
(10,2,25)
#0A0214
(10,2,20)
#0A020F
(10,2,15)
#0A020A
(10,2,10)
#0A0205
(10,2,5)
#000000
(0,0,0)

Tints of #0A0237

#0A0237
(10,2,55)
#201949
(32,25,73)
#36305B
(54,48,91)
#4C476D
(76,71,109)
#625E7F
(98,94,127)
#787591
(120,117,145)
#8E8CA3
(142,140,163)
#A4A3B5
(164,163,181)
#BABAC7
(186,186,199)
#D0D1D9
(208,209,217)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0237; }

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

This text font color is #0A0237.


Background Color

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

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

This div background color is #0A0237.


Border color

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

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

This div border color is #0A0237.


Opacity

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

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

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

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

This text has shadow with #0A0237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0237 on black background.


Color preview on white background

This text has color #0A0237 on white background.



Black color preview on #0A0237 background

This text has black color on #0A0237 background.


White color preview on #0A0237 background

This text has white color on #0A0237 background.