COLOR #0120A6

HEX: #0120A6 RGB: (1,32,166)

Color info

#0120A6 contains mainly blue color. Web safe color of #0120A6 is #003399 (or #039).

RGB color model

#0120A6 color RGB value is (1,32,166).

RGB: (1,32,166) (0%, 13%, 65%)

RGB channels and saturation

R 1 of 255 = 0%
G 32 of 255 = 13%
B 166 of 255 = 65%

1
32
166

R + G + B ~ 26%. #0120A6 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 32 + 166 = 199 (100%)
R 1 of 199 ~ 0.5%
G 32 of 199 ~ 16.08%
B 166 of 199 ~ 83.42'%

%16.08
%83.42

CMYK color model

#0120A6 color CMYK value is (99,81,0,35).

  • cyan value is 99.40%
  • magenta value is 80.72%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (99,81,0,35)
C99M81Y0K35 (99%, 81%, 0%, 35%)
(0.99 / 0.81 / 0.00 / 0.35)

CMYK percentages

%99.4
%80.72
%0
%34.9

Codes

Color #0120A6 in popluar color models

01 20 A6
RGB 1 32 166
HSL 229° 98.80% 32.75%
HSB/HSV 229° 99.40% 65.10%
CMYK 99.40% 80.72% 0.00%
34.90%

Color #0120A6 in popluar number systems.

HEX 01 20 A6
Decimal 1 32 166
Binary 1 100000 10100110
Octal 1 40 246

Shades and tints

Shades of #0120A6

#0120A6
(1,32,166)
#011E97
(1,30,151)
#011C88
(1,28,136)
#011A79
(1,26,121)
#01186A
(1,24,106)
#01165B
(1,22,91)
#01144C
(1,20,76)
#01123D
(1,18,61)
#01102E
(1,16,46)
#010E1F
(1,14,31)
#010C10
(1,12,16)
#000000
(0,0,0)

Tints of #0120A6

#0120A6
(1,32,166)
#1834AE
(24,52,174)
#2F48B6
(47,72,182)
#465CBE
(70,92,190)
#5D70C6
(93,112,198)
#7484CE
(116,132,206)
#8B98D6
(139,152,214)
#A2ACDE
(162,172,222)
#B9C0E6
(185,192,230)
#D0D4EE
(208,212,238)
#E7E8F6
(231,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0120A6 color. Also use rgb(1,32,166) instead hex code.

Text Font Color

.myTextColor { color: #0120A6; }

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

This text font color is #0120A6.

Background Color

.myBgColor { background-color: #0120A6; }

<div style="background-color:#0120A6">Inner text</div>

This div background color is #0120A6.

Border color

.myBorderColor { border: 1px solid #0120A6; }

<div style="border:3px solid #0120A6">Div</div>

This div border color is #0120A6.

Opacity

.myOpacity80 { color: #0120A6; opacity: 0.8; }

<p style="color:#0120A6;opacity:0.8;">80%</p>

Text with #0120A6 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 #0120A6;}

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

This text has shadow with #0120A6 color.


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

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

This text has shadow with #0120A6 primary color and red secondary color.


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

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

This text has shadow with #0120A6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #0120A6.

Preview

Color preview on black background

This text has color #0120A6 on black background.


Color preview on white background

This text has color #0120A6 on white background.


Black color preview on #0120A6 background

This text has black color on #0120A6 background.


White color preview on #0120A6 background

This text has white color on #0120A6 background.


Related colors

Complementary color

Complementary color for #hex is #FEDF59.


I love getcolorcode.com

Triadic colors

1 #A60120 and #20A601 with #0120A6 are triadic colors.

2 #A62001 and #2001A6 with #0120A6 are triadic colors.