COLOR #0B1474

HEX: #0B1474
RGB: (11,20,116)

Color info

#0B1474 contains mainly blue color. Web safe color of #0B1474 is #000066 (or #006).

RGB color model

#0B1474 color RGB value is (11,20,116).

  • red value is 11;
  • green value is 20;
  • blue value is 116.
RGB:
(11,20,116)
(4%,8%,45%)

RGB channels and saturation

R 11 of 255 = 4%
G 20 of 255 = 8%
B 116 of 255 = 45%

11
20
116

R + G + B ~ 19%. #0B1474 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 20 + 116 = 147 (100%)
R 11 of 147 ~ 7.48%
G 20 of 147 ~ 13.61%
B 116 of 147 ~ 78.91%

%13.61
%78.91

CMYK color model

#0B1474 color CMYK value is (91,83,0,55).

  • cyan value is 90.52%
  • magenta value is 82.76%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(91,83,0,55)
C91M83Y0K55 
(91%,83%,0%,55%)
(0.91/0.83/0.00/0.55)	

CMYK percentages

%90.52
%82.76
%0
%54.51

Codes

Color #0B1474 in popluar color models

0B1474
RGB1120116
HSL235°82.68%24.90%
HSB/HSV235°90.52%45.49%
CMYK90.52%82.76%0.00%
54.51%

Color #0B1474 in popluar number systems.

HEX0B1474
Decimal1120116
Binary1011101001110100
Octal1324164

Shades and tints

Shades of #0B1474

#0B1474
(11,20,116)
#0A136A
(10,19,106)
#091260
(9,18,96)
#081156
(8,17,86)
#07104C
(7,16,76)
#060F42
(6,15,66)
#050E38
(5,14,56)
#040D2E
(4,13,46)
#030C24
(3,12,36)
#020B1A
(2,11,26)
#010A10
(1,10,16)
#000000
(0,0,0)

Tints of #0B1474

#0B1474
(11,20,116)
#212980
(33,41,128)
#373E8C
(55,62,140)
#4D5398
(77,83,152)
#6368A4
(99,104,164)
#797DB0
(121,125,176)
#8F92BC
(143,146,188)
#A5A7C8
(165,167,200)
#BBBCD4
(187,188,212)
#D1D1E0
(209,209,224)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B1474 color. Also use rgb(11,20,116) instead hex code.

Text Font Color

.myTextColor { color: #0B1474; }

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

This text font color is #0B1474.


Background Color

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

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

This div background color is #0B1474.


Border color

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

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

This div border color is #0B1474.


Opacity

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

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

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

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

This text has shadow with #0B1474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1474 on black background.


Color preview on white background

This text has color #0B1474 on white background.



Black color preview on #0B1474 background

This text has black color on #0B1474 background.


White color preview on #0B1474 background

This text has white color on #0B1474 background.