COLOR #015865

HEX: #015865
RGB: (1,88,101)

Color info

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

RGB color model

#015865 color RGB value is (1,88,101).

  • red value is 1;
  • green value is 88;
  • blue value is 101.
RGB:
(1,88,101)
(0%,35%,40%)

RGB channels and saturation

R 1 of 255 = 0%
G 88 of 255 = 35%
B 101 of 255 = 40%

1
88
101

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

Portions of RGB colors in percentages

R + G + B =
1 + 88 + 101 = 190 (100%)
R 1 of 190 ~ 0.53%
G 88 of 190 ~ 46.32%
B 101 of 190 ~ 53.16%

%46.32
%53.16

CMYK color model

#015865 color CMYK value is (99,13,0,60).

  • cyan value is 99.01%
  • magenta value is 12.87%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(99,13,0,60)
C99M13Y0K60 
(99%,13%,0%,60%)
(0.99/0.13/0.00/0.60)	

CMYK percentages

%99.01
%12.87
%0
%60.39

Codes

Color #015865 in popluar color models

015865
RGB188101
HSL188°98.04%20.00%
HSB/HSV188°99.01%39.61%
CMYK99.01%12.87%0.00%
60.39%

Color #015865 in popluar number systems.

HEX015865
Decimal188101
Binary110110001100101
Octal1130145

Shades and tints

Shades of #015865

#015865
(1,88,101)
#01505C
(1,80,92)
#014853
(1,72,83)
#01404A
(1,64,74)
#013841
(1,56,65)
#013038
(1,48,56)
#01282F
(1,40,47)
#012026
(1,32,38)
#01181D
(1,24,29)
#011014
(1,16,20)
#01080B
(1,8,11)
#000000
(0,0,0)

Tints of #015865

#015865
(1,88,101)
#186773
(24,103,115)
#2F7681
(47,118,129)
#46858F
(70,133,143)
#5D949D
(93,148,157)
#74A3AB
(116,163,171)
#8BB2B9
(139,178,185)
#A2C1C7
(162,193,199)
#B9D0D5
(185,208,213)
#D0DFE3
(208,223,227)
#E7EEF1
(231,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #015865 color. Also use rgb(1,88,101) instead hex code.

Text Font Color

.myTextColor { color: #015865; }

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

This text font color is #015865.


Background Color

.myBgColor { background-color: #015865; }

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

This div background color is #015865.


Border color

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

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

This div border color is #015865.


Opacity

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

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

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

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

This text has shadow with #015865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #015865 on black background.


Color preview on white background

This text has color #015865 on white background.



Black color preview on #015865 background

This text has black color on #015865 background.


White color preview on #015865 background

This text has white color on #015865 background.