COLOR #01186E

HEX: #01186E
RGB: (1,24,110)

Color info

#01186E contains mainly blue color. Web safe color of #01186E is #000066 (or #006).

RGB color model

#01186E color RGB value is (1,24,110).

  • red value is 1;
  • green value is 24;
  • blue value is 110.
RGB:
(1,24,110)
(0%,9%,43%)

RGB channels and saturation

R 1 of 255 = 0%
G 24 of 255 = 9%
B 110 of 255 = 43%

1
24
110

R + G + B ~ 17%. #01186E is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 24 + 110 = 135 (100%)
R 1 of 135 ~ 0.74%
G 24 of 135 ~ 17.78%
B 110 of 135 ~ 81.48%

%17.78
%81.48

CMYK color model

#01186E color CMYK value is (99,78,0,57).

  • cyan value is 99.09%
  • magenta value is 78.18%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(99,78,0,57)
C99M78Y0K57 
(99%,78%,0%,57%)
(0.99/0.78/0.00/0.57)	

CMYK percentages

%99.09
%78.18
%0
%56.86

Codes

Color #01186E in popluar color models

01186E
RGB124110
HSL227°98.20%21.76%
HSB/HSV227°99.09%43.14%
CMYK99.09%78.18%0.00%
56.86%

Color #01186E in popluar number systems.

HEX01186E
Decimal124110
Binary1110001101110
Octal130156

Shades and tints

Shades of #01186E

#01186E
(1,24,110)
#011664
(1,22,100)
#01145A
(1,20,90)
#011250
(1,18,80)
#011046
(1,16,70)
#010E3C
(1,14,60)
#010C32
(1,12,50)
#010A28
(1,10,40)
#01081E
(1,8,30)
#010614
(1,6,20)
#01040A
(1,4,10)
#000000
(0,0,0)

Tints of #01186E

#01186E
(1,24,110)
#182D7B
(24,45,123)
#2F4288
(47,66,136)
#465795
(70,87,149)
#5D6CA2
(93,108,162)
#7481AF
(116,129,175)
#8B96BC
(139,150,188)
#A2ABC9
(162,171,201)
#B9C0D6
(185,192,214)
#D0D5E3
(208,213,227)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01186E color. Also use rgb(1,24,110) instead hex code.

Text Font Color

.myTextColor { color: #01186E; }

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

This text font color is #01186E.


Background Color

.myBgColor { background-color: #01186E; }

<div style="background-color:#01186E">Inner text</div>

This div background color is #01186E.


Border color

.myBorderColor { border: 1px solid #01186E; }

<div style="border:3px solid #01186E">Div</div>

This div border color is #01186E.


Opacity

.myOpacity80 { color: #01186E; opacity: 0.8; }

<p style="color:#01186E;opacity:0.8;">80%</p>

Text with #01186E 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 #01186E;}

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

This text has shadow with #01186E color.

.textShadow {text-shadow: 3px 3px 1px #01186E, 3px 3px 1px red;}

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

This text has shadow with #01186E primary color and red secondary color.


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

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

This text has shadow with #01186E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01186E on black background.


Color preview on white background

This text has color #01186E on white background.



Black color preview on #01186E background

This text has black color on #01186E background.


White color preview on #01186E background

This text has white color on #01186E background.