COLOR #01467C

HEX: #01467C
RGB: (1,70,124)

Color info

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

RGB color model

#01467C color RGB value is (1,70,124).

  • red value is 1;
  • green value is 70;
  • blue value is 124.
RGB:
(1,70,124)
(0%,27%,49%)

RGB channels and saturation

R 1 of 255 = 0%
G 70 of 255 = 27%
B 124 of 255 = 49%

1
70
124

R + G + B ~ 25%. #01467C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 70 + 124 = 195 (100%)
R 1 of 195 ~ 0.51%
G 70 of 195 ~ 35.9%
B 124 of 195 ~ 63.59%

%35.9
%63.59

CMYK color model

#01467C color CMYK value is (99,44,0,51).

  • cyan value is 99.19%
  • magenta value is 43.55%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(99,44,0,51)
C99M44Y0K51 
(99%,44%,0%,51%)
(0.99/0.44/0.00/0.51)	

CMYK percentages

%99.19
%43.55
%0
%51.37

Codes

Color #01467C in popluar color models

01467C
RGB170124
HSL206°98.40%24.51%
HSB/HSV206°99.19%48.63%
CMYK99.19%43.55%0.00%
51.37%

Color #01467C in popluar number systems.

HEX01467C
Decimal170124
Binary110001101111100
Octal1106174

Shades and tints

Shades of #01467C

#01467C
(1,70,124)
#014071
(1,64,113)
#013A66
(1,58,102)
#01345B
(1,52,91)
#012E50
(1,46,80)
#012845
(1,40,69)
#01223A
(1,34,58)
#011C2F
(1,28,47)
#011624
(1,22,36)
#011019
(1,16,25)
#010A0E
(1,10,14)
#000000
(0,0,0)

Tints of #01467C

#01467C
(1,70,124)
#185687
(24,86,135)
#2F6692
(47,102,146)
#46769D
(70,118,157)
#5D86A8
(93,134,168)
#7496B3
(116,150,179)
#8BA6BE
(139,166,190)
#A2B6C9
(162,182,201)
#B9C6D4
(185,198,212)
#D0D6DF
(208,214,223)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01467C color. Also use rgb(1,70,124) instead hex code.

Text Font Color

.myTextColor { color: #01467C; }

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

This text font color is #01467C.


Background Color

.myBgColor { background-color: #01467C; }

<div style="background-color:#01467C">Inner text</div>

This div background color is #01467C.


Border color

.myBorderColor { border: 1px solid #01467C; }

<div style="border:3px solid #01467C">Div</div>

This div border color is #01467C.


Opacity

.myOpacity80 { color: #01467C; opacity: 0.8; }

<p style="color:#01467C;opacity:0.8;">80%</p>

Text with #01467C 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 #01467C;}

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

This text has shadow with #01467C color.

.textShadow {text-shadow: 3px 3px 1px #01467C, 3px 3px 1px red;}

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

This text has shadow with #01467C primary color and red secondary color.


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

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

This text has shadow with #01467C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01467C on black background.


Color preview on white background

This text has color #01467C on white background.



Black color preview on #01467C background

This text has black color on #01467C background.


White color preview on #01467C background

This text has white color on #01467C background.