COLOR #0972EA

HEX: #0972EA
RGB: (9,114,234)

Color info

#0972EA contains mainly blue color. Web safe color of #0972EA is #0066FF (or #06F).

RGB color model

#0972EA color RGB value is (9,114,234).

  • red value is 9;
  • green value is 114;
  • blue value is 234.
RGB:
(9,114,234)
(4%,45%,92%)

RGB channels and saturation

R 9 of 255 = 4%
G 114 of 255 = 45%
B 234 of 255 = 92%

9
114
234

R + G + B ~ 47%. #0972EA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
9 + 114 + 234 = 357 (100%)
R 9 of 357 ~ 2.52%
G 114 of 357 ~ 31.93%
B 234 of 357 ~ 65.55%

%31.93
%65.55

CMYK color model

#0972EA color CMYK value is (96,51,0,8).

  • cyan value is 96.15%
  • magenta value is 51.28%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(96,51,0,8)
C96M51Y0K8 
(96%,51%,0%,8%)
(0.96/0.51/0.00/0.08)	

CMYK percentages

%96.15
%51.28
%0
%8.24

Codes

Color #0972EA in popluar color models

0972EA
RGB9114234
HSL212°92.59%47.65%
HSB/HSV212°96.15%91.76%
CMYK96.15%51.28%0.00%
8.24%

Color #0972EA in popluar number systems.

HEX0972EA
Decimal9114234
Binary1001111001011101010
Octal11162352

Shades and tints

Shades of #0972EA

#0972EA
(9,114,234)
#0968D5
(9,104,213)
#095EC0
(9,94,192)
#0954AB
(9,84,171)
#094A96
(9,74,150)
#094081
(9,64,129)
#09366C
(9,54,108)
#092C57
(9,44,87)
#092242
(9,34,66)
#09182D
(9,24,45)
#090E18
(9,14,24)
#000000
(0,0,0)

Tints of #0972EA

#0972EA
(9,114,234)
#1F7EEB
(31,126,235)
#358AEC
(53,138,236)
#4B96ED
(75,150,237)
#61A2EE
(97,162,238)
#77AEEF
(119,174,239)
#8DBAF0
(141,186,240)
#A3C6F1
(163,198,241)
#B9D2F2
(185,210,242)
#CFDEF3
(207,222,243)
#E5EAF4
(229,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0972EA color. Also use rgb(9,114,234) instead hex code.

Text Font Color

.myTextColor { color: #0972EA; }

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

This text font color is #0972EA.


Background Color

.myBgColor { background-color: #0972EA; }

<div style="background-color:#0972EA">Inner text</div>

This div background color is #0972EA.


Border color

.myBorderColor { border: 1px solid #0972EA; }

<div style="border:3px solid #0972EA">Div</div>

This div border color is #0972EA.


Opacity

.myOpacity80 { color: #0972EA; opacity: 0.8; }

<p style="color:#0972EA;opacity:0.8;">80%</p>

Text with #0972EA 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 #0972EA;}

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

This text has shadow with #0972EA color.

.textShadow {text-shadow: 3px 3px 1px #0972EA, 3px 3px 1px red;}

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

This text has shadow with #0972EA primary color and red secondary color.


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

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

This text has shadow with #0972EA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0972EA on black background.


Color preview on white background

This text has color #0972EA on white background.



Black color preview on #0972EA background

This text has black color on #0972EA background.


White color preview on #0972EA background

This text has white color on #0972EA background.