COLOR #0A002A

HEX: #0A002A
RGB: (10,0,42)

Color info

#0A002A contains only red and blue colors. Web safe color of #0A002A is #000033 (or #003).

RGB color model

#0A002A color RGB value is (10,0,42).

  • red value is 10;
  • green value is 0;
  • blue value is 42.
RGB:
(10,0,42)
(4%,0%,16%)

RGB channels and saturation

R 10 of 255 = 4%
G 0 of 255 = 0%
B 42 of 255 = 16%

10
0
42

R + G + B ~ 7%. #0A002A is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 0 + 42 = 52 (100%)
R 10 of 52 ~ 19.23%
G 0 of 52 ~ 0%
B 42 of 52 ~ 80.77%

%19.23
%80.77

CMYK color model

#0A002A color CMYK value is (76,100,0,84).

  • cyan value is 76.19%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(76,100,0,84)
C76M100Y0K84 
(76%,100%,0%,84%)
(0.76/1.00/0.00/0.84)	

CMYK percentages

%76.19
%100
%0
%83.53

Codes

Color #0A002A in popluar color models

0A002A
RGB10042
HSL254°100.00%8.24%
HSB/HSV254°100.00%16.47%
CMYK76.19%100.00%0.00%
83.53%

Color #0A002A in popluar number systems.

HEX0A002A
Decimal10042
Binary10100101010
Octal12052

Shades and tints

Shades of #0A002A

#0A002A
(10,0,42)
#0A0027
(10,0,39)
#0A0024
(10,0,36)
#0A0021
(10,0,33)
#0A001E
(10,0,30)
#0A001B
(10,0,27)
#0A0018
(10,0,24)
#0A0015
(10,0,21)
#0A0012
(10,0,18)
#0A000F
(10,0,15)
#0A000C
(10,0,12)
#000000
(0,0,0)

Tints of #0A002A

#0A002A
(10,0,42)
#20173D
(32,23,61)
#362E50
(54,46,80)
#4C4563
(76,69,99)
#625C76
(98,92,118)
#787389
(120,115,137)
#8E8A9C
(142,138,156)
#A4A1AF
(164,161,175)
#BAB8C2
(186,184,194)
#D0CFD5
(208,207,213)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A002A; }

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

This text font color is #0A002A.


Background Color

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

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

This div background color is #0A002A.


Border color

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

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

This div border color is #0A002A.


Opacity

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

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

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

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

This text has shadow with #0A002A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A002A on black background.


Color preview on white background

This text has color #0A002A on white background.



Black color preview on #0A002A background

This text has black color on #0A002A background.


White color preview on #0A002A background

This text has white color on #0A002A background.