COLOR #015FC3

HEX: #015FC3
RGB: (1,95,195)

Color info

#015FC3 contains mainly blue color. Web safe color of #015FC3 is #0066CC (or #06C).

RGB color model

#015FC3 color RGB value is (1,95,195).

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

RGB channels and saturation

R 1 of 255 = 0%
G 95 of 255 = 37%
B 195 of 255 = 76%

1
95
195

R + G + B ~ 38%. #015FC3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 95 + 195 = 291 (100%)
R 1 of 291 ~ 0.34%
G 95 of 291 ~ 32.65%
B 195 of 291 ~ 67.01%

%32.65
%67.01

CMYK color model

#015FC3 color CMYK value is (99,51,0,24).

  • cyan value is 99.49%
  • magenta value is 51.28%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(99,51,0,24)
C99M51Y0K24 
(99%,51%,0%,24%)
(0.99/0.51/0.00/0.24)	

CMYK percentages

%99.49
%51.28
%0
%23.53

Codes

Color #015FC3 in popluar color models

015FC3
RGB195195
HSL211°98.98%38.43%
HSB/HSV211°99.49%76.47%
CMYK99.49%51.28%0.00%
23.53%

Color #015FC3 in popluar number systems.

HEX015FC3
Decimal195195
Binary1101111111000011
Octal1137303

Shades and tints

Shades of #015FC3

#015FC3
(1,95,195)
#0157B2
(1,87,178)
#014FA1
(1,79,161)
#014790
(1,71,144)
#013F7F
(1,63,127)
#01376E
(1,55,110)
#012F5D
(1,47,93)
#01274C
(1,39,76)
#011F3B
(1,31,59)
#01172A
(1,23,42)
#010F19
(1,15,25)
#000000
(0,0,0)

Tints of #015FC3

#015FC3
(1,95,195)
#186DC8
(24,109,200)
#2F7BCD
(47,123,205)
#4689D2
(70,137,210)
#5D97D7
(93,151,215)
#74A5DC
(116,165,220)
#8BB3E1
(139,179,225)
#A2C1E6
(162,193,230)
#B9CFEB
(185,207,235)
#D0DDF0
(208,221,240)
#E7EBF5
(231,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #015FC3; }

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

This text font color is #015FC3.


Background Color

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

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

This div background color is #015FC3.


Border color

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

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

This div border color is #015FC3.


Opacity

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

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

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

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

This text has shadow with #015FC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #015FC3 on black background.


Color preview on white background

This text has color #015FC3 on white background.



Black color preview on #015FC3 background

This text has black color on #015FC3 background.


White color preview on #015FC3 background

This text has white color on #015FC3 background.