COLOR #015096

HEX: #015096 RGB: (1,80,150)

Color info

#015096 contains mainly blue color. Web safe color of #015096 is #006699 (or #069).

RGB color model

#015096 color RGB value is (1,80,150).

RGB: (1,80,150) (0%, 31%, 59%)

RGB channels and saturation

R 1 of 255 = 0%
G 80 of 255 = 31%
B 150 of 255 = 59%

1
80
150

R + G + B ~ 30%. #015096 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 80 + 150 = 231 (100%)
R 1 of 231 ~ 0.43%
G 80 of 231 ~ 34.63%
B 150 of 231 ~ 64.94'%

%34.63
%64.94

CMYK color model

#015096 color CMYK value is (99,47,0,41).

  • cyan value is 99.33%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (99,47,0,41)
C99M47Y0K41 (99%, 47%, 0%, 41%)
(0.99 / 0.47 / 0.00 / 0.41)

CMYK percentages

%99.33
%46.67
%0
%41.18

Codes

Color #015096 in popluar color models

01 50 96
RGB 1 80 150
HSL 208° 98.68% 29.61%
HSB/HSV 208° 99.33% 58.82%
CMYK 99.33% 46.67% 0.00%
41.18%

Color #015096 in popluar number systems.

HEX 01 50 96
Decimal 1 80 150
Binary 1 1010000 10010110
Octal 1 120 226

Shades and tints

Shades of #015096

#015096
(1,80,150)
#014989
(1,73,137)
#01427C
(1,66,124)
#013B6F
(1,59,111)
#013462
(1,52,98)
#012D55
(1,45,85)
#012648
(1,38,72)
#011F3B
(1,31,59)
#01182E
(1,24,46)
#011121
(1,17,33)
#010A14
(1,10,20)
#000000
(0,0,0)

Tints of #015096

#015096
(1,80,150)
#185F9F
(24,95,159)
#2F6EA8
(47,110,168)
#467DB1
(70,125,177)
#5D8CBA
(93,140,186)
#749BC3
(116,155,195)
#8BAACC
(139,170,204)
#A2B9D5
(162,185,213)
#B9C8DE
(185,200,222)
#D0D7E7
(208,215,231)
#E7E6F0
(231,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #015096 color. Also use rgb(1,80,150) instead hex code.

Text Font Color

.myTextColor { color: #015096; }

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

This text font color is #015096.

Background Color

.myBgColor { background-color: #015096; }

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

This div background color is #015096.

Border color

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

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

This div border color is #015096.

Opacity

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

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

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

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

This text has shadow with #015096 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #015096.

Preview

Color preview on black background

This text has color #015096 on black background.


Color preview on white background

This text has color #015096 on white background.


Black color preview on #015096 background

This text has black color on #015096 background.


White color preview on #015096 background

This text has white color on #015096 background.


Related colors

Complementary color

Complementary color for #hex is #FEAF69.


I love getcolorcode.com

Triadic colors

1 #960150 and #509601 with #015096 are triadic colors.

2 #965001 and #500196 with #015096 are triadic colors.