COLOR #015282

HEX: #015282
RGB: (1,82,130)

Color info

#015282 contains mainly green and blue colors. Web safe color of #015282 is #006699 (or #069).

RGB color model

#015282 color RGB value is (1,82,130).

  • red value is 1;
  • green value is 82;
  • blue value is 130.
RGB:
(1,82,130)
(0%,32%,51%)

RGB channels and saturation

R 1 of 255 = 0%
G 82 of 255 = 32%
B 130 of 255 = 51%

1
82
130

R + G + B ~ 28%. #015282 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 82 + 130 = 213 (100%)
R 1 of 213 ~ 0.47%
G 82 of 213 ~ 38.5%
B 130 of 213 ~ 61.03%

%38.5
%61.03

CMYK color model

#015282 color CMYK value is (99,37,0,49).

  • cyan value is 99.23%
  • magenta value is 36.92%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(99,37,0,49)
C99M37Y0K49 
(99%,37%,0%,49%)
(0.99/0.37/0.00/0.49)	

CMYK percentages

%99.23
%36.92
%0
%49.02

Codes

Color #015282 in popluar color models

015282
RGB182130
HSL202°98.47%25.69%
HSB/HSV202°99.23%50.98%
CMYK99.23%36.92%0.00%
49.02%

Color #015282 in popluar number systems.

HEX015282
Decimal182130
Binary1101001010000010
Octal1122202

Shades and tints

Shades of #015282

#015282
(1,82,130)
#014B77
(1,75,119)
#01446C
(1,68,108)
#013D61
(1,61,97)
#013656
(1,54,86)
#012F4B
(1,47,75)
#012840
(1,40,64)
#012135
(1,33,53)
#011A2A
(1,26,42)
#01131F
(1,19,31)
#010C14
(1,12,20)
#000000
(0,0,0)

Tints of #015282

#015282
(1,82,130)
#18618D
(24,97,141)
#2F7098
(47,112,152)
#467FA3
(70,127,163)
#5D8EAE
(93,142,174)
#749DB9
(116,157,185)
#8BACC4
(139,172,196)
#A2BBCF
(162,187,207)
#B9CADA
(185,202,218)
#D0D9E5
(208,217,229)
#E7E8F0
(231,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #015282 color. Also use rgb(1,82,130) instead hex code.

Text Font Color

.myTextColor { color: #015282; }

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

This text font color is #015282.


Background Color

.myBgColor { background-color: #015282; }

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

This div background color is #015282.


Border color

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

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

This div border color is #015282.


Opacity

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

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

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

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

This text has shadow with #015282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #015282 on black background.


Color preview on white background

This text has color #015282 on white background.



Black color preview on #015282 background

This text has black color on #015282 background.


White color preview on #015282 background

This text has white color on #015282 background.