COLOR #090251

HEX: #090251
RGB: (9,2,81)

Color info

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

RGB color model

#090251 color RGB value is (9,2,81).

  • red value is 9;
  • green value is 2;
  • blue value is 81.
RGB:
(9,2,81)
(4%,1%,32%)

RGB channels and saturation

R 9 of 255 = 4%
G 2 of 255 = 1%
B 81 of 255 = 32%

9
2
81

R + G + B ~ 12%. #090251 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 2 + 81 = 92 (100%)
R 9 of 92 ~ 9.78%
G 2 of 92 ~ 2.17%
B 81 of 92 ~ 88.04%

%9.78
%88.04

CMYK color model

#090251 color CMYK value is (89,98,0,68).

  • cyan value is 88.89%
  • magenta value is 97.53%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(89,98,0,68)
C89M98Y0K68 
(89%,98%,0%,68%)
(0.89/0.98/0.00/0.68)	

CMYK percentages

%88.89
%97.53
%0
%68.24

Codes

Color #090251 in popluar color models

090251
RGB9281
HSL245°95.18%16.27%
HSB/HSV245°97.53%31.76%
CMYK88.89%97.53%0.00%
68.24%

Color #090251 in popluar number systems.

HEX090251
Decimal9281
Binary1001101010001
Octal112121

Shades and tints

Shades of #090251

#090251
(9,2,81)
#09024A
(9,2,74)
#090243
(9,2,67)
#09023C
(9,2,60)
#090235
(9,2,53)
#09022E
(9,2,46)
#090227
(9,2,39)
#090220
(9,2,32)
#090219
(9,2,25)
#090212
(9,2,18)
#09020B
(9,2,11)
#000000
(0,0,0)

Tints of #090251

#090251
(9,2,81)
#1F1960
(31,25,96)
#35306F
(53,48,111)
#4B477E
(75,71,126)
#615E8D
(97,94,141)
#77759C
(119,117,156)
#8D8CAB
(141,140,171)
#A3A3BA
(163,163,186)
#B9BAC9
(185,186,201)
#CFD1D8
(207,209,216)
#E5E8E7
(229,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090251 color. Also use rgb(9,2,81) instead hex code.

Text Font Color

.myTextColor { color: #090251; }

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

This text font color is #090251.


Background Color

.myBgColor { background-color: #090251; }

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

This div background color is #090251.


Border color

.myBorderColor { border: 1px solid #090251; }

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

This div border color is #090251.


Opacity

.myOpacity80 { color: #090251; opacity: 0.8; }

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

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

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

This text has shadow with #090251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090251 on black background.


Color preview on white background

This text has color #090251 on white background.



Black color preview on #090251 background

This text has black color on #090251 background.


White color preview on #090251 background

This text has white color on #090251 background.