COLOR #073BCC

HEX: #073BCC RGB: (7,59,204)

Color info

#073BCC contains mainly blue color. Web safe color of #073BCC is #0033CC (or #03C).

RGB color model

#073BCC color RGB value is (7,59,204).

RGB: (7,59,204) (3%, 23%, 80%)

RGB channels and saturation

R 7 of 255 = 3%
G 59 of 255 = 23%
B 204 of 255 = 80%

7
59
204

R + G + B ~ 35%. #073BCC is quite dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 59 + 204 = 270 (100%)
R 7 of 270 ~ 2.59%
G 59 of 270 ~ 21.85%
B 204 of 270 ~ 75.56'%

%21.85
%75.56

CMYK color model

#073BCC color CMYK value is (97,71,0,20).

  • cyan value is 96.57%
  • magenta value is 71.08%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (97,71,0,20)
C97M71Y0K20 (97%, 71%, 0%, 20%)
(0.97 / 0.71 / 0.00 / 0.20)

CMYK percentages

%96.57
%71.08
%0
%20

Codes

Color #073BCC in popluar color models

07 3B CC
RGB 7 59 204
HSL 224° 93.36% 41.37%
HSB/HSV 224° 96.57% 80.00%
CMYK 96.57% 71.08% 0.00%
20.00%

Color #073BCC in popluar number systems.

HEX 07 3B CC
Decimal 7 59 204
Binary 111 111011 11001100
Octal 7 73 314

Shades and tints

Shades of #073BCC

#073BCC
(7,59,204)
#0736BA
(7,54,186)
#0731A8
(7,49,168)
#072C96
(7,44,150)
#072784
(7,39,132)
#072272
(7,34,114)
#071D60
(7,29,96)
#07184E
(7,24,78)
#07133C
(7,19,60)
#070E2A
(7,14,42)
#070918
(7,9,24)
#000000
(0,0,0)

Tints of #073BCC

#073BCC
(7,59,204)
#1D4CD0
(29,76,208)
#335DD4
(51,93,212)
#496ED8
(73,110,216)
#5F7FDC
(95,127,220)
#7590E0
(117,144,224)
#8BA1E4
(139,161,228)
#A1B2E8
(161,178,232)
#B7C3EC
(183,195,236)
#CDD4F0
(205,212,240)
#E3E5F4
(227,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073BCC color. Also use rgb(7,59,204) instead hex code.

Text Font Color

.myTextColor { color: #073BCC; }

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

This text font color is #073BCC.

Background Color

.myBgColor { background-color: #073BCC; }

<div style="background-color:#073BCC">Inner text</div>

This div background color is #073BCC.

Border color

.myBorderColor { border: 1px solid #073BCC; }

<div style="border:3px solid #073BCC">Div</div>

This div border color is #073BCC.

Opacity

.myOpacity80 { color: #073BCC; opacity: 0.8; }

<p style="color:#073BCC;opacity:0.8;">80%</p>

Text with #073BCC 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 #073BCC;}

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

This text has shadow with #073BCC color.


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

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

This text has shadow with #073BCC primary color and red secondary color.


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

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

This text has shadow with #073BCC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #073BCC.

Preview

Color preview on black background

This text has color #073BCC on black background.


Color preview on white background

This text has color #073BCC on white background.


Black color preview on #073BCC background

This text has black color on #073BCC background.


White color preview on #073BCC background

This text has white color on #073BCC background.


Related colors

Complementary color

Complementary color for #hex is #F8C433.


I love getcolorcode.com

Triadic colors

1 #CC073B and #3BCC07 with #073BCC are triadic colors.

2 #CC3B07 and #3B07CC with #073BCC are triadic colors.