COLOR #05090B

HEX: #05090B
RGB: (5,9,11)

Color info

#05090B contains red, green and blue colors in about the same proportion. Web safe color of #05090B is #000000 (or #000).

RGB color model

#05090B color RGB value is (5,9,11).

  • red value is 5;
  • green value is 9;
  • blue value is 11.
RGB:
(5,9,11)
(2%,4%,4%)

RGB channels and saturation

R 5 of 255 = 2%
G 9 of 255 = 4%
B 11 of 255 = 4%

5
9
11

R + G + B ~ 3%. #05090B is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 9 + 11 = 25 (100%)
R 5 of 25 ~ 20%
G 9 of 25 ~ 36%
B 11 of 25 ~ 44%

%20
%36
%44

CMYK color model

#05090B color CMYK value is (55,18,0,96).

  • cyan value is 54.55%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 95.69%
CMYK:
(55,18,0,96)
C55M18Y0K96 
(55%,18%,0%,96%)
(0.55/0.18/0.00/0.96)	

CMYK percentages

%54.55
%18.18
%0
%95.69

Codes

Color #05090B in popluar color models

05090B
RGB5911
HSL200°37.50%3.14%
HSB/HSV200°54.55%4.31%
CMYK54.55%18.18%0.00%
95.69%

Color #05090B in popluar number systems.

HEX05090B
Decimal5911
Binary10110011011
Octal51113

Shades and tints

Shades of #05090B

#05090B
(5,9,11)
#05090A
(5,9,10)
#050909
(5,9,9)
#050908
(5,9,8)
#050907
(5,9,7)
#050906
(5,9,6)
#050905
(5,9,5)
#050904
(5,9,4)
#050903
(5,9,3)
#050902
(5,9,2)
#050901
(5,9,1)
#000000
(0,0,0)

Tints of #05090B

#05090B
(5,9,11)
#1B1F21
(27,31,33)
#313537
(49,53,55)
#474B4D
(71,75,77)
#5D6163
(93,97,99)
#737779
(115,119,121)
#898D8F
(137,141,143)
#9FA3A5
(159,163,165)
#B5B9BB
(181,185,187)
#CBCFD1
(203,207,209)
#E1E5E7
(225,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05090B color. Also use rgb(5,9,11) instead hex code.

Text Font Color

.myTextColor { color: #05090B; }

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

This text font color is #05090B.


Background Color

.myBgColor { background-color: #05090B; }

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

This div background color is #05090B.


Border color

.myBorderColor { border: 1px solid #05090B; }

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

This div border color is #05090B.


Opacity

.myOpacity80 { color: #05090B; opacity: 0.8; }

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

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

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

This text has shadow with #05090B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05090B on black background.


Color preview on white background

This text has color #05090B on white background.



Black color preview on #05090B background

This text has black color on #05090B background.


White color preview on #05090B background

This text has white color on #05090B background.