COLOR #000138

HEX: #000138
RGB: (0,1,56)

Color info

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

RGB color model

#000138 color RGB value is (0,1,56).

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

RGB channels and saturation

R 0 of 255 = 0%
G 1 of 255 = 0%
B 56 of 255 = 22%

0
1
56

R + G + B ~ 7%. #000138 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 1 + 56 = 57 (100%)
R 0 of 57 ~ 0%
G 1 of 57 ~ 1.75%
B 56 of 57 ~ 98.25%

%98.25

CMYK color model

#000138 color CMYK value is (100,98,0,78).

  • cyan value is 100.00%
  • magenta value is 98.21%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(100,98,0,78)
C100M98Y0K78 
(100%,98%,0%,78%)
(1.00/0.98/0.00/0.78)	

CMYK percentages

%100
%98.21
%0
%78.04

Codes

Color #000138 in popluar color models

000138
RGB0156
HSL239°100.00%10.98%
HSB/HSV239°100.00%21.96%
CMYK100.00%98.21%0.00%
78.04%

Color #000138 in popluar number systems.

HEX000138
Decimal0156
Binary01111000
Octal0170

Shades and tints

Shades of #000138

#000138
(0,1,56)
#000133
(0,1,51)
#00012E
(0,1,46)
#000129
(0,1,41)
#000124
(0,1,36)
#00011F
(0,1,31)
#00011A
(0,1,26)
#000115
(0,1,21)
#000110
(0,1,16)
#00010B
(0,1,11)
#000106
(0,1,6)
#000000
(0,0,0)

Tints of #000138

#000138
(0,1,56)
#17184A
(23,24,74)
#2E2F5C
(46,47,92)
#45466E
(69,70,110)
#5C5D80
(92,93,128)
#737492
(115,116,146)
#8A8BA4
(138,139,164)
#A1A2B6
(161,162,182)
#B8B9C8
(184,185,200)
#CFD0DA
(207,208,218)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000138; }

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

This text font color is #000138.


Background Color

.myBgColor { background-color: #000138; }

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

This div background color is #000138.


Border color

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

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

This div border color is #000138.


Opacity

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

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

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

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

This text has shadow with #000138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000138 on black background.


Color preview on white background

This text has color #000138 on white background.



Black color preview on #000138 background

This text has black color on #000138 background.


White color preview on #000138 background

This text has white color on #000138 background.