COLOR #0A252E

HEX: #0A252E RGB: (10,37,46)

Color info

#0A252E contains red, green and blue colors in about the same proportion. Web safe color of #0A252E is #003333 (or #033).

RGB color model

#0A252E color RGB value is (10,37,46).

RGB: (10,37,46) (4%, 15%, 18%)

RGB channels and saturation

R 10 of 255 = 4%
G 37 of 255 = 15%
B 46 of 255 = 18%

10
37
46

R + G + B ~ 12%. #0A252E is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 37 + 46 = 93 (100%)
R 10 of 93 ~ 10.75%
G 37 of 93 ~ 39.78%
B 46 of 93 ~ 49.46'%

%10.75
%39.78
%49.46

CMYK color model

#0A252E color CMYK value is (78,20,0,82).

  • cyan value is 78.26%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 81.96%

CMYK: (78,20,0,82)
C78M20Y0K82 (78%, 20%, 0%, 82%)
(0.78 / 0.20 / 0.00 / 0.82)

CMYK percentages

%78.26
%19.57
%0
%81.96

Codes

Color #0A252E in popluar color models

0A 25 2E
RGB 10 37 46
HSL 195° 64.29% 10.98%
HSB/HSV 195° 78.26% 18.04%
CMYK 78.26% 19.57% 0.00%
81.96%

Color #0A252E in popluar number systems.

HEX 0A 25 2E
Decimal 10 37 46
Binary 1010 100101 101110
Octal 12 45 56

Shades and tints

Shades of #0A252E

#0A252E
(10,37,46)
#0A222A
(10,34,42)
#0A1F26
(10,31,38)
#0A1C22
(10,28,34)
#0A191E
(10,25,30)
#0A161A
(10,22,26)
#0A1316
(10,19,22)
#0A1012
(10,16,18)
#0A0D0E
(10,13,14)
#0A0A0A
(10,10,10)
#0A0706
(10,7,6)
#000000
(0,0,0)

Tints of #0A252E

#0A252E
(10,37,46)
#203841
(32,56,65)
#364B54
(54,75,84)
#4C5E67
(76,94,103)
#62717A
(98,113,122)
#78848D
(120,132,141)
#8E97A0
(142,151,160)
#A4AAB3
(164,170,179)
#BABDC6
(186,189,198)
#D0D0D9
(208,208,217)
#E6E3EC
(230,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A252E; }

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

This text font color is #0A252E.

Background Color

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

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

This div background color is #0A252E.

Border color

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

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

This div border color is #0A252E.

Opacity

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

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

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

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

This text has shadow with #0A252E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A252E.

Preview

Color preview on black background

This text has color #0A252E on black background.


Color preview on white background

This text has color #0A252E on white background.


Black color preview on #0A252E background

This text has black color on #0A252E background.


White color preview on #0A252E background

This text has white color on #0A252E background.


Related colors

Complementary color

Complementary color for #hex is #F5DAD1.


I love getcolorcode.com

Triadic colors

1 #2E0A25 and #252E0A with #0A252E are triadic colors.

2 #2E250A and #250A2E with #0A252E are triadic colors.