COLOR #0B0F63

HEX: #0B0F63 RGB: (11,15,99)

Color info

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

RGB color model

#0B0F63 color RGB value is (11,15,99).

RGB: (11,15,99) (4%, 6%, 39%)

RGB channels and saturation

R 11 of 255 = 4%
G 15 of 255 = 6%
B 99 of 255 = 39%

11
15
99

R + G + B ~ 16%. #0B0F63 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 15 + 99 = 125 (100%)
R 11 of 125 ~ 8.8%
G 15 of 125 ~ 12%
B 99 of 125 ~ 79.2'%

%12
%79.2

CMYK color model

#0B0F63 color CMYK value is (89,85,0,61).

  • cyan value is 88.89%
  • magenta value is 84.85%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (89,85,0,61)
C89M85Y0K61 (89%, 85%, 0%, 61%)
(0.89 / 0.85 / 0.00 / 0.61)

CMYK percentages

%88.89
%84.85
%0
%61.18

Codes

Color #0B0F63 in popluar color models

0B 0F 63
RGB 11 15 99
HSL 237° 80.00% 21.57%
HSB/HSV 237° 88.89% 38.82%
CMYK 88.89% 84.85% 0.00%
61.18%

Color #0B0F63 in popluar number systems.

HEX 0B 0F 63
Decimal 11 15 99
Binary 1011 1111 1100011
Octal 13 17 143

Shades and tints

Shades of #0B0F63

#0B0F63
(11,15,99)
#0A0E5A
(10,14,90)
#090D51
(9,13,81)
#080C48
(8,12,72)
#070B3F
(7,11,63)
#060A36
(6,10,54)
#05092D
(5,9,45)
#040824
(4,8,36)
#03071B
(3,7,27)
#020612
(2,6,18)
#010509
(1,5,9)
#000000
(0,0,0)

Tints of #0B0F63

#0B0F63
(11,15,99)
#212471
(33,36,113)
#37397F
(55,57,127)
#4D4E8D
(77,78,141)
#63639B
(99,99,155)
#7978A9
(121,120,169)
#8F8DB7
(143,141,183)
#A5A2C5
(165,162,197)
#BBB7D3
(187,183,211)
#D1CCE1
(209,204,225)
#E7E1EF
(231,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B0F63 color. Also use rgb(11,15,99) instead hex code.

Text Font Color

.myTextColor { color: #0B0F63; }

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

This text font color is #0B0F63.

Background Color

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

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

This div background color is #0B0F63.

Border color

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

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

This div border color is #0B0F63.

Opacity

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

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

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

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

This text has shadow with #0B0F63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B0F63.

Preview

Color preview on black background

This text has color #0B0F63 on black background.


Color preview on white background

This text has color #0B0F63 on white background.


Black color preview on #0B0F63 background

This text has black color on #0B0F63 background.


White color preview on #0B0F63 background

This text has white color on #0B0F63 background.


Related colors

Complementary color

Complementary color for #hex is #F4F09C.


I love getcolorcode.com

Triadic colors

1 #630B0F and #0F630B with #0B0F63 are triadic colors.

2 #630F0B and #0F0B63 with #0B0F63 are triadic colors.