COLOR #015673

HEX: #015673
RGB: (1,86,115)

Color info

#015673 contains mainly green and blue colors. Web safe color of #015673 is #006666 (or #066).

RGB color model

#015673 color RGB value is (1,86,115).

  • red value is 1;
  • green value is 86;
  • blue value is 115.
RGB:
(1,86,115)
(0%,34%,45%)

RGB channels and saturation

R 1 of 255 = 0%
G 86 of 255 = 34%
B 115 of 255 = 45%

1
86
115

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

Portions of RGB colors in percentages

R + G + B =
1 + 86 + 115 = 202 (100%)
R 1 of 202 ~ 0.5%
G 86 of 202 ~ 42.57%
B 115 of 202 ~ 56.93%

%42.57
%56.93

CMYK color model

#015673 color CMYK value is (99,25,0,55).

  • cyan value is 99.13%
  • magenta value is 25.22%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(99,25,0,55)
C99M25Y0K55 
(99%,25%,0%,55%)
(0.99/0.25/0.00/0.55)	

CMYK percentages

%99.13
%25.22
%0
%54.9

Codes

Color #015673 in popluar color models

015673
RGB186115
HSL195°98.28%22.75%
HSB/HSV195°99.13%45.10%
CMYK99.13%25.22%0.00%
54.90%

Color #015673 in popluar number systems.

HEX015673
Decimal186115
Binary110101101110011
Octal1126163

Shades and tints

Shades of #015673

#015673
(1,86,115)
#014F69
(1,79,105)
#01485F
(1,72,95)
#014155
(1,65,85)
#013A4B
(1,58,75)
#013341
(1,51,65)
#012C37
(1,44,55)
#01252D
(1,37,45)
#011E23
(1,30,35)
#011719
(1,23,25)
#01100F
(1,16,15)
#000000
(0,0,0)

Tints of #015673

#015673
(1,86,115)
#18657F
(24,101,127)
#2F748B
(47,116,139)
#468397
(70,131,151)
#5D92A3
(93,146,163)
#74A1AF
(116,161,175)
#8BB0BB
(139,176,187)
#A2BFC7
(162,191,199)
#B9CED3
(185,206,211)
#D0DDDF
(208,221,223)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #015673 color. Also use rgb(1,86,115) instead hex code.

Text Font Color

.myTextColor { color: #015673; }

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

This text font color is #015673.


Background Color

.myBgColor { background-color: #015673; }

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

This div background color is #015673.


Border color

.myBorderColor { border: 1px solid #015673; }

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

This div border color is #015673.


Opacity

.myOpacity80 { color: #015673; opacity: 0.8; }

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

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

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

This text has shadow with #015673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #015673 on black background.


Color preview on white background

This text has color #015673 on white background.



Black color preview on #015673 background

This text has black color on #015673 background.


White color preview on #015673 background

This text has white color on #015673 background.