COLOR #010B4D

HEX: #010B4D
RGB: (1,11,77)

Color info

#010B4D contains mainly blue color. Web safe color of #010B4D is #000033 (or #003).

RGB color model

#010B4D color RGB value is (1,11,77).

  • red value is 1;
  • green value is 11;
  • blue value is 77.
RGB:
(1,11,77)
(0%,4%,30%)

RGB channels and saturation

R 1 of 255 = 0%
G 11 of 255 = 4%
B 77 of 255 = 30%

1
11
77

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

Portions of RGB colors in percentages

R + G + B =
1 + 11 + 77 = 89 (100%)
R 1 of 89 ~ 1.12%
G 11 of 89 ~ 12.36%
B 77 of 89 ~ 86.52%

%12.36
%86.52

CMYK color model

#010B4D color CMYK value is (99,86,0,70).

  • cyan value is 98.70%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(99,86,0,70)
C99M86Y0K70 
(99%,86%,0%,70%)
(0.99/0.86/0.00/0.70)	

CMYK percentages

%98.7
%85.71
%0
%69.8

Codes

Color #010B4D in popluar color models

010B4D
RGB11177
HSL232°97.44%15.29%
HSB/HSV232°98.70%30.20%
CMYK98.70%85.71%0.00%
69.80%

Color #010B4D in popluar number systems.

HEX010B4D
Decimal11177
Binary110111001101
Octal113115

Shades and tints

Shades of #010B4D

#010B4D
(1,11,77)
#010A46
(1,10,70)
#01093F
(1,9,63)
#010838
(1,8,56)
#010731
(1,7,49)
#01062A
(1,6,42)
#010523
(1,5,35)
#01041C
(1,4,28)
#010315
(1,3,21)
#01020E
(1,2,14)
#010107
(1,1,7)
#000000
(0,0,0)

Tints of #010B4D

#010B4D
(1,11,77)
#18215D
(24,33,93)
#2F376D
(47,55,109)
#464D7D
(70,77,125)
#5D638D
(93,99,141)
#74799D
(116,121,157)
#8B8FAD
(139,143,173)
#A2A5BD
(162,165,189)
#B9BBCD
(185,187,205)
#D0D1DD
(208,209,221)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010B4D color. Also use rgb(1,11,77) instead hex code.

Text Font Color

.myTextColor { color: #010B4D; }

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

This text font color is #010B4D.


Background Color

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

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

This div background color is #010B4D.


Border color

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

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

This div border color is #010B4D.


Opacity

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

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

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

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

This text has shadow with #010B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010B4D on black background.


Color preview on white background

This text has color #010B4D on white background.



Black color preview on #010B4D background

This text has black color on #010B4D background.


White color preview on #010B4D background

This text has white color on #010B4D background.