COLOR #0B263F

HEX: #0B263F RGB: (11,38,63)

Color info

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

RGB color model

#0B263F color RGB value is (11,38,63).

RGB: (11,38,63) (4%, 15%, 25%)

RGB channels and saturation

R 11 of 255 = 4%
G 38 of 255 = 15%
B 63 of 255 = 25%

11
38
63

R + G + B ~ 15%. #0B263F is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 38 + 63 = 112 (100%)
R 11 of 112 ~ 9.82%
G 38 of 112 ~ 33.93%
B 63 of 112 ~ 56.25'%

%33.93
%56.25

CMYK color model

#0B263F color CMYK value is (83,40,0,75).

  • cyan value is 82.54%
  • magenta value is 39.68%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (83,40,0,75)
C83M40Y0K75 (83%, 40%, 0%, 75%)
(0.83 / 0.40 / 0.00 / 0.75)

CMYK percentages

%82.54
%39.68
%0
%75.29

Codes

Color #0B263F in popluar color models

0B 26 3F
RGB 11 38 63
HSL 209° 70.27% 14.51%
HSB/HSV 209° 82.54% 24.71%
CMYK 82.54% 39.68% 0.00%
75.29%

Color #0B263F in popluar number systems.

HEX 0B 26 3F
Decimal 11 38 63
Binary 1011 100110 111111
Octal 13 46 77

Shades and tints

Shades of #0B263F

#0B263F
(11,38,63)
#0A233A
(10,35,58)
#092035
(9,32,53)
#081D30
(8,29,48)
#071A2B
(7,26,43)
#061726
(6,23,38)
#051421
(5,20,33)
#04111C
(4,17,28)
#030E17
(3,14,23)
#020B12
(2,11,18)
#01080D
(1,8,13)
#000000
(0,0,0)

Tints of #0B263F

#0B263F
(11,38,63)
#213950
(33,57,80)
#374C61
(55,76,97)
#4D5F72
(77,95,114)
#637283
(99,114,131)
#798594
(121,133,148)
#8F98A5
(143,152,165)
#A5ABB6
(165,171,182)
#BBBEC7
(187,190,199)
#D1D1D8
(209,209,216)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B263F color. Also use rgb(11,38,63) instead hex code.

Text Font Color

.myTextColor { color: #0B263F; }

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

This text font color is #0B263F.

Background Color

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

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

This div background color is #0B263F.

Border color

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

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

This div border color is #0B263F.

Opacity

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

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

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

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

This text has shadow with #0B263F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B263F.

Preview

Color preview on black background

This text has color #0B263F on black background.


Color preview on white background

This text has color #0B263F on white background.


Black color preview on #0B263F background

This text has black color on #0B263F background.


White color preview on #0B263F background

This text has white color on #0B263F background.


Related colors

Complementary color

Complementary color for #hex is #F4D9C0.


I love getcolorcode.com

Triadic colors

1 #3F0B26 and #263F0B with #0B263F are triadic colors.

2 #3F260B and #260B3F with #0B263F are triadic colors.