COLOR #001130

HEX: #001130
RGB: (0,17,48)

Color info

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

RGB color model

#001130 color RGB value is (0,17,48).

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

RGB channels and saturation

R 0 of 255 = 0%
G 17 of 255 = 7%
B 48 of 255 = 19%

0
17
48

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

Portions of RGB colors in percentages

R + G + B =
0 + 17 + 48 = 65 (100%)
R 0 of 65 ~ 0%
G 17 of 65 ~ 26.15%
B 48 of 65 ~ 73.85%

%26.15
%73.85

CMYK color model

#001130 color CMYK value is (100,65,0,81).

  • cyan value is 100.00%
  • magenta value is 64.58%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(100,65,0,81)
C100M65Y0K81 
(100%,65%,0%,81%)
(1.00/0.65/0.00/0.81)	

CMYK percentages

%100
%64.58
%0
%81.18

Codes

Color #001130 in popluar color models

001130
RGB01748
HSL219°100.00%9.41%
HSB/HSV219°100.00%18.82%
CMYK100.00%64.58%0.00%
81.18%

Color #001130 in popluar number systems.

HEX001130
Decimal01748
Binary010001110000
Octal02160

Shades and tints

Shades of #001130

#001130
(0,17,48)
#00102C
(0,16,44)
#000F28
(0,15,40)
#000E24
(0,14,36)
#000D20
(0,13,32)
#000C1C
(0,12,28)
#000B18
(0,11,24)
#000A14
(0,10,20)
#000910
(0,9,16)
#00080C
(0,8,12)
#000708
(0,7,8)
#000000
(0,0,0)

Tints of #001130

#001130
(0,17,48)
#172642
(23,38,66)
#2E3B54
(46,59,84)
#455066
(69,80,102)
#5C6578
(92,101,120)
#737A8A
(115,122,138)
#8A8F9C
(138,143,156)
#A1A4AE
(161,164,174)
#B8B9C0
(184,185,192)
#CFCED2
(207,206,210)
#E6E3E4
(230,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001130; }

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

This text font color is #001130.


Background Color

.myBgColor { background-color: #001130; }

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

This div background color is #001130.


Border color

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

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

This div border color is #001130.


Opacity

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

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

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

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

This text has shadow with #001130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001130 on black background.


Color preview on white background

This text has color #001130 on white background.



Black color preview on #001130 background

This text has black color on #001130 background.


White color preview on #001130 background

This text has white color on #001130 background.