COLOR #01185C

HEX: #01185C RGB: (1,24,92)

Color info

#01185C contains mainly blue color. Web safe color of #01185C is #000066 (or #006).

RGB color model

#01185C color RGB value is (1,24,92).

RGB: (1,24,92) (0%, 9%, 36%)

RGB channels and saturation

R 1 of 255 = 0%
G 24 of 255 = 9%
B 92 of 255 = 36%

1
24
92

R + G + B ~ 15%. #01185C is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 24 + 92 = 117 (100%)
R 1 of 117 ~ 0.85%
G 24 of 117 ~ 20.51%
B 92 of 117 ~ 78.63'%

%20.51
%78.63

CMYK color model

#01185C color CMYK value is (99,74,0,64).

  • cyan value is 98.91%
  • magenta value is 73.91%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK: (99,74,0,64) C99M74Y0K64 (99%,74%,0%,64%) (0.99/0.74/0.00/0.64) 

CMYK percentages

%98.91
%73.91
%0
%63.92

Codes

Color #01185C in popluar color models

01 18 5C
RGB 1 24 92
HSL 225° 97.85% 18.24%
HSB/HSV 225° 98.91% 36.08%
CMYK 98.91% 73.91% 0.00%
63.92%

Color #01185C in popluar number systems.

HEX 01 18 5C
Decimal 1 24 92
Binary 1 11000 1011100
Octal 1 30 134

Shades and tints

Shades of #01185C

#01185C
(1,24,92)
#011654
(1,22,84)
#01144C
(1,20,76)
#011244
(1,18,68)
#01103C
(1,16,60)
#010E34
(1,14,52)
#010C2C
(1,12,44)
#010A24
(1,10,36)
#01081C
(1,8,28)
#010614
(1,6,20)
#01040C
(1,4,12)
#000000
(0,0,0)

Tints of #01185C

#01185C
(1,24,92)
#182D6A
(24,45,106)
#2F4278
(47,66,120)
#465786
(70,87,134)
#5D6C94
(93,108,148)
#7481A2
(116,129,162)
#8B96B0
(139,150,176)
#A2ABBE
(162,171,190)
#B9C0CC
(185,192,204)
#D0D5DA
(208,213,218)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01185C color. Also use rgb(1,24,92) instead hex code.

Text Font Color

.myTextColor { color: #01185C; }

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

This text font color is #01185C.

Background Color

.myBgColor { background-color: #01185C; }

<div style="background-color:#01185C">Inner text</div>

This div background color is #01185C.

Border color

.myBorderColor { border: 1px solid #01185C; }

<div style="border:3px solid #01185C">Div</div>

This div border color is #01185C.

Opacity

.myOpacity80 { color: #01185C; opacity: 0.8; }

<p style="color:#01185C;opacity:0.8;">80%</p>

Text with #01185C 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 #01185C;}

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

This text has shadow with #01185C color.


.textShadow {text-shadow: 3px 3px 1px #01185C', 3px 3px 1px red;}

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

This text has shadow with #01185C primary color and red secondary color.


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

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

This text has shadow with #01185C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #01185C; -webkit-box-shadow: 1px 1px 3px 2px #01185C; box-shadow:1px 1px 3px 2px #01185C;">
Div content here
</div>

This div box has shadow with color #01185C.

Preview

Color preview on black background

This text has color #01185C on black background.


Color preview on white background

This text has color #01185C on white background.


Black color preview on #01185C background

This text has black color on #01185C background.


White color preview on #01185C background

This text has white color on #01185C background.


Related colors

Complementary color

Complementary color for #hex is #FEE7A3.


I love getcolorcode.com

Triadic colors

1 #5C0118 and #185C01 with #01185C are triadic colors.

2 #5C1801 and #18015C with #01185C are triadic colors.