COLOR #010A37

HEX: #010A37
RGB: (1,10,55)

Color info

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

RGB color model

#010A37 color RGB value is (1,10,55).

  • red value is 1;
  • green value is 10;
  • blue value is 55.
RGB:
(1,10,55)
(0%,4%,22%)

RGB channels and saturation

R 1 of 255 = 0%
G 10 of 255 = 4%
B 55 of 255 = 22%

1
10
55

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

Portions of RGB colors in percentages

R + G + B =
1 + 10 + 55 = 66 (100%)
R 1 of 66 ~ 1.52%
G 10 of 66 ~ 15.15%
B 55 of 66 ~ 83.33%

%15.15
%83.33

CMYK color model

#010A37 color CMYK value is (98,82,0,78).

  • cyan value is 98.18%
  • magenta value is 81.82%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(98,82,0,78)
C98M82Y0K78 
(98%,82%,0%,78%)
(0.98/0.82/0.00/0.78)	

CMYK percentages

%98.18
%81.82
%0
%78.43

Codes

Color #010A37 in popluar color models

010A37
RGB11055
HSL230°96.43%10.98%
HSB/HSV230°98.18%21.57%
CMYK98.18%81.82%0.00%
78.43%

Color #010A37 in popluar number systems.

HEX010A37
Decimal11055
Binary11010110111
Octal11267

Shades and tints

Shades of #010A37

#010A37
(1,10,55)
#010A32
(1,10,50)
#010A2D
(1,10,45)
#010A28
(1,10,40)
#010A23
(1,10,35)
#010A1E
(1,10,30)
#010A19
(1,10,25)
#010A14
(1,10,20)
#010A0F
(1,10,15)
#010A0A
(1,10,10)
#010A05
(1,10,5)
#000000
(0,0,0)

Tints of #010A37

#010A37
(1,10,55)
#182049
(24,32,73)
#2F365B
(47,54,91)
#464C6D
(70,76,109)
#5D627F
(93,98,127)
#747891
(116,120,145)
#8B8EA3
(139,142,163)
#A2A4B5
(162,164,181)
#B9BAC7
(185,186,199)
#D0D0D9
(208,208,217)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010A37 color. Also use rgb(1,10,55) instead hex code.

Text Font Color

.myTextColor { color: #010A37; }

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

This text font color is #010A37.


Background Color

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

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

This div background color is #010A37.


Border color

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

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

This div border color is #010A37.


Opacity

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

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

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

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

This text has shadow with #010A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010A37 on black background.


Color preview on white background

This text has color #010A37 on white background.



Black color preview on #010A37 background

This text has black color on #010A37 background.


White color preview on #010A37 background

This text has white color on #010A37 background.