COLOR #0123E5

HEX: #0123E5
RGB: (1,35,229)

Color info

#0123E5 contains mainly blue color. Web safe color of #0123E5 is #0033CC (or #03C).

RGB color model

#0123E5 color RGB value is (1,35,229).

  • red value is 1;
  • green value is 35;
  • blue value is 229.
RGB:
(1,35,229)
(0%,14%,90%)

RGB channels and saturation

R 1 of 255 = 0%
G 35 of 255 = 14%
B 229 of 255 = 90%

1
35
229

R + G + B ~ 35%. #0123E5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 35 + 229 = 265 (100%)
R 1 of 265 ~ 0.38%
G 35 of 265 ~ 13.21%
B 229 of 265 ~ 86.42%

%13.21
%86.42

CMYK color model

#0123E5 color CMYK value is (100,85,0,10).

  • cyan value is 99.56%
  • magenta value is 84.72%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(100,85,0,10)
C100M85Y0K10 
(100%,85%,0%,10%)
(1.00/0.85/0.00/0.10)	

CMYK percentages

%99.56
%84.72
%0
%10.2

Codes

Color #0123E5 in popluar color models

0123E5
RGB135229
HSL231°99.13%45.10%
HSB/HSV231°99.56%89.80%
CMYK99.56%84.72%0.00%
10.20%

Color #0123E5 in popluar number systems.

HEX0123E5
Decimal135229
Binary110001111100101
Octal143345

Shades and tints

Shades of #0123E5

#0123E5
(1,35,229)
#0120D1
(1,32,209)
#011DBD
(1,29,189)
#011AA9
(1,26,169)
#011795
(1,23,149)
#011481
(1,20,129)
#01116D
(1,17,109)
#010E59
(1,14,89)
#010B45
(1,11,69)
#010831
(1,8,49)
#01051D
(1,5,29)
#000000
(0,0,0)

Tints of #0123E5

#0123E5
(1,35,229)
#1837E7
(24,55,231)
#2F4BE9
(47,75,233)
#465FEB
(70,95,235)
#5D73ED
(93,115,237)
#7487EF
(116,135,239)
#8B9BF1
(139,155,241)
#A2AFF3
(162,175,243)
#B9C3F5
(185,195,245)
#D0D7F7
(208,215,247)
#E7EBF9
(231,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0123E5 color. Also use rgb(1,35,229) instead hex code.

Text Font Color

.myTextColor { color: #0123E5; }

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

This text font color is #0123E5.


Background Color

.myBgColor { background-color: #0123E5; }

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

This div background color is #0123E5.


Border color

.myBorderColor { border: 1px solid #0123E5; }

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

This div border color is #0123E5.


Opacity

.myOpacity80 { color: #0123E5; opacity: 0.8; }

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

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

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

This text has shadow with #0123E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0123E5 on black background.


Color preview on white background

This text has color #0123E5 on white background.



Black color preview on #0123E5 background

This text has black color on #0123E5 background.


White color preview on #0123E5 background

This text has white color on #0123E5 background.