COLOR #07065A

HEX: #07065A
RGB: (7,6,90)

Color info

#07065A contains mainly blue color. Web safe color of #07065A is #000066 (or #006).

RGB color model

#07065A color RGB value is (7,6,90).

  • red value is 7;
  • green value is 6;
  • blue value is 90.
RGB:
(7,6,90)
(3%,2%,35%)

RGB channels and saturation

R 7 of 255 = 3%
G 6 of 255 = 2%
B 90 of 255 = 35%

7
6
90

R + G + B ~ 13%. #07065A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 6 + 90 = 103 (100%)
R 7 of 103 ~ 6.8%
G 6 of 103 ~ 5.83%
B 90 of 103 ~ 87.38%

%87.38

CMYK color model

#07065A color CMYK value is (92,93,0,65).

  • cyan value is 92.22%
  • magenta value is 93.33%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(92,93,0,65)
C92M93Y0K65 
(92%,93%,0%,65%)
(0.92/0.93/0.00/0.65)	

CMYK percentages

%92.22
%93.33
%0
%64.71

Codes

Color #07065A in popluar color models

07065A
RGB7690
HSL241°87.50%18.82%
HSB/HSV241°93.33%35.29%
CMYK92.22%93.33%0.00%
64.71%

Color #07065A in popluar number systems.

HEX07065A
Decimal7690
Binary1111101011010
Octal76132

Shades and tints

Shades of #07065A

#07065A
(7,6,90)
#070652
(7,6,82)
#07064A
(7,6,74)
#070642
(7,6,66)
#07063A
(7,6,58)
#070632
(7,6,50)
#07062A
(7,6,42)
#070622
(7,6,34)
#07061A
(7,6,26)
#070612
(7,6,18)
#07060A
(7,6,10)
#000000
(0,0,0)

Tints of #07065A

#07065A
(7,6,90)
#1D1C69
(29,28,105)
#333278
(51,50,120)
#494887
(73,72,135)
#5F5E96
(95,94,150)
#7574A5
(117,116,165)
#8B8AB4
(139,138,180)
#A1A0C3
(161,160,195)
#B7B6D2
(183,182,210)
#CDCCE1
(205,204,225)
#E3E2F0
(227,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07065A color. Also use rgb(7,6,90) instead hex code.

Text Font Color

.myTextColor { color: #07065A; }

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

This text font color is #07065A.


Background Color

.myBgColor { background-color: #07065A; }

<div style="background-color:#07065A">Inner text</div>

This div background color is #07065A.


Border color

.myBorderColor { border: 1px solid #07065A; }

<div style="border:3px solid #07065A">Div</div>

This div border color is #07065A.


Opacity

.myOpacity80 { color: #07065A; opacity: 0.8; }

<p style="color:#07065A;opacity:0.8;">80%</p>

Text with #07065A 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 #07065A;}

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

This text has shadow with #07065A color.

.textShadow {text-shadow: 3px 3px 1px #07065A, 3px 3px 1px red;}

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

This text has shadow with #07065A primary color and red secondary color.


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

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

This text has shadow with #07065A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07065A on black background.


Color preview on white background

This text has color #07065A on white background.



Black color preview on #07065A background

This text has black color on #07065A background.


White color preview on #07065A background

This text has white color on #07065A background.