COLOR #001530

HEX: #001530
RGB: (0,21,48)

Color info

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

RGB color model

#001530 color RGB value is (0,21,48).

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

RGB channels and saturation

R 0 of 255 = 0%
G 21 of 255 = 8%
B 48 of 255 = 19%

0
21
48

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

Portions of RGB colors in percentages

R + G + B =
0 + 21 + 48 = 69 (100%)
R 0 of 69 ~ 0%
G 21 of 69 ~ 30.43%
B 48 of 69 ~ 69.57%

%30.43
%69.57

CMYK color model

#001530 color CMYK value is (100,56,0,81).

  • cyan value is 100.00%
  • magenta value is 56.25%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(100,56,0,81)
C100M56Y0K81 
(100%,56%,0%,81%)
(1.00/0.56/0.00/0.81)	

CMYK percentages

%100
%56.25
%0
%81.18

Codes

Color #001530 in popluar color models

001530
RGB02148
HSL214°100.00%9.41%
HSB/HSV214°100.00%18.82%
CMYK100.00%56.25%0.00%
81.18%

Color #001530 in popluar number systems.

HEX001530
Decimal02148
Binary010101110000
Octal02560

Shades and tints

Shades of #001530

#001530
(0,21,48)
#00142C
(0,20,44)
#001328
(0,19,40)
#001224
(0,18,36)
#001120
(0,17,32)
#00101C
(0,16,28)
#000F18
(0,15,24)
#000E14
(0,14,20)
#000D10
(0,13,16)
#000C0C
(0,12,12)
#000B08
(0,11,8)
#000000
(0,0,0)

Tints of #001530

#001530
(0,21,48)
#172A42
(23,42,66)
#2E3F54
(46,63,84)
#455466
(69,84,102)
#5C6978
(92,105,120)
#737E8A
(115,126,138)
#8A939C
(138,147,156)
#A1A8AE
(161,168,174)
#B8BDC0
(184,189,192)
#CFD2D2
(207,210,210)
#E6E7E4
(230,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001530; }

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

This text font color is #001530.


Background Color

.myBgColor { background-color: #001530; }

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

This div background color is #001530.


Border color

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

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

This div border color is #001530.


Opacity

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

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

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

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

This text has shadow with #001530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001530 on black background.


Color preview on white background

This text has color #001530 on white background.



Black color preview on #001530 background

This text has black color on #001530 background.


White color preview on #001530 background

This text has white color on #001530 background.