COLOR #015FB0

HEX: #015FB0
RGB: (1,95,176)

Color info

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

RGB color model

#015FB0 color RGB value is (1,95,176).

  • red value is 1;
  • green value is 95;
  • blue value is 176.
RGB:
(1,95,176)
(0%,37%,69%)

RGB channels and saturation

R 1 of 255 = 0%
G 95 of 255 = 37%
B 176 of 255 = 69%

1
95
176

R + G + B ~ 35%. #015FB0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 95 + 176 = 272 (100%)
R 1 of 272 ~ 0.37%
G 95 of 272 ~ 34.93%
B 176 of 272 ~ 64.71%

%34.93
%64.71

CMYK color model

#015FB0 color CMYK value is (99,46,0,31).

  • cyan value is 99.43%
  • magenta value is 46.02%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(99,46,0,31)
C99M46Y0K31 
(99%,46%,0%,31%)
(0.99/0.46/0.00/0.31)	

CMYK percentages

%99.43
%46.02
%0
%30.98

Codes

Color #015FB0 in popluar color models

015FB0
RGB195176
HSL208°98.87%34.71%
HSB/HSV208°99.43%69.02%
CMYK99.43%46.02%0.00%
30.98%

Color #015FB0 in popluar number systems.

HEX015FB0
Decimal195176
Binary1101111110110000
Octal1137260

Shades and tints

Shades of #015FB0

#015FB0
(1,95,176)
#0157A0
(1,87,160)
#014F90
(1,79,144)
#014780
(1,71,128)
#013F70
(1,63,112)
#013760
(1,55,96)
#012F50
(1,47,80)
#012740
(1,39,64)
#011F30
(1,31,48)
#011720
(1,23,32)
#010F10
(1,15,16)
#000000
(0,0,0)

Tints of #015FB0

#015FB0
(1,95,176)
#186DB7
(24,109,183)
#2F7BBE
(47,123,190)
#4689C5
(70,137,197)
#5D97CC
(93,151,204)
#74A5D3
(116,165,211)
#8BB3DA
(139,179,218)
#A2C1E1
(162,193,225)
#B9CFE8
(185,207,232)
#D0DDEF
(208,221,239)
#E7EBF6
(231,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #015FB0 color. Also use rgb(1,95,176) instead hex code.

Text Font Color

.myTextColor { color: #015FB0; }

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

This text font color is #015FB0.


Background Color

.myBgColor { background-color: #015FB0; }

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

This div background color is #015FB0.


Border color

.myBorderColor { border: 1px solid #015FB0; }

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

This div border color is #015FB0.


Opacity

.myOpacity80 { color: #015FB0; opacity: 0.8; }

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

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

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

This text has shadow with #015FB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #015FB0 on black background.


Color preview on white background

This text has color #015FB0 on white background.



Black color preview on #015FB0 background

This text has black color on #015FB0 background.


White color preview on #015FB0 background

This text has white color on #015FB0 background.