COLOR #001038

HEX: #001038
RGB: (0,16,56)

Color info

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

RGB color model

#001038 color RGB value is (0,16,56).

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

RGB channels and saturation

R 0 of 255 = 0%
G 16 of 255 = 6%
B 56 of 255 = 22%

0
16
56

R + G + B ~ 9%. #001038 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 16 + 56 = 72 (100%)
R 0 of 72 ~ 0%
G 16 of 72 ~ 22.22%
B 56 of 72 ~ 77.78%

%22.22
%77.78

CMYK color model

#001038 color CMYK value is (100,71,0,78).

  • cyan value is 100.00%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(100,71,0,78)
C100M71Y0K78 
(100%,71%,0%,78%)
(1.00/0.71/0.00/0.78)	

CMYK percentages

%100
%71.43
%0
%78.04

Codes

Color #001038 in popluar color models

001038
RGB01656
HSL223°100.00%10.98%
HSB/HSV223°100.00%21.96%
CMYK100.00%71.43%0.00%
78.04%

Color #001038 in popluar number systems.

HEX001038
Decimal01656
Binary010000111000
Octal02070

Shades and tints

Shades of #001038

#001038
(0,16,56)
#000F33
(0,15,51)
#000E2E
(0,14,46)
#000D29
(0,13,41)
#000C24
(0,12,36)
#000B1F
(0,11,31)
#000A1A
(0,10,26)
#000915
(0,9,21)
#000810
(0,8,16)
#00070B
(0,7,11)
#000606
(0,6,6)
#000000
(0,0,0)

Tints of #001038

#001038
(0,16,56)
#17254A
(23,37,74)
#2E3A5C
(46,58,92)
#454F6E
(69,79,110)
#5C6480
(92,100,128)
#737992
(115,121,146)
#8A8EA4
(138,142,164)
#A1A3B6
(161,163,182)
#B8B8C8
(184,184,200)
#CFCDDA
(207,205,218)
#E6E2EC
(230,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001038; }

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

This text font color is #001038.


Background Color

.myBgColor { background-color: #001038; }

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

This div background color is #001038.


Border color

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

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

This div border color is #001038.


Opacity

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

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

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

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

This text has shadow with #001038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001038 on black background.


Color preview on white background

This text has color #001038 on white background.



Black color preview on #001038 background

This text has black color on #001038 background.


White color preview on #001038 background

This text has white color on #001038 background.