COLOR #0912D7

HEX: #0912D7
RGB: (9,18,215)

Color info

#0912D7 contains mainly blue color. Web safe color of #0912D7 is #0000CC (or #00C).

RGB color model

#0912D7 color RGB value is (9,18,215).

  • red value is 9;
  • green value is 18;
  • blue value is 215.
RGB:
(9,18,215)
(4%,7%,84%)

RGB channels and saturation

R 9 of 255 = 4%
G 18 of 255 = 7%
B 215 of 255 = 84%

9
18
215

R + G + B ~ 32%. #0912D7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 18 + 215 = 242 (100%)
R 9 of 242 ~ 3.72%
G 18 of 242 ~ 7.44%
B 215 of 242 ~ 88.84%

%88.84

CMYK color model

#0912D7 color CMYK value is (96,92,0,16).

  • cyan value is 95.81%
  • magenta value is 91.63%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(96,92,0,16)
C96M92Y0K16 
(96%,92%,0%,16%)
(0.96/0.92/0.00/0.16)	

CMYK percentages

%95.81
%91.63
%0
%15.69

Codes

Color #0912D7 in popluar color models

0912D7
RGB918215
HSL237°91.96%43.92%
HSB/HSV237°95.81%84.31%
CMYK95.81%91.63%0.00%
15.69%

Color #0912D7 in popluar number systems.

HEX0912D7
Decimal918215
Binary10011001011010111
Octal1122327

Shades and tints

Shades of #0912D7

#0912D7
(9,18,215)
#0911C4
(9,17,196)
#0910B1
(9,16,177)
#090F9E
(9,15,158)
#090E8B
(9,14,139)
#090D78
(9,13,120)
#090C65
(9,12,101)
#090B52
(9,11,82)
#090A3F
(9,10,63)
#09092C
(9,9,44)
#090819
(9,8,25)
#000000
(0,0,0)

Tints of #0912D7

#0912D7
(9,18,215)
#1F27DA
(31,39,218)
#353CDD
(53,60,221)
#4B51E0
(75,81,224)
#6166E3
(97,102,227)
#777BE6
(119,123,230)
#8D90E9
(141,144,233)
#A3A5EC
(163,165,236)
#B9BAEF
(185,186,239)
#CFCFF2
(207,207,242)
#E5E4F5
(229,228,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0912D7 color. Also use rgb(9,18,215) instead hex code.

Text Font Color

.myTextColor { color: #0912D7; }

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

This text font color is #0912D7.


Background Color

.myBgColor { background-color: #0912D7; }

<div style="background-color:#0912D7">Inner text</div>

This div background color is #0912D7.


Border color

.myBorderColor { border: 1px solid #0912D7; }

<div style="border:3px solid #0912D7">Div</div>

This div border color is #0912D7.


Opacity

.myOpacity80 { color: #0912D7; opacity: 0.8; }

<p style="color:#0912D7;opacity:0.8;">80%</p>

Text with #0912D7 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 #0912D7;}

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

This text has shadow with #0912D7 color.

.textShadow {text-shadow: 3px 3px 1px #0912D7, 3px 3px 1px red;}

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

This text has shadow with #0912D7 primary color and red secondary color.


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

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

This text has shadow with #0912D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0912D7 on black background.


Color preview on white background

This text has color #0912D7 on white background.



Black color preview on #0912D7 background

This text has black color on #0912D7 background.


White color preview on #0912D7 background

This text has white color on #0912D7 background.