COLOR #011B9F

HEX: #011B9F RGB: (1,27,159)

Color info

#011B9F contains mainly blue color. Web safe color of #011B9F is #003399 (or #039).

RGB color model

#011B9F color RGB value is (1,27,159).

RGB: (1,27,159) (0%, 11%, 62%)

RGB channels and saturation

R 1 of 255 = 0%
G 27 of 255 = 11%
B 159 of 255 = 62%

1
27
159

R + G + B ~ 24%. #011B9F is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 27 + 159 = 187 (100%)
R 1 of 187 ~ 0.53%
G 27 of 187 ~ 14.44%
B 159 of 187 ~ 85.03'%

%14.44
%85.03

CMYK color model

#011B9F color CMYK value is (99,83,0,38).

  • cyan value is 99.37%
  • magenta value is 83.02%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (99,83,0,38)
C99M83Y0K38 (99%, 83%, 0%, 38%)
(0.99 / 0.83 / 0.00 / 0.38)

CMYK percentages

%99.37
%83.02
%0
%37.65

Codes

Color #011B9F in popluar color models

01 1B 9F
RGB 1 27 159
HSL 230° 98.75% 31.37%
HSB/HSV 230° 99.37% 62.35%
CMYK 99.37% 83.02% 0.00%
37.65%

Color #011B9F in popluar number systems.

HEX 01 1B 9F
Decimal 1 27 159
Binary 1 11011 10011111
Octal 1 33 237

Shades and tints

Shades of #011B9F

#011B9F
(1,27,159)
#011991
(1,25,145)
#011783
(1,23,131)
#011575
(1,21,117)
#011367
(1,19,103)
#011159
(1,17,89)
#010F4B
(1,15,75)
#010D3D
(1,13,61)
#010B2F
(1,11,47)
#010921
(1,9,33)
#010713
(1,7,19)
#000000
(0,0,0)

Tints of #011B9F

#011B9F
(1,27,159)
#182FA7
(24,47,167)
#2F43AF
(47,67,175)
#4657B7
(70,87,183)
#5D6BBF
(93,107,191)
#747FC7
(116,127,199)
#8B93CF
(139,147,207)
#A2A7D7
(162,167,215)
#B9BBDF
(185,187,223)
#D0CFE7
(208,207,231)
#E7E3EF
(231,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011B9F color. Also use rgb(1,27,159) instead hex code.

Text Font Color

.myTextColor { color: #011B9F; }

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

This text font color is #011B9F.

Background Color

.myBgColor { background-color: #011B9F; }

<div style="background-color:#011B9F">Inner text</div>

This div background color is #011B9F.

Border color

.myBorderColor { border: 1px solid #011B9F; }

<div style="border:3px solid #011B9F">Div</div>

This div border color is #011B9F.

Opacity

.myOpacity80 { color: #011B9F; opacity: 0.8; }

<p style="color:#011B9F;opacity:0.8;">80%</p>

Text with #011B9F 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 #011B9F;}

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

This text has shadow with #011B9F color.


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

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

This text has shadow with #011B9F primary color and red secondary color.


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

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

This text has shadow with #011B9F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #011B9F.

Preview

Color preview on black background

This text has color #011B9F on black background.


Color preview on white background

This text has color #011B9F on white background.


Black color preview on #011B9F background

This text has black color on #011B9F background.


White color preview on #011B9F background

This text has white color on #011B9F background.


Related colors

Complementary color

Complementary color for #hex is #FEE460.


I love getcolorcode.com

Triadic colors

1 #9F011B and #1B9F01 with #011B9F are triadic colors.

2 #9F1B01 and #1B019F with #011B9F are triadic colors.