COLOR #0A7598

HEX: #0A7598
RGB: (10,117,152)

Color info

#0A7598 contains mainly green and blue colors. Web safe color of #0A7598 is #006699 (or #069).

RGB color model

#0A7598 color RGB value is (10,117,152).

  • red value is 10;
  • green value is 117;
  • blue value is 152.
RGB:
(10,117,152)
(4%,46%,60%)

RGB channels and saturation

R 10 of 255 = 4%
G 117 of 255 = 46%
B 152 of 255 = 60%

10
117
152

R + G + B ~ 37%. #0A7598 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 117 + 152 = 279 (100%)
R 10 of 279 ~ 3.58%
G 117 of 279 ~ 41.94%
B 152 of 279 ~ 54.48%

%41.94
%54.48

CMYK color model

#0A7598 color CMYK value is (93,23,0,40).

  • cyan value is 93.42%
  • magenta value is 23.03%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(93,23,0,40)
C93M23Y0K40 
(93%,23%,0%,40%)
(0.93/0.23/0.00/0.40)	

CMYK percentages

%93.42
%23.03
%0
%40.39

Codes

Color #0A7598 in popluar color models

0A7598
RGB10117152
HSL195°87.65%31.76%
HSB/HSV195°93.42%59.61%
CMYK93.42%23.03%0.00%
40.39%

Color #0A7598 in popluar number systems.

HEX0A7598
Decimal10117152
Binary1010111010110011000
Octal12165230

Shades and tints

Shades of #0A7598

#0A7598
(10,117,152)
#0A6B8B
(10,107,139)
#0A617E
(10,97,126)
#0A5771
(10,87,113)
#0A4D64
(10,77,100)
#0A4357
(10,67,87)
#0A394A
(10,57,74)
#0A2F3D
(10,47,61)
#0A2530
(10,37,48)
#0A1B23
(10,27,35)
#0A1116
(10,17,22)
#000000
(0,0,0)

Tints of #0A7598

#0A7598
(10,117,152)
#2081A1
(32,129,161)
#368DAA
(54,141,170)
#4C99B3
(76,153,179)
#62A5BC
(98,165,188)
#78B1C5
(120,177,197)
#8EBDCE
(142,189,206)
#A4C9D7
(164,201,215)
#BAD5E0
(186,213,224)
#D0E1E9
(208,225,233)
#E6EDF2
(230,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A7598 color. Also use rgb(10,117,152) instead hex code.

Text Font Color

.myTextColor { color: #0A7598; }

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

This text font color is #0A7598.


Background Color

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

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

This div background color is #0A7598.


Border color

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

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

This div border color is #0A7598.


Opacity

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

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

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

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

This text has shadow with #0A7598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A7598 on black background.


Color preview on white background

This text has color #0A7598 on white background.



Black color preview on #0A7598 background

This text has black color on #0A7598 background.


White color preview on #0A7598 background

This text has white color on #0A7598 background.