COLOR #0A254A

HEX: #0A254A
RGB: (10,37,74)

Color info

#0A254A contains mainly green and blue colors. Web safe color of #0A254A is #003333 (or #033).

RGB color model

#0A254A color RGB value is (10,37,74).

  • red value is 10;
  • green value is 37;
  • blue value is 74.
RGB:
(10,37,74)
(4%,15%,29%)

RGB channels and saturation

R 10 of 255 = 4%
G 37 of 255 = 15%
B 74 of 255 = 29%

10
37
74

R + G + B ~ 16%. #0A254A is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 37 + 74 = 121 (100%)
R 10 of 121 ~ 8.26%
G 37 of 121 ~ 30.58%
B 74 of 121 ~ 61.16%

%30.58
%61.16

CMYK color model

#0A254A color CMYK value is (86,50,0,71).

  • cyan value is 86.49%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(86,50,0,71)
C86M50Y0K71 
(86%,50%,0%,71%)
(0.86/0.50/0.00/0.71)	

CMYK percentages

%86.49
%50
%0
%70.98

Codes

Color #0A254A in popluar color models

0A254A
RGB103774
HSL215°76.19%16.47%
HSB/HSV215°86.49%29.02%
CMYK86.49%50.00%0.00%
70.98%

Color #0A254A in popluar number systems.

HEX0A254A
Decimal103774
Binary10101001011001010
Octal1245112

Shades and tints

Shades of #0A254A

#0A254A
(10,37,74)
#0A2244
(10,34,68)
#0A1F3E
(10,31,62)
#0A1C38
(10,28,56)
#0A1932
(10,25,50)
#0A162C
(10,22,44)
#0A1326
(10,19,38)
#0A1020
(10,16,32)
#0A0D1A
(10,13,26)
#0A0A14
(10,10,20)
#0A070E
(10,7,14)
#000000
(0,0,0)

Tints of #0A254A

#0A254A
(10,37,74)
#20385A
(32,56,90)
#364B6A
(54,75,106)
#4C5E7A
(76,94,122)
#62718A
(98,113,138)
#78849A
(120,132,154)
#8E97AA
(142,151,170)
#A4AABA
(164,170,186)
#BABDCA
(186,189,202)
#D0D0DA
(208,208,218)
#E6E3EA
(230,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A254A; }

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

This text font color is #0A254A.


Background Color

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

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

This div background color is #0A254A.


Border color

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

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

This div border color is #0A254A.


Opacity

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

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

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

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

This text has shadow with #0A254A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A254A on black background.


Color preview on white background

This text has color #0A254A on white background.



Black color preview on #0A254A background

This text has black color on #0A254A background.


White color preview on #0A254A background

This text has white color on #0A254A background.