COLOR #0B275A

HEX: #0B275A
RGB: (11,39,90)

Color info

#0B275A contains mainly green and blue colors. Web safe color of #0B275A is #003366 (or #036).

RGB color model

#0B275A color RGB value is (11,39,90).

  • red value is 11;
  • green value is 39;
  • blue value is 90.
RGB:
(11,39,90)
(4%,15%,35%)

RGB channels and saturation

R 11 of 255 = 4%
G 39 of 255 = 15%
B 90 of 255 = 35%

11
39
90

R + G + B ~ 18%. #0B275A is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 39 + 90 = 140 (100%)
R 11 of 140 ~ 7.86%
G 39 of 140 ~ 27.86%
B 90 of 140 ~ 64.29%

%27.86
%64.29

CMYK color model

#0B275A color CMYK value is (88,57,0,65).

  • cyan value is 87.78%
  • magenta value is 56.67%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(88,57,0,65)
C88M57Y0K65 
(88%,57%,0%,65%)
(0.88/0.57/0.00/0.65)	

CMYK percentages

%87.78
%56.67
%0
%64.71

Codes

Color #0B275A in popluar color models

0B275A
RGB113990
HSL219°78.22%19.80%
HSB/HSV219°87.78%35.29%
CMYK87.78%56.67%0.00%
64.71%

Color #0B275A in popluar number systems.

HEX0B275A
Decimal113990
Binary10111001111011010
Octal1347132

Shades and tints

Shades of #0B275A

#0B275A
(11,39,90)
#0A2452
(10,36,82)
#09214A
(9,33,74)
#081E42
(8,30,66)
#071B3A
(7,27,58)
#061832
(6,24,50)
#05152A
(5,21,42)
#041222
(4,18,34)
#030F1A
(3,15,26)
#020C12
(2,12,18)
#01090A
(1,9,10)
#000000
(0,0,0)

Tints of #0B275A

#0B275A
(11,39,90)
#213A69
(33,58,105)
#374D78
(55,77,120)
#4D6087
(77,96,135)
#637396
(99,115,150)
#7986A5
(121,134,165)
#8F99B4
(143,153,180)
#A5ACC3
(165,172,195)
#BBBFD2
(187,191,210)
#D1D2E1
(209,210,225)
#E7E5F0
(231,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B275A color. Also use rgb(11,39,90) instead hex code.

Text Font Color

.myTextColor { color: #0B275A; }

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

This text font color is #0B275A.


Background Color

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

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

This div background color is #0B275A.


Border color

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

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

This div border color is #0B275A.


Opacity

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

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

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

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

This text has shadow with #0B275A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B275A on black background.


Color preview on white background

This text has color #0B275A on white background.



Black color preview on #0B275A background

This text has black color on #0B275A background.


White color preview on #0B275A background

This text has white color on #0B275A background.