COLOR #012A60

HEX: #012A60
RGB: (1,42,96)

Color info

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

RGB color model

#012A60 color RGB value is (1,42,96).

  • red value is 1;
  • green value is 42;
  • blue value is 96.
RGB:
(1,42,96)
(0%,16%,38%)

RGB channels and saturation

R 1 of 255 = 0%
G 42 of 255 = 16%
B 96 of 255 = 38%

1
42
96

R + G + B ~ 18%. #012A60 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 42 + 96 = 139 (100%)
R 1 of 139 ~ 0.72%
G 42 of 139 ~ 30.22%
B 96 of 139 ~ 69.06%

%30.22
%69.06

CMYK color model

#012A60 color CMYK value is (99,56,0,62).

  • cyan value is 98.96%
  • magenta value is 56.25%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(99,56,0,62)
C99M56Y0K62 
(99%,56%,0%,62%)
(0.99/0.56/0.00/0.62)	

CMYK percentages

%98.96
%56.25
%0
%62.35

Codes

Color #012A60 in popluar color models

012A60
RGB14296
HSL214°97.94%19.02%
HSB/HSV214°98.96%37.65%
CMYK98.96%56.25%0.00%
62.35%

Color #012A60 in popluar number systems.

HEX012A60
Decimal14296
Binary11010101100000
Octal152140

Shades and tints

Shades of #012A60

#012A60
(1,42,96)
#012758
(1,39,88)
#012450
(1,36,80)
#012148
(1,33,72)
#011E40
(1,30,64)
#011B38
(1,27,56)
#011830
(1,24,48)
#011528
(1,21,40)
#011220
(1,18,32)
#010F18
(1,15,24)
#010C10
(1,12,16)
#000000
(0,0,0)

Tints of #012A60

#012A60
(1,42,96)
#183D6E
(24,61,110)
#2F507C
(47,80,124)
#46638A
(70,99,138)
#5D7698
(93,118,152)
#7489A6
(116,137,166)
#8B9CB4
(139,156,180)
#A2AFC2
(162,175,194)
#B9C2D0
(185,194,208)
#D0D5DE
(208,213,222)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012A60 color. Also use rgb(1,42,96) instead hex code.

Text Font Color

.myTextColor { color: #012A60; }

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

This text font color is #012A60.


Background Color

.myBgColor { background-color: #012A60; }

<div style="background-color:#012A60">Inner text</div>

This div background color is #012A60.


Border color

.myBorderColor { border: 1px solid #012A60; }

<div style="border:3px solid #012A60">Div</div>

This div border color is #012A60.


Opacity

.myOpacity80 { color: #012A60; opacity: 0.8; }

<p style="color:#012A60;opacity:0.8;">80%</p>

Text with #012A60 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 #012A60;}

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

This text has shadow with #012A60 color.

.textShadow {text-shadow: 3px 3px 1px #012A60, 3px 3px 1px red;}

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

This text has shadow with #012A60 primary color and red secondary color.


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

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

This text has shadow with #012A60 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012A60 on black background.


Color preview on white background

This text has color #012A60 on white background.



Black color preview on #012A60 background

This text has black color on #012A60 background.


White color preview on #012A60 background

This text has white color on #012A60 background.