COLOR #001438

HEX: #001438
RGB: (0,20,56)

Color info

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

RGB color model

#001438 color RGB value is (0,20,56).

  • red value is 0;
  • green value is 20;
  • blue value is 56.
RGB:
(0,20,56)
(0%,8%,22%)

RGB channels and saturation

R 0 of 255 = 0%
G 20 of 255 = 8%
B 56 of 255 = 22%

0
20
56

R + G + B ~ 10%. #001438 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 20 + 56 = 76 (100%)
R 0 of 76 ~ 0%
G 20 of 76 ~ 26.32%
B 56 of 76 ~ 73.68%

%26.32
%73.68

CMYK color model

#001438 color CMYK value is (100,64,0,78).

  • cyan value is 100.00%
  • magenta value is 64.29%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(100,64,0,78)
C100M64Y0K78 
(100%,64%,0%,78%)
(1.00/0.64/0.00/0.78)	

CMYK percentages

%100
%64.29
%0
%78.04

Codes

Color #001438 in popluar color models

001438
RGB02056
HSL219°100.00%10.98%
HSB/HSV219°100.00%21.96%
CMYK100.00%64.29%0.00%
78.04%

Color #001438 in popluar number systems.

HEX001438
Decimal02056
Binary010100111000
Octal02470

Shades and tints

Shades of #001438

#001438
(0,20,56)
#001333
(0,19,51)
#00122E
(0,18,46)
#001129
(0,17,41)
#001024
(0,16,36)
#000F1F
(0,15,31)
#000E1A
(0,14,26)
#000D15
(0,13,21)
#000C10
(0,12,16)
#000B0B
(0,11,11)
#000A06
(0,10,6)
#000000
(0,0,0)

Tints of #001438

#001438
(0,20,56)
#17294A
(23,41,74)
#2E3E5C
(46,62,92)
#45536E
(69,83,110)
#5C6880
(92,104,128)
#737D92
(115,125,146)
#8A92A4
(138,146,164)
#A1A7B6
(161,167,182)
#B8BCC8
(184,188,200)
#CFD1DA
(207,209,218)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001438 color. Also use rgb(0,20,56) instead hex code.

Text Font Color

.myTextColor { color: #001438; }

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

This text font color is #001438.


Background Color

.myBgColor { background-color: #001438; }

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

This div background color is #001438.


Border color

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

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

This div border color is #001438.


Opacity

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

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

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

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

This text has shadow with #001438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001438 on black background.


Color preview on white background

This text has color #001438 on white background.



Black color preview on #001438 background

This text has black color on #001438 background.


White color preview on #001438 background

This text has white color on #001438 background.