COLOR #090038

HEX: #090038 RGB: (9,0,56)

Color info

#090038 contains only red and blue colors. Web safe color of #090038 is #000033 (or #003).

RGB color model

#090038 color RGB value is (9,0,56).

RGB: (9,0,56) (4%, 0%, 22%)

RGB channels and saturation

R 9 of 255 = 4%
G 0 of 255 = 0%
B 56 of 255 = 22%

9
0
56

R + G + B ~ 9%. #090038 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 0 + 56 = 65 (100%)
R 9 of 65 ~ 13.85%
G 0 of 65 ~ 0%
B 56 of 65 ~ 86.15'%

%13.85
%86.15

CMYK color model

#090038 color CMYK value is (84,100,0,78).

  • cyan value is 83.93%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 78.04%

CMYK: (84,100,0,78)
C84M100Y0K78 (84%, 100%, 0%, 78%)
(0.84 / 1.00 / 0.00 / 0.78)

CMYK percentages

%83.93
%100
%0
%78.04

Codes

Color #090038 in popluar color models

09 00 38
RGB 9 0 56
HSL 250° 100.00% 10.98%
HSB/HSV 250° 100.00% 21.96%
CMYK 83.93% 100.00% 0.00%
78.04%

Color #090038 in popluar number systems.

HEX 09 00 38
Decimal 9 0 56
Binary 1001 0 111000
Octal 11 0 70

Shades and tints

Shades of #090038

#090038
(9,0,56)
#090033
(9,0,51)
#09002E
(9,0,46)
#090029
(9,0,41)
#090024
(9,0,36)
#09001F
(9,0,31)
#09001A
(9,0,26)
#090015
(9,0,21)
#090010
(9,0,16)
#09000B
(9,0,11)
#090006
(9,0,6)
#000000
(0,0,0)

Tints of #090038

#090038
(9,0,56)
#1F174A
(31,23,74)
#352E5C
(53,46,92)
#4B456E
(75,69,110)
#615C80
(97,92,128)
#777392
(119,115,146)
#8D8AA4
(141,138,164)
#A3A1B6
(163,161,182)
#B9B8C8
(185,184,200)
#CFCFDA
(207,207,218)
#E5E6EC
(229,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090038 color. Also use rgb(9,0,56) instead hex code.

Text Font Color

.myTextColor { color: #090038; }

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

This text font color is #090038.

Background Color

.myBgColor { background-color: #090038; }

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

This div background color is #090038.

Border color

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

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

This div border color is #090038.

Opacity

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

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

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

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

This text has shadow with #090038 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090038.

Preview

Color preview on black background

This text has color #090038 on black background.


Color preview on white background

This text has color #090038 on white background.


Black color preview on #090038 background

This text has black color on #090038 background.


White color preview on #090038 background

This text has white color on #090038 background.


Related colors

Complementary color

Complementary color for #hex is #F6FFC7.


I love getcolorcode.com

Triadic colors

1 #380900 and #003809 with #090038 are triadic colors.

2 #380009 and #000938 with #090038 are triadic colors.