COLOR #07246C

HEX: #07246C RGB: (7,36,108)

Color info

#07246C contains mainly blue color. Web safe color of #07246C is #003366 (or #036).

RGB color model

#07246C color RGB value is (7,36,108).

RGB: (7,36,108) (3%, 14%, 42%)

RGB channels and saturation

R 7 of 255 = 3%
G 36 of 255 = 14%
B 108 of 255 = 42%

7
36
108

R + G + B ~ 20%. #07246C is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 36 + 108 = 151 (100%)
R 7 of 151 ~ 4.64%
G 36 of 151 ~ 23.84%
B 108 of 151 ~ 71.52'%

%23.84
%71.52

CMYK color model

#07246C color CMYK value is (94,67,0,58).

  • cyan value is 93.52%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (94,67,0,58)
C94M67Y0K58 (94%, 67%, 0%, 58%)
(0.94 / 0.67 / 0.00 / 0.58)

CMYK percentages

%93.52
%66.67
%0
%57.65

Codes

Color #07246C in popluar color models

07 24 6C
RGB 7 36 108
HSL 223° 87.83% 22.55%
HSB/HSV 223° 93.52% 42.35%
CMYK 93.52% 66.67% 0.00%
57.65%

Color #07246C in popluar number systems.

HEX 07 24 6C
Decimal 7 36 108
Binary 111 100100 1101100
Octal 7 44 154

Shades and tints

Shades of #07246C

#07246C
(7,36,108)
#072163
(7,33,99)
#071E5A
(7,30,90)
#071B51
(7,27,81)
#071848
(7,24,72)
#07153F
(7,21,63)
#071236
(7,18,54)
#070F2D
(7,15,45)
#070C24
(7,12,36)
#07091B
(7,9,27)
#070612
(7,6,18)
#000000
(0,0,0)

Tints of #07246C

#07246C
(7,36,108)
#1D3779
(29,55,121)
#334A86
(51,74,134)
#495D93
(73,93,147)
#5F70A0
(95,112,160)
#7583AD
(117,131,173)
#8B96BA
(139,150,186)
#A1A9C7
(161,169,199)
#B7BCD4
(183,188,212)
#CDCFE1
(205,207,225)
#E3E2EE
(227,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07246C color. Also use rgb(7,36,108) instead hex code.

Text Font Color

.myTextColor { color: #07246C; }

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

This text font color is #07246C.

Background Color

.myBgColor { background-color: #07246C; }

<div style="background-color:#07246C">Inner text</div>

This div background color is #07246C.

Border color

.myBorderColor { border: 1px solid #07246C; }

<div style="border:3px solid #07246C">Div</div>

This div border color is #07246C.

Opacity

.myOpacity80 { color: #07246C; opacity: 0.8; }

<p style="color:#07246C;opacity:0.8;">80%</p>

Text with #07246C 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 #07246C;}

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

This text has shadow with #07246C color.


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

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

This text has shadow with #07246C primary color and red secondary color.


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

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

This text has shadow with #07246C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #07246C.

Preview

Color preview on black background

This text has color #07246C on black background.


Color preview on white background

This text has color #07246C on white background.


Black color preview on #07246C background

This text has black color on #07246C background.


White color preview on #07246C background

This text has white color on #07246C background.


Related colors

Complementary color

Complementary color for #hex is #F8DB93.


I love getcolorcode.com

Triadic colors

1 #6C0724 and #246C07 with #07246C are triadic colors.

2 #6C2407 and #24076C with #07246C are triadic colors.