COLOR #010D30

HEX: #010D30
RGB: (1,13,48)

Color info

#010D30 contains red, green and blue colors in about the same proportion. Web safe color of #010D30 is #000033 (or #003).

RGB color model

#010D30 color RGB value is (1,13,48).

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

RGB channels and saturation

R 1 of 255 = 0%
G 13 of 255 = 5%
B 48 of 255 = 19%

1
13
48

R + G + B ~ 8%. #010D30 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 13 + 48 = 62 (100%)
R 1 of 62 ~ 1.61%
G 13 of 62 ~ 20.97%
B 48 of 62 ~ 77.42%

%20.97
%77.42

CMYK color model

#010D30 color CMYK value is (98,73,0,81).

  • cyan value is 97.92%
  • magenta value is 72.92%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(98,73,0,81)
C98M73Y0K81 
(98%,73%,0%,81%)
(0.98/0.73/0.00/0.81)	

CMYK percentages

%97.92
%72.92
%0
%81.18

Codes

Color #010D30 in popluar color models

010D30
RGB11348
HSL225°95.92%9.61%
HSB/HSV225°97.92%18.82%
CMYK97.92%72.92%0.00%
81.18%

Color #010D30 in popluar number systems.

HEX010D30
Decimal11348
Binary11101110000
Octal11560

Shades and tints

Shades of #010D30

#010D30
(1,13,48)
#010C2C
(1,12,44)
#010B28
(1,11,40)
#010A24
(1,10,36)
#010920
(1,9,32)
#01081C
(1,8,28)
#010718
(1,7,24)
#010614
(1,6,20)
#010510
(1,5,16)
#01040C
(1,4,12)
#010308
(1,3,8)
#000000
(0,0,0)

Tints of #010D30

#010D30
(1,13,48)
#182342
(24,35,66)
#2F3954
(47,57,84)
#464F66
(70,79,102)
#5D6578
(93,101,120)
#747B8A
(116,123,138)
#8B919C
(139,145,156)
#A2A7AE
(162,167,174)
#B9BDC0
(185,189,192)
#D0D3D2
(208,211,210)
#E7E9E4
(231,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010D30 color. Also use rgb(1,13,48) instead hex code.

Text Font Color

.myTextColor { color: #010D30; }

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

This text font color is #010D30.


Background Color

.myBgColor { background-color: #010D30; }

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

This div background color is #010D30.


Border color

.myBorderColor { border: 1px solid #010D30; }

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

This div border color is #010D30.


Opacity

.myOpacity80 { color: #010D30; opacity: 0.8; }

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

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

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

This text has shadow with #010D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010D30 on black background.


Color preview on white background

This text has color #010D30 on white background.



Black color preview on #010D30 background

This text has black color on #010D30 background.


White color preview on #010D30 background

This text has white color on #010D30 background.