COLOR #002142

HEX: #002142
RGB: (0,33,66)

Color info

#002142 contains only green and blue colors. Web safe color of #002142 is #003333 (or #033).

RGB color model

#002142 color RGB value is (0,33,66).

  • red value is 0;
  • green value is 33;
  • blue value is 66.
RGB:
(0,33,66)
(0%,13%,26%)

RGB channels and saturation

R 0 of 255 = 0%
G 33 of 255 = 13%
B 66 of 255 = 26%

0
33
66

R + G + B ~ 13%. #002142 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 33 + 66 = 99 (100%)
R 0 of 99 ~ 0%
G 33 of 99 ~ 33.33%
B 66 of 99 ~ 66.67%

%33.33
%66.67

CMYK color model

#002142 color CMYK value is (100,50,0,74).

  • cyan value is 100.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(100,50,0,74)
C100M50Y0K74 
(100%,50%,0%,74%)
(1.00/0.50/0.00/0.74)	

CMYK percentages

%100
%50
%0
%74.12

Codes

Color #002142 in popluar color models

002142
RGB03366
HSL210°100.00%12.94%
HSB/HSV210°100.00%25.88%
CMYK100.00%50.00%0.00%
74.12%

Color #002142 in popluar number systems.

HEX002142
Decimal03366
Binary01000011000010
Octal041102

Shades and tints

Shades of #002142

#002142
(0,33,66)
#001E3C
(0,30,60)
#001B36
(0,27,54)
#001830
(0,24,48)
#00152A
(0,21,42)
#001224
(0,18,36)
#000F1E
(0,15,30)
#000C18
(0,12,24)
#000912
(0,9,18)
#00060C
(0,6,12)
#000306
(0,3,6)
#000000
(0,0,0)

Tints of #002142

#002142
(0,33,66)
#173553
(23,53,83)
#2E4964
(46,73,100)
#455D75
(69,93,117)
#5C7186
(92,113,134)
#738597
(115,133,151)
#8A99A8
(138,153,168)
#A1ADB9
(161,173,185)
#B8C1CA
(184,193,202)
#CFD5DB
(207,213,219)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002142 color. Also use rgb(0,33,66) instead hex code.

Text Font Color

.myTextColor { color: #002142; }

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

This text font color is #002142.


Background Color

.myBgColor { background-color: #002142; }

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

This div background color is #002142.


Border color

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

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

This div border color is #002142.


Opacity

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

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

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

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

This text has shadow with #002142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002142 on black background.


Color preview on white background

This text has color #002142 on white background.



Black color preview on #002142 background

This text has black color on #002142 background.


White color preview on #002142 background

This text has white color on #002142 background.