COLOR #0A2653

HEX: #0A2653 RGB: (10,38,83)

Color info

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

RGB color model

#0A2653 color RGB value is (10,38,83).

RGB: (10,38,83) (4%, 15%, 33%)

RGB channels and saturation

R 10 of 255 = 4%
G 38 of 255 = 15%
B 83 of 255 = 33%

10
38
83

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

Portions of RGB colors in percentages

R + G + B = 10 + 38 + 83 = 131 (100%)
R 10 of 131 ~ 7.63%
G 38 of 131 ~ 29.01%
B 83 of 131 ~ 63.36'%

%29.01
%63.36

CMYK color model

#0A2653 color CMYK value is (88,54,0,67).

  • cyan value is 87.95%
  • magenta value is 54.22%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK: (88,54,0,67) C88M54Y0K67 (88%,54%,0%,67%) (0.88/0.54/0.00/0.67) 

CMYK percentages

%87.95
%54.22
%0
%67.45

Codes

Color #0A2653 in popluar color models

0A 26 53
RGB 10 38 83
HSL 217° 78.49% 18.24%
HSB/HSV 217° 87.95% 32.55%
CMYK 87.95% 54.22% 0.00%
67.45%

Color #0A2653 in popluar number systems.

HEX 0A 26 53
Decimal 10 38 83
Binary 1010 100110 1010011
Octal 12 46 123

Shades and tints

Shades of #0A2653

#0A2653
(10,38,83)
#0A234C
(10,35,76)
#0A2045
(10,32,69)
#0A1D3E
(10,29,62)
#0A1A37
(10,26,55)
#0A1730
(10,23,48)
#0A1429
(10,20,41)
#0A1122
(10,17,34)
#0A0E1B
(10,14,27)
#0A0B14
(10,11,20)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #0A2653

#0A2653
(10,38,83)
#203962
(32,57,98)
#364C71
(54,76,113)
#4C5F80
(76,95,128)
#62728F
(98,114,143)
#78859E
(120,133,158)
#8E98AD
(142,152,173)
#A4ABBC
(164,171,188)
#BABECB
(186,190,203)
#D0D1DA
(208,209,218)
#E6E4E9
(230,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A2653; }

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

This text font color is #0A2653.

Background Color

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

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

This div background color is #0A2653.

Border color

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

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

This div border color is #0A2653.

Opacity

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

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

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

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

This text has shadow with #0A2653 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A2653.

Preview

Color preview on black background

This text has color #0A2653 on black background.


Color preview on white background

This text has color #0A2653 on white background.


Black color preview on #0A2653 background

This text has black color on #0A2653 background.


White color preview on #0A2653 background

This text has white color on #0A2653 background.


Related colors

Complementary color

Complementary color for #hex is #F5D9AC.


I love getcolorcode.com

Triadic colors

1 #530A26 and #26530A with #0A2653 are triadic colors.

2 #53260A and #260A53 with #0A2653 are triadic colors.