COLOR #0B2430

HEX: #0B2430
RGB: (11,36,48)

Color info

#0B2430 contains red, green and blue colors in about the same proportion. Web safe color of #0B2430 is #003333 (or #033).

RGB color model

#0B2430 color RGB value is (11,36,48).

  • red value is 11;
  • green value is 36;
  • blue value is 48.
RGB:
(11,36,48)
(4%,14%,19%)

RGB channels and saturation

R 11 of 255 = 4%
G 36 of 255 = 14%
B 48 of 255 = 19%

11
36
48

R + G + B ~ 12%. #0B2430 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 36 + 48 = 95 (100%)
R 11 of 95 ~ 11.58%
G 36 of 95 ~ 37.89%
B 48 of 95 ~ 50.53%

%11.58
%37.89
%50.53

CMYK color model

#0B2430 color CMYK value is (77,25,0,81).

  • cyan value is 77.08%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(77,25,0,81)
C77M25Y0K81 
(77%,25%,0%,81%)
(0.77/0.25/0.00/0.81)	

CMYK percentages

%77.08
%25
%0
%81.18

Codes

Color #0B2430 in popluar color models

0B2430
RGB113648
HSL199°62.71%11.57%
HSB/HSV199°77.08%18.82%
CMYK77.08%25.00%0.00%
81.18%

Color #0B2430 in popluar number systems.

HEX0B2430
Decimal113648
Binary1011100100110000
Octal134460

Shades and tints

Shades of #0B2430

#0B2430
(11,36,48)
#0A212C
(10,33,44)
#091E28
(9,30,40)
#081B24
(8,27,36)
#071820
(7,24,32)
#06151C
(6,21,28)
#051218
(5,18,24)
#040F14
(4,15,20)
#030C10
(3,12,16)
#02090C
(2,9,12)
#010608
(1,6,8)
#000000
(0,0,0)

Tints of #0B2430

#0B2430
(11,36,48)
#213742
(33,55,66)
#374A54
(55,74,84)
#4D5D66
(77,93,102)
#637078
(99,112,120)
#79838A
(121,131,138)
#8F969C
(143,150,156)
#A5A9AE
(165,169,174)
#BBBCC0
(187,188,192)
#D1CFD2
(209,207,210)
#E7E2E4
(231,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B2430; }

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

This text font color is #0B2430.


Background Color

.myBgColor { background-color: #0B2430; }

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

This div background color is #0B2430.


Border color

.myBorderColor { border: 1px solid #0B2430; }

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

This div border color is #0B2430.


Opacity

.myOpacity80 { color: #0B2430; opacity: 0.8; }

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

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

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

This text has shadow with #0B2430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B2430 on black background.


Color preview on white background

This text has color #0B2430 on white background.



Black color preview on #0B2430 background

This text has black color on #0B2430 background.


White color preview on #0B2430 background

This text has white color on #0B2430 background.