COLOR #0A254F

HEX: #0A254F RGB: (10,37,79)

Color info

#0A254F contains mainly green and blue colors. Web safe color of #0A254F is #003366 (or #036).

RGB color model

#0A254F color RGB value is (10,37,79).

RGB: (10,37,79) (4%, 15%, 31%)

RGB channels and saturation

R 10 of 255 = 4%
G 37 of 255 = 15%
B 79 of 255 = 31%

10
37
79

R + G + B ~ 17%. #0A254F is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 37 + 79 = 126 (100%)
R 10 of 126 ~ 7.94%
G 37 of 126 ~ 29.37%
B 79 of 126 ~ 62.7'%

%29.37
%62.7

CMYK color model

#0A254F color CMYK value is (87,53,0,69).

  • cyan value is 87.34%
  • magenta value is 53.16%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (87,53,0,69)
C87M53Y0K69 (87%, 53%, 0%, 69%)
(0.87 / 0.53 / 0.00 / 0.69)

CMYK percentages

%87.34
%53.16
%0
%69.02

Codes

Color #0A254F in popluar color models

0A 25 4F
RGB 10 37 79
HSL 217° 77.53% 17.45%
HSB/HSV 217° 87.34% 30.98%
CMYK 87.34% 53.16% 0.00%
69.02%

Color #0A254F in popluar number systems.

HEX 0A 25 4F
Decimal 10 37 79
Binary 1010 100101 1001111
Octal 12 45 117

Shades and tints

Shades of #0A254F

#0A254F
(10,37,79)
#0A2248
(10,34,72)
#0A1F41
(10,31,65)
#0A1C3A
(10,28,58)
#0A1933
(10,25,51)
#0A162C
(10,22,44)
#0A1325
(10,19,37)
#0A101E
(10,16,30)
#0A0D17
(10,13,23)
#0A0A10
(10,10,16)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #0A254F

#0A254F
(10,37,79)
#20385F
(32,56,95)
#364B6F
(54,75,111)
#4C5E7F
(76,94,127)
#62718F
(98,113,143)
#78849F
(120,132,159)
#8E97AF
(142,151,175)
#A4AABF
(164,170,191)
#BABDCF
(186,189,207)
#D0D0DF
(208,208,223)
#E6E3EF
(230,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A254F; }

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

This text font color is #0A254F.

Background Color

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

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

This div background color is #0A254F.

Border color

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

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

This div border color is #0A254F.

Opacity

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

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

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

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

This text has shadow with #0A254F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A254F.

Preview

Color preview on black background

This text has color #0A254F on black background.


Color preview on white background

This text has color #0A254F on white background.


Black color preview on #0A254F background

This text has black color on #0A254F background.


White color preview on #0A254F background

This text has white color on #0A254F background.


Related colors

Complementary color

Complementary color for #hex is #F5DAB0.


I love getcolorcode.com

Triadic colors

1 #4F0A25 and #254F0A with #0A254F are triadic colors.

2 #4F250A and #250A4F with #0A254F are triadic colors.