COLOR #001B03

HEX: #001B03
RGB: (0,27,3)

Color info

#001B03 contains only green and blue colors. Web safe color of #001B03 is #003300 (or #030).

RGB color model

#001B03 color RGB value is (0,27,3).

  • red value is 0;
  • green value is 27;
  • blue value is 3.
RGB:
(0,27,3)
(0%,11%,1%)

RGB channels and saturation

R 0 of 255 = 0%
G 27 of 255 = 11%
B 3 of 255 = 1%

0
27
3

R + G + B ~ 4%. #001B03 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 27 + 3 = 30 (100%)
R 0 of 30 ~ 0%
G 27 of 30 ~ 90%
B 3 of 30 ~ 10%

%90
%10

CMYK color model

#001B03 color CMYK value is (100,0,89,89).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 88.89%
  • key color value is 89.41%
CMYK:
(100,0,89,89)
C100M0Y89K89 
(100%,0%,89%,89%)
(1.00/0.00/0.89/0.89)	

CMYK percentages

%100
%0
%88.89
%89.41

Codes

Color #001B03 in popluar color models

001B03
RGB0273
HSL127°100.00%5.29%
HSB/HSV127°100.00%10.59%
CMYK100.00%0.00%88.89%
89.41%

Color #001B03 in popluar number systems.

HEX001B03
Decimal0273
Binary01101111
Octal0333

Shades and tints

Shades of #001B03

#001B03
(0,27,3)
#001903
(0,25,3)
#001703
(0,23,3)
#001503
(0,21,3)
#001303
(0,19,3)
#001103
(0,17,3)
#000F03
(0,15,3)
#000D03
(0,13,3)
#000B03
(0,11,3)
#000903
(0,9,3)
#000703
(0,7,3)
#000000
(0,0,0)

Tints of #001B03

#001B03
(0,27,3)
#172F19
(23,47,25)
#2E432F
(46,67,47)
#455745
(69,87,69)
#5C6B5B
(92,107,91)
#737F71
(115,127,113)
#8A9387
(138,147,135)
#A1A79D
(161,167,157)
#B8BBB3
(184,187,179)
#CFCFC9
(207,207,201)
#E6E3DF
(230,227,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001B03 color. Also use rgb(0,27,3) instead hex code.

Text Font Color

.myTextColor { color: #001B03; }

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

This text font color is #001B03.


Background Color

.myBgColor { background-color: #001B03; }

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

This div background color is #001B03.


Border color

.myBorderColor { border: 1px solid #001B03; }

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

This div border color is #001B03.


Opacity

.myOpacity80 { color: #001B03; opacity: 0.8; }

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

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

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

This text has shadow with #001B03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001B03 on black background.


Color preview on white background

This text has color #001B03 on white background.



Black color preview on #001B03 background

This text has black color on #001B03 background.


White color preview on #001B03 background

This text has white color on #001B03 background.