COLOR #090452

HEX: #090452
RGB: (9,4,82)

Color info

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

RGB color model

#090452 color RGB value is (9,4,82).

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

RGB channels and saturation

R 9 of 255 = 4%
G 4 of 255 = 2%
B 82 of 255 = 32%

9
4
82

R + G + B ~ 13%. #090452 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 4 + 82 = 95 (100%)
R 9 of 95 ~ 9.47%
G 4 of 95 ~ 4.21%
B 82 of 95 ~ 86.32%

%86.32

CMYK color model

#090452 color CMYK value is (89,95,0,68).

  • cyan value is 89.02%
  • magenta value is 95.12%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(89,95,0,68)
C89M95Y0K68 
(89%,95%,0%,68%)
(0.89/0.95/0.00/0.68)	

CMYK percentages

%89.02
%95.12
%0
%67.84

Codes

Color #090452 in popluar color models

090452
RGB9482
HSL244°90.70%16.86%
HSB/HSV244°95.12%32.16%
CMYK89.02%95.12%0.00%
67.84%

Color #090452 in popluar number systems.

HEX090452
Decimal9482
Binary10011001010010
Octal114122

Shades and tints

Shades of #090452

#090452
(9,4,82)
#09044B
(9,4,75)
#090444
(9,4,68)
#09043D
(9,4,61)
#090436
(9,4,54)
#09042F
(9,4,47)
#090428
(9,4,40)
#090421
(9,4,33)
#09041A
(9,4,26)
#090413
(9,4,19)
#09040C
(9,4,12)
#000000
(0,0,0)

Tints of #090452

#090452
(9,4,82)
#1F1A61
(31,26,97)
#353070
(53,48,112)
#4B467F
(75,70,127)
#615C8E
(97,92,142)
#77729D
(119,114,157)
#8D88AC
(141,136,172)
#A39EBB
(163,158,187)
#B9B4CA
(185,180,202)
#CFCAD9
(207,202,217)
#E5E0E8
(229,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090452 color. Also use rgb(9,4,82) instead hex code.

Text Font Color

.myTextColor { color: #090452; }

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

This text font color is #090452.


Background Color

.myBgColor { background-color: #090452; }

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

This div background color is #090452.


Border color

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

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

This div border color is #090452.


Opacity

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

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

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

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

This text has shadow with #090452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090452 on black background.


Color preview on white background

This text has color #090452 on white background.



Black color preview on #090452 background

This text has black color on #090452 background.


White color preview on #090452 background

This text has white color on #090452 background.