COLOR #090C63

HEX: #090C63
RGB: (9,12,99)

Color info

#090C63 contains mainly blue color. Web safe color of #090C63 is #000066 (or #006).

RGB color model

#090C63 color RGB value is (9,12,99).

  • red value is 9;
  • green value is 12;
  • blue value is 99.
RGB:
(9,12,99)
(4%,5%,39%)

RGB channels and saturation

R 9 of 255 = 4%
G 12 of 255 = 5%
B 99 of 255 = 39%

9
12
99

R + G + B ~ 16%. #090C63 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 12 + 99 = 120 (100%)
R 9 of 120 ~ 7.5%
G 12 of 120 ~ 10%
B 99 of 120 ~ 82.5%

%10
%82.5

CMYK color model

#090C63 color CMYK value is (91,88,0,61).

  • cyan value is 90.91%
  • magenta value is 87.88%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(91,88,0,61)
C91M88Y0K61 
(91%,88%,0%,61%)
(0.91/0.88/0.00/0.61)	

CMYK percentages

%90.91
%87.88
%0
%61.18

Codes

Color #090C63 in popluar color models

090C63
RGB91299
HSL238°83.33%21.18%
HSB/HSV238°90.91%38.82%
CMYK90.91%87.88%0.00%
61.18%

Color #090C63 in popluar number systems.

HEX090C63
Decimal91299
Binary100111001100011
Octal1114143

Shades and tints

Shades of #090C63

#090C63
(9,12,99)
#090B5A
(9,11,90)
#090A51
(9,10,81)
#090948
(9,9,72)
#09083F
(9,8,63)
#090736
(9,7,54)
#09062D
(9,6,45)
#090524
(9,5,36)
#09041B
(9,4,27)
#090312
(9,3,18)
#090209
(9,2,9)
#000000
(0,0,0)

Tints of #090C63

#090C63
(9,12,99)
#1F2271
(31,34,113)
#35387F
(53,56,127)
#4B4E8D
(75,78,141)
#61649B
(97,100,155)
#777AA9
(119,122,169)
#8D90B7
(141,144,183)
#A3A6C5
(163,166,197)
#B9BCD3
(185,188,211)
#CFD2E1
(207,210,225)
#E5E8EF
(229,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090C63 color. Also use rgb(9,12,99) instead hex code.

Text Font Color

.myTextColor { color: #090C63; }

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

This text font color is #090C63.


Background Color

.myBgColor { background-color: #090C63; }

<div style="background-color:#090C63">Inner text</div>

This div background color is #090C63.


Border color

.myBorderColor { border: 1px solid #090C63; }

<div style="border:3px solid #090C63">Div</div>

This div border color is #090C63.


Opacity

.myOpacity80 { color: #090C63; opacity: 0.8; }

<p style="color:#090C63;opacity:0.8;">80%</p>

Text with #090C63 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 #090C63;}

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

This text has shadow with #090C63 color.

.textShadow {text-shadow: 3px 3px 1px #090C63, 3px 3px 1px red;}

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

This text has shadow with #090C63 primary color and red secondary color.


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

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

This text has shadow with #090C63 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090C63 on black background.


Color preview on white background

This text has color #090C63 on white background.



Black color preview on #090C63 background

This text has black color on #090C63 background.


White color preview on #090C63 background

This text has white color on #090C63 background.