COLOR #01009A

HEX: #01009A
RGB: (1,0,154)

Color info

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

RGB color model

#01009A color RGB value is (1,0,154).

  • red value is 1;
  • green value is 0;
  • blue value is 154.
RGB:
(1,0,154)
(0%,0%,60%)

RGB channels and saturation

R 1 of 255 = 0%
G 0 of 255 = 0%
B 154 of 255 = 60%

1
0
154

R + G + B ~ 20%. #01009A is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 0 + 154 = 155 (100%)
R 1 of 155 ~ 0.65%
G 0 of 155 ~ 0%
B 154 of 155 ~ 99.35%

%99.35

CMYK color model

#01009A color CMYK value is (99,100,0,40).

  • cyan value is 99.35%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(99,100,0,40)
C99M100Y0K40 
(99%,100%,0%,40%)
(0.99/1.00/0.00/0.40)	

CMYK percentages

%99.35
%100
%0
%39.61

Codes

Color #01009A in popluar color models

01009A
RGB10154
HSL240°100.00%30.20%
HSB/HSV240°100.00%60.39%
CMYK99.35%100.00%0.00%
39.61%

Color #01009A in popluar number systems.

HEX01009A
Decimal10154
Binary1010011010
Octal10232

Shades and tints

Shades of #01009A

#01009A
(1,0,154)
#01008C
(1,0,140)
#01007E
(1,0,126)
#010070
(1,0,112)
#010062
(1,0,98)
#010054
(1,0,84)
#010046
(1,0,70)
#010038
(1,0,56)
#01002A
(1,0,42)
#01001C
(1,0,28)
#01000E
(1,0,14)
#000000
(0,0,0)

Tints of #01009A

#01009A
(1,0,154)
#1817A3
(24,23,163)
#2F2EAC
(47,46,172)
#4645B5
(70,69,181)
#5D5CBE
(93,92,190)
#7473C7
(116,115,199)
#8B8AD0
(139,138,208)
#A2A1D9
(162,161,217)
#B9B8E2
(185,184,226)
#D0CFEB
(208,207,235)
#E7E6F4
(231,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01009A color. Also use rgb(1,0,154) instead hex code.

Text Font Color

.myTextColor { color: #01009A; }

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

This text font color is #01009A.


Background Color

.myBgColor { background-color: #01009A; }

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

This div background color is #01009A.


Border color

.myBorderColor { border: 1px solid #01009A; }

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

This div border color is #01009A.


Opacity

.myOpacity80 { color: #01009A; opacity: 0.8; }

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

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

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

This text has shadow with #01009A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01009A on black background.


Color preview on white background

This text has color #01009A on white background.



Black color preview on #01009A background

This text has black color on #01009A background.


White color preview on #01009A background

This text has white color on #01009A background.