COLOR #011985

HEX: #011985
RGB: (1,25,133)

Color info

#011985 contains mainly blue color. Web safe color of #011985 is #000099 (or #009).

RGB color model

#011985 color RGB value is (1,25,133).

  • red value is 1;
  • green value is 25;
  • blue value is 133.
RGB:
(1,25,133)
(0%,10%,52%)

RGB channels and saturation

R 1 of 255 = 0%
G 25 of 255 = 10%
B 133 of 255 = 52%

1
25
133

R + G + B ~ 21%. #011985 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 25 + 133 = 159 (100%)
R 1 of 159 ~ 0.63%
G 25 of 159 ~ 15.72%
B 133 of 159 ~ 83.65%

%15.72
%83.65

CMYK color model

#011985 color CMYK value is (99,81,0,48).

  • cyan value is 99.25%
  • magenta value is 81.20%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(99,81,0,48)
C99M81Y0K48 
(99%,81%,0%,48%)
(0.99/0.81/0.00/0.48)	

CMYK percentages

%99.25
%81.2
%0
%47.84

Codes

Color #011985 in popluar color models

011985
RGB125133
HSL229°98.51%26.27%
HSB/HSV229°99.25%52.16%
CMYK99.25%81.20%0.00%
47.84%

Color #011985 in popluar number systems.

HEX011985
Decimal125133
Binary11100110000101
Octal131205

Shades and tints

Shades of #011985

#011985
(1,25,133)
#011779
(1,23,121)
#01156D
(1,21,109)
#011361
(1,19,97)
#011155
(1,17,85)
#010F49
(1,15,73)
#010D3D
(1,13,61)
#010B31
(1,11,49)
#010925
(1,9,37)
#010719
(1,7,25)
#01050D
(1,5,13)
#000000
(0,0,0)

Tints of #011985

#011985
(1,25,133)
#182D90
(24,45,144)
#2F419B
(47,65,155)
#4655A6
(70,85,166)
#5D69B1
(93,105,177)
#747DBC
(116,125,188)
#8B91C7
(139,145,199)
#A2A5D2
(162,165,210)
#B9B9DD
(185,185,221)
#D0CDE8
(208,205,232)
#E7E1F3
(231,225,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011985 color. Also use rgb(1,25,133) instead hex code.

Text Font Color

.myTextColor { color: #011985; }

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

This text font color is #011985.


Background Color

.myBgColor { background-color: #011985; }

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

This div background color is #011985.


Border color

.myBorderColor { border: 1px solid #011985; }

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

This div border color is #011985.


Opacity

.myOpacity80 { color: #011985; opacity: 0.8; }

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

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

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

This text has shadow with #011985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #011985 on black background.


Color preview on white background

This text has color #011985 on white background.



Black color preview on #011985 background

This text has black color on #011985 background.


White color preview on #011985 background

This text has white color on #011985 background.