COLOR #0A1C61

HEX: #0A1C61
RGB: (10,28,97)

Color info

#0A1C61 contains mainly blue color. Web safe color of #0A1C61 is #003366 (or #036).

RGB color model

#0A1C61 color RGB value is (10,28,97).

  • red value is 10;
  • green value is 28;
  • blue value is 97.
RGB:
(10,28,97)
(4%,11%,38%)

RGB channels and saturation

R 10 of 255 = 4%
G 28 of 255 = 11%
B 97 of 255 = 38%

10
28
97

R + G + B ~ 18%. #0A1C61 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 28 + 97 = 135 (100%)
R 10 of 135 ~ 7.41%
G 28 of 135 ~ 20.74%
B 97 of 135 ~ 71.85%

%20.74
%71.85

CMYK color model

#0A1C61 color CMYK value is (90,71,0,62).

  • cyan value is 89.69%
  • magenta value is 71.13%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(90,71,0,62)
C90M71Y0K62 
(90%,71%,0%,62%)
(0.90/0.71/0.00/0.62)	

CMYK percentages

%89.69
%71.13
%0
%61.96

Codes

Color #0A1C61 in popluar color models

0A1C61
RGB102897
HSL228°81.31%20.98%
HSB/HSV228°89.69%38.04%
CMYK89.69%71.13%0.00%
61.96%

Color #0A1C61 in popluar number systems.

HEX0A1C61
Decimal102897
Binary1010111001100001
Octal1234141

Shades and tints

Shades of #0A1C61

#0A1C61
(10,28,97)
#0A1A59
(10,26,89)
#0A1851
(10,24,81)
#0A1649
(10,22,73)
#0A1441
(10,20,65)
#0A1239
(10,18,57)
#0A1031
(10,16,49)
#0A0E29
(10,14,41)
#0A0C21
(10,12,33)
#0A0A19
(10,10,25)
#0A0811
(10,8,17)
#000000
(0,0,0)

Tints of #0A1C61

#0A1C61
(10,28,97)
#20306F
(32,48,111)
#36447D
(54,68,125)
#4C588B
(76,88,139)
#626C99
(98,108,153)
#7880A7
(120,128,167)
#8E94B5
(142,148,181)
#A4A8C3
(164,168,195)
#BABCD1
(186,188,209)
#D0D0DF
(208,208,223)
#E6E4ED
(230,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A1C61 color. Also use rgb(10,28,97) instead hex code.

Text Font Color

.myTextColor { color: #0A1C61; }

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

This text font color is #0A1C61.


Background Color

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

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

This div background color is #0A1C61.


Border color

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

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

This div border color is #0A1C61.


Opacity

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

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

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

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

This text has shadow with #0A1C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1C61 on black background.


Color preview on white background

This text has color #0A1C61 on white background.



Black color preview on #0A1C61 background

This text has black color on #0A1C61 background.


White color preview on #0A1C61 background

This text has white color on #0A1C61 background.