COLOR #090C57

HEX: #090C57
RGB: (9,12,87)

Color info

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

RGB color model

#090C57 color RGB value is (9,12,87).

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

RGB channels and saturation

R 9 of 255 = 4%
G 12 of 255 = 5%
B 87 of 255 = 34%

9
12
87

R + G + B ~ 14%. #090C57 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 12 + 87 = 108 (100%)
R 9 of 108 ~ 8.33%
G 12 of 108 ~ 11.11%
B 87 of 108 ~ 80.56%

%11.11
%80.56

CMYK color model

#090C57 color CMYK value is (90,86,0,66).

  • cyan value is 89.66%
  • magenta value is 86.21%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(90,86,0,66)
C90M86Y0K66 
(90%,86%,0%,66%)
(0.90/0.86/0.00/0.66)	

CMYK percentages

%89.66
%86.21
%0
%65.88

Codes

Color #090C57 in popluar color models

090C57
RGB91287
HSL238°81.25%18.82%
HSB/HSV238°89.66%34.12%
CMYK89.66%86.21%0.00%
65.88%

Color #090C57 in popluar number systems.

HEX090C57
Decimal91287
Binary100111001010111
Octal1114127

Shades and tints

Shades of #090C57

#090C57
(9,12,87)
#090B50
(9,11,80)
#090A49
(9,10,73)
#090942
(9,9,66)
#09083B
(9,8,59)
#090734
(9,7,52)
#09062D
(9,6,45)
#090526
(9,5,38)
#09041F
(9,4,31)
#090318
(9,3,24)
#090211
(9,2,17)
#000000
(0,0,0)

Tints of #090C57

#090C57
(9,12,87)
#1F2266
(31,34,102)
#353875
(53,56,117)
#4B4E84
(75,78,132)
#616493
(97,100,147)
#777AA2
(119,122,162)
#8D90B1
(141,144,177)
#A3A6C0
(163,166,192)
#B9BCCF
(185,188,207)
#CFD2DE
(207,210,222)
#E5E8ED
(229,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090C57; }

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

This text font color is #090C57.


Background Color

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

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

This div background color is #090C57.


Border color

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

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

This div border color is #090C57.


Opacity

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

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

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

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

This text has shadow with #090C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090C57 on black background.


Color preview on white background

This text has color #090C57 on white background.



Black color preview on #090C57 background

This text has black color on #090C57 background.


White color preview on #090C57 background

This text has white color on #090C57 background.