COLOR #0A1287

HEX: #0A1287
RGB: (10,18,135)

Color info

#0A1287 contains mainly blue color. Web safe color of #0A1287 is #000099 (or #009).

RGB color model

#0A1287 color RGB value is (10,18,135).

  • red value is 10;
  • green value is 18;
  • blue value is 135.
RGB:
(10,18,135)
(4%,7%,53%)

RGB channels and saturation

R 10 of 255 = 4%
G 18 of 255 = 7%
B 135 of 255 = 53%

10
18
135

R + G + B ~ 21%. #0A1287 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 18 + 135 = 163 (100%)
R 10 of 163 ~ 6.13%
G 18 of 163 ~ 11.04%
B 135 of 163 ~ 82.82%

%11.04
%82.82

CMYK color model

#0A1287 color CMYK value is (93,87,0,47).

  • cyan value is 92.59%
  • magenta value is 86.67%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(93,87,0,47)
C93M87Y0K47 
(93%,87%,0%,47%)
(0.93/0.87/0.00/0.47)	

CMYK percentages

%92.59
%86.67
%0
%47.06

Codes

Color #0A1287 in popluar color models

0A1287
RGB1018135
HSL236°86.21%28.43%
HSB/HSV236°92.59%52.94%
CMYK92.59%86.67%0.00%
47.06%

Color #0A1287 in popluar number systems.

HEX0A1287
Decimal1018135
Binary10101001010000111
Octal1222207

Shades and tints

Shades of #0A1287

#0A1287
(10,18,135)
#0A117B
(10,17,123)
#0A106F
(10,16,111)
#0A0F63
(10,15,99)
#0A0E57
(10,14,87)
#0A0D4B
(10,13,75)
#0A0C3F
(10,12,63)
#0A0B33
(10,11,51)
#0A0A27
(10,10,39)
#0A091B
(10,9,27)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #0A1287

#0A1287
(10,18,135)
#202791
(32,39,145)
#363C9B
(54,60,155)
#4C51A5
(76,81,165)
#6266AF
(98,102,175)
#787BB9
(120,123,185)
#8E90C3
(142,144,195)
#A4A5CD
(164,165,205)
#BABAD7
(186,186,215)
#D0CFE1
(208,207,225)
#E6E4EB
(230,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A1287 color. Also use rgb(10,18,135) instead hex code.

Text Font Color

.myTextColor { color: #0A1287; }

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

This text font color is #0A1287.


Background Color

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

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

This div background color is #0A1287.


Border color

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

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

This div border color is #0A1287.


Opacity

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

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

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

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

This text has shadow with #0A1287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1287 on black background.


Color preview on white background

This text has color #0A1287 on white background.



Black color preview on #0A1287 background

This text has black color on #0A1287 background.


White color preview on #0A1287 background

This text has white color on #0A1287 background.