COLOR #002148

HEX: #002148
RGB: (0,33,72)

Color info

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

RGB color model

#002148 color RGB value is (0,33,72).

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

RGB channels and saturation

R 0 of 255 = 0%
G 33 of 255 = 13%
B 72 of 255 = 28%

0
33
72

R + G + B ~ 14%. #002148 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 33 + 72 = 105 (100%)
R 0 of 105 ~ 0%
G 33 of 105 ~ 31.43%
B 72 of 105 ~ 68.57%

%31.43
%68.57

CMYK color model

#002148 color CMYK value is (100,54,0,72).

  • cyan value is 100.00%
  • magenta value is 54.17%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(100,54,0,72)
C100M54Y0K72 
(100%,54%,0%,72%)
(1.00/0.54/0.00/0.72)	

CMYK percentages

%100
%54.17
%0
%71.76

Codes

Color #002148 in popluar color models

002148
RGB03372
HSL213°100.00%14.12%
HSB/HSV213°100.00%28.24%
CMYK100.00%54.17%0.00%
71.76%

Color #002148 in popluar number systems.

HEX002148
Decimal03372
Binary01000011001000
Octal041110

Shades and tints

Shades of #002148

#002148
(0,33,72)
#001E42
(0,30,66)
#001B3C
(0,27,60)
#001836
(0,24,54)
#001530
(0,21,48)
#00122A
(0,18,42)
#000F24
(0,15,36)
#000C1E
(0,12,30)
#000918
(0,9,24)
#000612
(0,6,18)
#00030C
(0,3,12)
#000000
(0,0,0)

Tints of #002148

#002148
(0,33,72)
#173558
(23,53,88)
#2E4968
(46,73,104)
#455D78
(69,93,120)
#5C7188
(92,113,136)
#738598
(115,133,152)
#8A99A8
(138,153,168)
#A1ADB8
(161,173,184)
#B8C1C8
(184,193,200)
#CFD5D8
(207,213,216)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002148; }

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

This text font color is #002148.


Background Color

.myBgColor { background-color: #002148; }

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

This div background color is #002148.


Border color

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

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

This div border color is #002148.


Opacity

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

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

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

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

This text has shadow with #002148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002148 on black background.


Color preview on white background

This text has color #002148 on white background.



Black color preview on #002148 background

This text has black color on #002148 background.


White color preview on #002148 background

This text has white color on #002148 background.