COLOR #0155EF

HEX: #0155EF
RGB: (1,85,239)

Color info

#0155EF contains mainly blue color. Web safe color of #0155EF is #0066FF (or #06F).

RGB color model

#0155EF color RGB value is (1,85,239).

  • red value is 1;
  • green value is 85;
  • blue value is 239.
RGB:
(1,85,239)
(0%,33%,94%)

RGB channels and saturation

R 1 of 255 = 0%
G 85 of 255 = 33%
B 239 of 255 = 94%

1
85
239

R + G + B ~ 42%. #0155EF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
1 + 85 + 239 = 325 (100%)
R 1 of 325 ~ 0.31%
G 85 of 325 ~ 26.15%
B 239 of 325 ~ 73.54%

%26.15
%73.54

CMYK color model

#0155EF color CMYK value is (100,64,0,6).

  • cyan value is 99.58%
  • magenta value is 64.44%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(100,64,0,6)
C100M64Y0K6 
(100%,64%,0%,6%)
(1.00/0.64/0.00/0.06)	

CMYK percentages

%99.58
%64.44
%0
%6.27

Codes

Color #0155EF in popluar color models

0155EF
RGB185239
HSL219°99.17%47.06%
HSB/HSV219°99.58%93.73%
CMYK99.58%64.44%0.00%
6.27%

Color #0155EF in popluar number systems.

HEX0155EF
Decimal185239
Binary1101010111101111
Octal1125357

Shades and tints

Shades of #0155EF

#0155EF
(1,85,239)
#014EDA
(1,78,218)
#0147C5
(1,71,197)
#0140B0
(1,64,176)
#01399B
(1,57,155)
#013286
(1,50,134)
#012B71
(1,43,113)
#01245C
(1,36,92)
#011D47
(1,29,71)
#011632
(1,22,50)
#010F1D
(1,15,29)
#000000
(0,0,0)

Tints of #0155EF

#0155EF
(1,85,239)
#1864F0
(24,100,240)
#2F73F1
(47,115,241)
#4682F2
(70,130,242)
#5D91F3
(93,145,243)
#74A0F4
(116,160,244)
#8BAFF5
(139,175,245)
#A2BEF6
(162,190,246)
#B9CDF7
(185,205,247)
#D0DCF8
(208,220,248)
#E7EBF9
(231,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0155EF color. Also use rgb(1,85,239) instead hex code.

Text Font Color

.myTextColor { color: #0155EF; }

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

This text font color is #0155EF.


Background Color

.myBgColor { background-color: #0155EF; }

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

This div background color is #0155EF.


Border color

.myBorderColor { border: 1px solid #0155EF; }

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

This div border color is #0155EF.


Opacity

.myOpacity80 { color: #0155EF; opacity: 0.8; }

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

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

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

This text has shadow with #0155EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0155EF on black background.


Color preview on white background

This text has color #0155EF on white background.



Black color preview on #0155EF background

This text has black color on #0155EF background.


White color preview on #0155EF background

This text has white color on #0155EF background.