COLOR #0B428C

HEX: #0B428C RGB: (11,66,140)

Color info

#0B428C contains mainly blue color. Web safe color of #0B428C is #003399 (or #039).

RGB color model

#0B428C color RGB value is (11,66,140).

RGB: (11,66,140) (4%, 26%, 55%)

RGB channels and saturation

R 11 of 255 = 4%
G 66 of 255 = 26%
B 140 of 255 = 55%

11
66
140

R + G + B ~ 28%. #0B428C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 66 + 140 = 217 (100%)
R 11 of 217 ~ 5.07%
G 66 of 217 ~ 30.41%
B 140 of 217 ~ 64.52'%

%30.41
%64.52

CMYK color model

#0B428C color CMYK value is (92,53,0,45).

  • cyan value is 92.14%
  • magenta value is 52.86%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (92,53,0,45)
C92M53Y0K45 (92%, 53%, 0%, 45%)
(0.92 / 0.53 / 0.00 / 0.45)

CMYK percentages

%92.14
%52.86
%0
%45.1

Codes

Color #0B428C in popluar color models

0B 42 8C
RGB 11 66 140
HSL 214° 85.43% 29.61%
HSB/HSV 214° 92.14% 54.90%
CMYK 92.14% 52.86% 0.00%
45.10%

Color #0B428C in popluar number systems.

HEX 0B 42 8C
Decimal 11 66 140
Binary 1011 1000010 10001100
Octal 13 102 214

Shades and tints

Shades of #0B428C

#0B428C
(11,66,140)
#0A3C80
(10,60,128)
#093674
(9,54,116)
#083068
(8,48,104)
#072A5C
(7,42,92)
#062450
(6,36,80)
#051E44
(5,30,68)
#041838
(4,24,56)
#03122C
(3,18,44)
#020C20
(2,12,32)
#010614
(1,6,20)
#000000
(0,0,0)

Tints of #0B428C

#0B428C
(11,66,140)
#215396
(33,83,150)
#3764A0
(55,100,160)
#4D75AA
(77,117,170)
#6386B4
(99,134,180)
#7997BE
(121,151,190)
#8FA8C8
(143,168,200)
#A5B9D2
(165,185,210)
#BBCADC
(187,202,220)
#D1DBE6
(209,219,230)
#E7ECF0
(231,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B428C color. Also use rgb(11,66,140) instead hex code.

Text Font Color

.myTextColor { color: #0B428C; }

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

This text font color is #0B428C.

Background Color

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

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

This div background color is #0B428C.

Border color

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

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

This div border color is #0B428C.

Opacity

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

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

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

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

This text has shadow with #0B428C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B428C.

Preview

Color preview on black background

This text has color #0B428C on black background.


Color preview on white background

This text has color #0B428C on white background.


Black color preview on #0B428C background

This text has black color on #0B428C background.


White color preview on #0B428C background

This text has white color on #0B428C background.


Related colors

Complementary color

Complementary color for #hex is #F4BD73.


I love getcolorcode.com

Triadic colors

1 #8C0B42 and #428C0B with #0B428C are triadic colors.

2 #8C420B and #420B8C with #0B428C are triadic colors.