COLOR #01376E

HEX: #01376E
RGB: (1,55,110)

Color info

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

RGB color model

#01376E color RGB value is (1,55,110).

  • red value is 1;
  • green value is 55;
  • blue value is 110.
RGB:
(1,55,110)
(0%,22%,43%)

RGB channels and saturation

R 1 of 255 = 0%
G 55 of 255 = 22%
B 110 of 255 = 43%

1
55
110

R + G + B ~ 22%. #01376E is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 55 + 110 = 166 (100%)
R 1 of 166 ~ 0.6%
G 55 of 166 ~ 33.13%
B 110 of 166 ~ 66.27%

%33.13
%66.27

CMYK color model

#01376E color CMYK value is (99,50,0,57).

  • cyan value is 99.09%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(99,50,0,57)
C99M50Y0K57 
(99%,50%,0%,57%)
(0.99/0.50/0.00/0.57)	

CMYK percentages

%99.09
%50
%0
%56.86

Codes

Color #01376E in popluar color models

01376E
RGB155110
HSL210°98.20%21.76%
HSB/HSV210°99.09%43.14%
CMYK99.09%50.00%0.00%
56.86%

Color #01376E in popluar number systems.

HEX01376E
Decimal155110
Binary11101111101110
Octal167156

Shades and tints

Shades of #01376E

#01376E
(1,55,110)
#013264
(1,50,100)
#012D5A
(1,45,90)
#012850
(1,40,80)
#012346
(1,35,70)
#011E3C
(1,30,60)
#011932
(1,25,50)
#011428
(1,20,40)
#010F1E
(1,15,30)
#010A14
(1,10,20)
#01050A
(1,5,10)
#000000
(0,0,0)

Tints of #01376E

#01376E
(1,55,110)
#18497B
(24,73,123)
#2F5B88
(47,91,136)
#466D95
(70,109,149)
#5D7FA2
(93,127,162)
#7491AF
(116,145,175)
#8BA3BC
(139,163,188)
#A2B5C9
(162,181,201)
#B9C7D6
(185,199,214)
#D0D9E3
(208,217,227)
#E7EBF0
(231,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01376E color. Also use rgb(1,55,110) instead hex code.

Text Font Color

.myTextColor { color: #01376E; }

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

This text font color is #01376E.


Background Color

.myBgColor { background-color: #01376E; }

<div style="background-color:#01376E">Inner text</div>

This div background color is #01376E.


Border color

.myBorderColor { border: 1px solid #01376E; }

<div style="border:3px solid #01376E">Div</div>

This div border color is #01376E.


Opacity

.myOpacity80 { color: #01376E; opacity: 0.8; }

<p style="color:#01376E;opacity:0.8;">80%</p>

Text with #01376E 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 #01376E;}

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

This text has shadow with #01376E color.

.textShadow {text-shadow: 3px 3px 1px #01376E, 3px 3px 1px red;}

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

This text has shadow with #01376E primary color and red secondary color.


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

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

This text has shadow with #01376E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01376E on black background.


Color preview on white background

This text has color #01376E on white background.



Black color preview on #01376E background

This text has black color on #01376E background.


White color preview on #01376E background

This text has white color on #01376E background.