COLOR #001346

HEX: #001346
RGB: (0,19,70)

Color info

#001346 contains only green and blue colors. Web safe color of #001346 is #000033 (or #003).

RGB color model

#001346 color RGB value is (0,19,70).

  • red value is 0;
  • green value is 19;
  • blue value is 70.
RGB:
(0,19,70)
(0%,7%,27%)

RGB channels and saturation

R 0 of 255 = 0%
G 19 of 255 = 7%
B 70 of 255 = 27%

0
19
70

R + G + B ~ 11%. #001346 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 19 + 70 = 89 (100%)
R 0 of 89 ~ 0%
G 19 of 89 ~ 21.35%
B 70 of 89 ~ 78.65%

%21.35
%78.65

CMYK color model

#001346 color CMYK value is (100,73,0,73).

  • cyan value is 100.00%
  • magenta value is 72.86%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(100,73,0,73)
C100M73Y0K73 
(100%,73%,0%,73%)
(1.00/0.73/0.00/0.73)	

CMYK percentages

%100
%72.86
%0
%72.55

Codes

Color #001346 in popluar color models

001346
RGB01970
HSL224°100.00%13.73%
HSB/HSV224°100.00%27.45%
CMYK100.00%72.86%0.00%
72.55%

Color #001346 in popluar number systems.

HEX001346
Decimal01970
Binary0100111000110
Octal023106

Shades and tints

Shades of #001346

#001346
(0,19,70)
#001240
(0,18,64)
#00113A
(0,17,58)
#001034
(0,16,52)
#000F2E
(0,15,46)
#000E28
(0,14,40)
#000D22
(0,13,34)
#000C1C
(0,12,28)
#000B16
(0,11,22)
#000A10
(0,10,16)
#00090A
(0,9,10)
#000000
(0,0,0)

Tints of #001346

#001346
(0,19,70)
#172856
(23,40,86)
#2E3D66
(46,61,102)
#455276
(69,82,118)
#5C6786
(92,103,134)
#737C96
(115,124,150)
#8A91A6
(138,145,166)
#A1A6B6
(161,166,182)
#B8BBC6
(184,187,198)
#CFD0D6
(207,208,214)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001346 color. Also use rgb(0,19,70) instead hex code.

Text Font Color

.myTextColor { color: #001346; }

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

This text font color is #001346.


Background Color

.myBgColor { background-color: #001346; }

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

This div background color is #001346.


Border color

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

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

This div border color is #001346.


Opacity

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

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

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

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

This text has shadow with #001346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001346 on black background.


Color preview on white background

This text has color #001346 on white background.



Black color preview on #001346 background

This text has black color on #001346 background.


White color preview on #001346 background

This text has white color on #001346 background.