COLOR #002130

HEX: #002130
RGB: (0,33,48)

Color info

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

RGB color model

#002130 color RGB value is (0,33,48).

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

RGB channels and saturation

R 0 of 255 = 0%
G 33 of 255 = 13%
B 48 of 255 = 19%

0
33
48

R + G + B ~ 11%. #002130 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 33 + 48 = 81 (100%)
R 0 of 81 ~ 0%
G 33 of 81 ~ 40.74%
B 48 of 81 ~ 59.26%

%40.74
%59.26

CMYK color model

#002130 color CMYK value is (100,31,0,81).

  • cyan value is 100.00%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(100,31,0,81)
C100M31Y0K81 
(100%,31%,0%,81%)
(1.00/0.31/0.00/0.81)	

CMYK percentages

%100
%31.25
%0
%81.18

Codes

Color #002130 in popluar color models

002130
RGB03348
HSL199°100.00%9.41%
HSB/HSV199°100.00%18.82%
CMYK100.00%31.25%0.00%
81.18%

Color #002130 in popluar number systems.

HEX002130
Decimal03348
Binary0100001110000
Octal04160

Shades and tints

Shades of #002130

#002130
(0,33,48)
#001E2C
(0,30,44)
#001B28
(0,27,40)
#001824
(0,24,36)
#001520
(0,21,32)
#00121C
(0,18,28)
#000F18
(0,15,24)
#000C14
(0,12,20)
#000910
(0,9,16)
#00060C
(0,6,12)
#000308
(0,3,8)
#000000
(0,0,0)

Tints of #002130

#002130
(0,33,48)
#173542
(23,53,66)
#2E4954
(46,73,84)
#455D66
(69,93,102)
#5C7178
(92,113,120)
#73858A
(115,133,138)
#8A999C
(138,153,156)
#A1ADAE
(161,173,174)
#B8C1C0
(184,193,192)
#CFD5D2
(207,213,210)
#E6E9E4
(230,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002130; }

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

This text font color is #002130.


Background Color

.myBgColor { background-color: #002130; }

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

This div background color is #002130.


Border color

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

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

This div border color is #002130.


Opacity

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

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

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

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

This text has shadow with #002130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002130 on black background.


Color preview on white background

This text has color #002130 on white background.



Black color preview on #002130 background

This text has black color on #002130 background.


White color preview on #002130 background

This text has white color on #002130 background.