COLOR #0A4B69

HEX: #0A4B69
RGB: (10,75,105)

Color info

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

RGB color model

#0A4B69 color RGB value is (10,75,105).

  • red value is 10;
  • green value is 75;
  • blue value is 105.
RGB:
(10,75,105)
(4%,29%,41%)

RGB channels and saturation

R 10 of 255 = 4%
G 75 of 255 = 29%
B 105 of 255 = 41%

10
75
105

R + G + B ~ 25%. #0A4B69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 75 + 105 = 190 (100%)
R 10 of 190 ~ 5.26%
G 75 of 190 ~ 39.47%
B 105 of 190 ~ 55.26%

%39.47
%55.26

CMYK color model

#0A4B69 color CMYK value is (90,29,0,59).

  • cyan value is 90.48%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(90,29,0,59)
C90M29Y0K59 
(90%,29%,0%,59%)
(0.90/0.29/0.00/0.59)	

CMYK percentages

%90.48
%28.57
%0
%58.82

Codes

Color #0A4B69 in popluar color models

0A4B69
RGB1075105
HSL199°82.61%22.55%
HSB/HSV199°90.48%41.18%
CMYK90.48%28.57%0.00%
58.82%

Color #0A4B69 in popluar number systems.

HEX0A4B69
Decimal1075105
Binary101010010111101001
Octal12113151

Shades and tints

Shades of #0A4B69

#0A4B69
(10,75,105)
#0A4560
(10,69,96)
#0A3F57
(10,63,87)
#0A394E
(10,57,78)
#0A3345
(10,51,69)
#0A2D3C
(10,45,60)
#0A2733
(10,39,51)
#0A212A
(10,33,42)
#0A1B21
(10,27,33)
#0A1518
(10,21,24)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #0A4B69

#0A4B69
(10,75,105)
#205B76
(32,91,118)
#366B83
(54,107,131)
#4C7B90
(76,123,144)
#628B9D
(98,139,157)
#789BAA
(120,155,170)
#8EABB7
(142,171,183)
#A4BBC4
(164,187,196)
#BACBD1
(186,203,209)
#D0DBDE
(208,219,222)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A4B69; }

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

This text font color is #0A4B69.


Background Color

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

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

This div background color is #0A4B69.


Border color

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

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

This div border color is #0A4B69.


Opacity

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

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

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

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

This text has shadow with #0A4B69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A4B69 on black background.


Color preview on white background

This text has color #0A4B69 on white background.



Black color preview on #0A4B69 background

This text has black color on #0A4B69 background.


White color preview on #0A4B69 background

This text has white color on #0A4B69 background.