COLOR #011F61

HEX: #011F61
RGB: (1,31,97)

Color info

#011F61 contains mainly blue color. Web safe color of #011F61 is #003366 (or #036).

RGB color model

#011F61 color RGB value is (1,31,97).

  • red value is 1;
  • green value is 31;
  • blue value is 97.
RGB:
(1,31,97)
(0%,12%,38%)

RGB channels and saturation

R 1 of 255 = 0%
G 31 of 255 = 12%
B 97 of 255 = 38%

1
31
97

R + G + B ~ 17%. #011F61 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 31 + 97 = 129 (100%)
R 1 of 129 ~ 0.78%
G 31 of 129 ~ 24.03%
B 97 of 129 ~ 75.19%

%24.03
%75.19

CMYK color model

#011F61 color CMYK value is (99,68,0,62).

  • cyan value is 98.97%
  • magenta value is 68.04%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(99,68,0,62)
C99M68Y0K62 
(99%,68%,0%,62%)
(0.99/0.68/0.00/0.62)	

CMYK percentages

%98.97
%68.04
%0
%61.96

Codes

Color #011F61 in popluar color models

011F61
RGB13197
HSL221°97.96%19.22%
HSB/HSV221°98.97%38.04%
CMYK98.97%68.04%0.00%
61.96%

Color #011F61 in popluar number systems.

HEX011F61
Decimal13197
Binary1111111100001
Octal137141

Shades and tints

Shades of #011F61

#011F61
(1,31,97)
#011D59
(1,29,89)
#011B51
(1,27,81)
#011949
(1,25,73)
#011741
(1,23,65)
#011539
(1,21,57)
#011331
(1,19,49)
#011129
(1,17,41)
#010F21
(1,15,33)
#010D19
(1,13,25)
#010B11
(1,11,17)
#000000
(0,0,0)

Tints of #011F61

#011F61
(1,31,97)
#18336F
(24,51,111)
#2F477D
(47,71,125)
#465B8B
(70,91,139)
#5D6F99
(93,111,153)
#7483A7
(116,131,167)
#8B97B5
(139,151,181)
#A2ABC3
(162,171,195)
#B9BFD1
(185,191,209)
#D0D3DF
(208,211,223)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011F61 color. Also use rgb(1,31,97) instead hex code.

Text Font Color

.myTextColor { color: #011F61; }

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

This text font color is #011F61.


Background Color

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

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

This div background color is #011F61.


Border color

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

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

This div border color is #011F61.


Opacity

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

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

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

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

This text has shadow with #011F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011F61 on black background.


Color preview on white background

This text has color #011F61 on white background.



Black color preview on #011F61 background

This text has black color on #011F61 background.


White color preview on #011F61 background

This text has white color on #011F61 background.