COLOR #070A5B

HEX: #070A5B
RGB: (7,10,91)

Color info

#070A5B contains mainly blue color. Web safe color of #070A5B is #000066 (or #006).

RGB color model

#070A5B color RGB value is (7,10,91).

  • red value is 7;
  • green value is 10;
  • blue value is 91.
RGB:
(7,10,91)
(3%,4%,36%)

RGB channels and saturation

R 7 of 255 = 3%
G 10 of 255 = 4%
B 91 of 255 = 36%

7
10
91

R + G + B ~ 14%. #070A5B is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 10 + 91 = 108 (100%)
R 7 of 108 ~ 6.48%
G 10 of 108 ~ 9.26%
B 91 of 108 ~ 84.26%

%84.26

CMYK color model

#070A5B color CMYK value is (92,89,0,64).

  • cyan value is 92.31%
  • magenta value is 89.01%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(92,89,0,64)
C92M89Y0K64 
(92%,89%,0%,64%)
(0.92/0.89/0.00/0.64)	

CMYK percentages

%92.31
%89.01
%0
%64.31

Codes

Color #070A5B in popluar color models

070A5B
RGB71091
HSL238°85.71%19.22%
HSB/HSV238°92.31%35.69%
CMYK92.31%89.01%0.00%
64.31%

Color #070A5B in popluar number systems.

HEX070A5B
Decimal71091
Binary11110101011011
Octal712133

Shades and tints

Shades of #070A5B

#070A5B
(7,10,91)
#070A53
(7,10,83)
#070A4B
(7,10,75)
#070A43
(7,10,67)
#070A3B
(7,10,59)
#070A33
(7,10,51)
#070A2B
(7,10,43)
#070A23
(7,10,35)
#070A1B
(7,10,27)
#070A13
(7,10,19)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #070A5B

#070A5B
(7,10,91)
#1D2069
(29,32,105)
#333677
(51,54,119)
#494C85
(73,76,133)
#5F6293
(95,98,147)
#7578A1
(117,120,161)
#8B8EAF
(139,142,175)
#A1A4BD
(161,164,189)
#B7BACB
(183,186,203)
#CDD0D9
(205,208,217)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070A5B color. Also use rgb(7,10,91) instead hex code.

Text Font Color

.myTextColor { color: #070A5B; }

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

This text font color is #070A5B.


Background Color

.myBgColor { background-color: #070A5B; }

<div style="background-color:#070A5B">Inner text</div>

This div background color is #070A5B.


Border color

.myBorderColor { border: 1px solid #070A5B; }

<div style="border:3px solid #070A5B">Div</div>

This div border color is #070A5B.


Opacity

.myOpacity80 { color: #070A5B; opacity: 0.8; }

<p style="color:#070A5B;opacity:0.8;">80%</p>

Text with #070A5B 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 #070A5B;}

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

This text has shadow with #070A5B color.

.textShadow {text-shadow: 3px 3px 1px #070A5B, 3px 3px 1px red;}

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

This text has shadow with #070A5B primary color and red secondary color.


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

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

This text has shadow with #070A5B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070A5B on black background.


Color preview on white background

This text has color #070A5B on white background.



Black color preview on #070A5B background

This text has black color on #070A5B background.


White color preview on #070A5B background

This text has white color on #070A5B background.