COLOR #012A45

HEX: #012A45
RGB: (1,42,69)

Color info

#012A45 contains mainly green and blue colors. Web safe color of #012A45 is #003333 (or #033).

RGB color model

#012A45 color RGB value is (1,42,69).

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

RGB channels and saturation

R 1 of 255 = 0%
G 42 of 255 = 16%
B 69 of 255 = 27%

1
42
69

R + G + B ~ 14%. #012A45 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 42 + 69 = 112 (100%)
R 1 of 112 ~ 0.89%
G 42 of 112 ~ 37.5%
B 69 of 112 ~ 61.61%

%37.5
%61.61

CMYK color model

#012A45 color CMYK value is (99,39,0,73).

  • cyan value is 98.55%
  • magenta value is 39.13%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(99,39,0,73)
C99M39Y0K73 
(99%,39%,0%,73%)
(0.99/0.39/0.00/0.73)	

CMYK percentages

%98.55
%39.13
%0
%72.94

Codes

Color #012A45 in popluar color models

012A45
RGB14269
HSL204°97.14%13.73%
HSB/HSV204°98.55%27.06%
CMYK98.55%39.13%0.00%
72.94%

Color #012A45 in popluar number systems.

HEX012A45
Decimal14269
Binary11010101000101
Octal152105

Shades and tints

Shades of #012A45

#012A45
(1,42,69)
#01273F
(1,39,63)
#012439
(1,36,57)
#012133
(1,33,51)
#011E2D
(1,30,45)
#011B27
(1,27,39)
#011821
(1,24,33)
#01151B
(1,21,27)
#011215
(1,18,21)
#010F0F
(1,15,15)
#010C09
(1,12,9)
#000000
(0,0,0)

Tints of #012A45

#012A45
(1,42,69)
#183D55
(24,61,85)
#2F5065
(47,80,101)
#466375
(70,99,117)
#5D7685
(93,118,133)
#748995
(116,137,149)
#8B9CA5
(139,156,165)
#A2AFB5
(162,175,181)
#B9C2C5
(185,194,197)
#D0D5D5
(208,213,213)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012A45; }

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

This text font color is #012A45.


Background Color

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

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

This div background color is #012A45.


Border color

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

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

This div border color is #012A45.


Opacity

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

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

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

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

This text has shadow with #012A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012A45 on black background.


Color preview on white background

This text has color #012A45 on white background.



Black color preview on #012A45 background

This text has black color on #012A45 background.


White color preview on #012A45 background

This text has white color on #012A45 background.