COLOR #0A556C

HEX: #0A556C RGB: (10,85,108)

Color info

#0A556C contains mainly green and blue colors. Web safe color of #0A556C is #006666 (or #066).

RGB color model

#0A556C color RGB value is (10,85,108).

RGB: (10,85,108) (4%, 33%, 42%)

RGB channels and saturation

R 10 of 255 = 4%
G 85 of 255 = 33%
B 108 of 255 = 42%

10
85
108

R + G + B ~ 26%. #0A556C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 85 + 108 = 203 (100%)
R 10 of 203 ~ 4.93%
G 85 of 203 ~ 41.87%
B 108 of 203 ~ 53.2'%

%41.87
%53.2

CMYK color model

#0A556C color CMYK value is (91,21,0,58).

  • cyan value is 90.74%
  • magenta value is 21.30%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (91,21,0,58)
C91M21Y0K58 (91%, 21%, 0%, 58%)
(0.91 / 0.21 / 0.00 / 0.58)

CMYK percentages

%90.74
%21.3
%0
%57.65

Codes

Color #0A556C in popluar color models

0A 55 6C
RGB 10 85 108
HSL 194° 83.05% 23.14%
HSB/HSV 194° 90.74% 42.35%
CMYK 90.74% 21.30% 0.00%
57.65%

Color #0A556C in popluar number systems.

HEX 0A 55 6C
Decimal 10 85 108
Binary 1010 1010101 1101100
Octal 12 125 154

Shades and tints

Shades of #0A556C

#0A556C
(10,85,108)
#0A4E63
(10,78,99)
#0A475A
(10,71,90)
#0A4051
(10,64,81)
#0A3948
(10,57,72)
#0A323F
(10,50,63)
#0A2B36
(10,43,54)
#0A242D
(10,36,45)
#0A1D24
(10,29,36)
#0A161B
(10,22,27)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #0A556C

#0A556C
(10,85,108)
#206479
(32,100,121)
#367386
(54,115,134)
#4C8293
(76,130,147)
#6291A0
(98,145,160)
#78A0AD
(120,160,173)
#8EAFBA
(142,175,186)
#A4BEC7
(164,190,199)
#BACDD4
(186,205,212)
#D0DCE1
(208,220,225)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A556C color. Also use rgb(10,85,108) instead hex code.

Text Font Color

.myTextColor { color: #0A556C; }

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

This text font color is #0A556C.

Background Color

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

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

This div background color is #0A556C.

Border color

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

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

This div border color is #0A556C.

Opacity

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

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

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

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

This text has shadow with #0A556C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A556C.

Preview

Color preview on black background

This text has color #0A556C on black background.


Color preview on white background

This text has color #0A556C on white background.


Black color preview on #0A556C background

This text has black color on #0A556C background.


White color preview on #0A556C background

This text has white color on #0A556C background.


Related colors

Complementary color

Complementary color for #hex is #F5AA93.


I love getcolorcode.com

Triadic colors

1 #6C0A55 and #556C0A with #0A556C are triadic colors.

2 #6C550A and #550A6C with #0A556C are triadic colors.