COLOR #0124B5

HEX: #0124B5
RGB: (1,36,181)

Color info

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

RGB color model

#0124B5 color RGB value is (1,36,181).

  • red value is 1;
  • green value is 36;
  • blue value is 181.
RGB:
(1,36,181)
(0%,14%,71%)

RGB channels and saturation

R 1 of 255 = 0%
G 36 of 255 = 14%
B 181 of 255 = 71%

1
36
181

R + G + B ~ 28%. #0124B5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 36 + 181 = 218 (100%)
R 1 of 218 ~ 0.46%
G 36 of 218 ~ 16.51%
B 181 of 218 ~ 83.03%

%16.51
%83.03

CMYK color model

#0124B5 color CMYK value is (99,80,0,29).

  • cyan value is 99.45%
  • magenta value is 80.11%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(99,80,0,29)
C99M80Y0K29 
(99%,80%,0%,29%)
(0.99/0.80/0.00/0.29)	

CMYK percentages

%99.45
%80.11
%0
%29.02

Codes

Color #0124B5 in popluar color models

0124B5
RGB136181
HSL228°98.90%35.69%
HSB/HSV228°99.45%70.98%
CMYK99.45%80.11%0.00%
29.02%

Color #0124B5 in popluar number systems.

HEX0124B5
Decimal136181
Binary110010010110101
Octal144265

Shades and tints

Shades of #0124B5

#0124B5
(1,36,181)
#0121A5
(1,33,165)
#011E95
(1,30,149)
#011B85
(1,27,133)
#011875
(1,24,117)
#011565
(1,21,101)
#011255
(1,18,85)
#010F45
(1,15,69)
#010C35
(1,12,53)
#010925
(1,9,37)
#010615
(1,6,21)
#000000
(0,0,0)

Tints of #0124B5

#0124B5
(1,36,181)
#1837BB
(24,55,187)
#2F4AC1
(47,74,193)
#465DC7
(70,93,199)
#5D70CD
(93,112,205)
#7483D3
(116,131,211)
#8B96D9
(139,150,217)
#A2A9DF
(162,169,223)
#B9BCE5
(185,188,229)
#D0CFEB
(208,207,235)
#E7E2F1
(231,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0124B5 color. Also use rgb(1,36,181) instead hex code.

Text Font Color

.myTextColor { color: #0124B5; }

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

This text font color is #0124B5.


Background Color

.myBgColor { background-color: #0124B5; }

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

This div background color is #0124B5.


Border color

.myBorderColor { border: 1px solid #0124B5; }

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

This div border color is #0124B5.


Opacity

.myOpacity80 { color: #0124B5; opacity: 0.8; }

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

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

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

This text has shadow with #0124B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0124B5 on black background.


Color preview on white background

This text has color #0124B5 on white background.



Black color preview on #0124B5 background

This text has black color on #0124B5 background.


White color preview on #0124B5 background

This text has white color on #0124B5 background.